Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.commonpropertiessearch.InterCaseCommonAttributeSearcher.
Public Member Functions | |
AllInterCaseCommonAttributeSearcher (boolean filterByMediaMimeType, boolean filterByDocMimeType, Type corAttrType, int percentageThreshold) throws CentralRepoException | |
CommonAttributeCaseSearchResults | findMatchesByCase () throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException |
CommonAttributeCountSearchResults | findMatchesByCount () throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException |
Protected Member Functions | |
CorrelationCase | getCorrelationCaseFromId (int correlationCaseId) throws CentralRepoException |
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.commonpropertiessearch.AllInterCaseCommonAttributeSearcher.AllInterCaseCommonAttributeSearcher | ( | boolean | filterByMediaMimeType, |
boolean | filterByDocMimeType, | ||
Type | corAttrType, | ||
int | percentageThreshold | ||
) | throws CentralRepoException |
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 |
CentralRepoException |
Definition at line 52 of file AllInterCaseCommonAttributeSearcher.java.
CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonpropertiessearch.AllInterCaseCommonAttributeSearcher.findMatchesByCase | ( | ) | throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException |
Definition at line 71 of file AllInterCaseCommonAttributeSearcher.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase().
CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonpropertiessearch.AllInterCaseCommonAttributeSearcher.findMatchesByCount | ( | ) | throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException |
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-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.