|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher.
Public Member Functions | |
| AllInterCaseCommonAttributeSearcher (boolean filterByMediaMimeType, boolean filterByDocMimeType, Type corAttrType, int percentageThreshold) throws EamDbException | |
| CommonAttributeCaseSearchResults | findMatchesByCase () throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException |
| CommonAttributeCountSearchResults | findMatchesByCount () throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException |
Protected Member Functions | |
| CorrelationCase | getCorrelationCaseFromId (int correlationCaseId) throws EamDbException |
Algorithm which finds files anywhere in the Central Repo which also occur in present case.
Definition at line 38 of file AllInterCaseCommonAttributeSearcher.java.
| org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.AllInterCaseCommonAttributeSearcher | ( | boolean | filterByMediaMimeType, |
| boolean | filterByDocMimeType, | ||
| Type | corAttrType, | ||
| int | percentageThreshold | ||
| ) | throws EamDbException |
| filterByMediaMimeType | match only on files whose mime types can be broadly categorized as media types |
| filterByDocMimeType | match only on files whose mime types can be broadly categorized as document types |
| corAttrType | attribute type |
| percentageThreshold | omit any matches with frequency above this threshold |
| EamDbException |
Definition at line 52 of file AllInterCaseCommonAttributeSearcher.java.
| CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.findMatchesByCase | ( | ) | throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException |
Definition at line 71 of file AllInterCaseCommonAttributeSearcher.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase().
| CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.findMatchesByCount | ( | ) | throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException |
Definition at line 57 of file AllInterCaseCommonAttributeSearcher.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase().
|
protectedinherited |
Definition at line 56 of file InterCaseCommonAttributeSearcher.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.