|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.discovery.search.AbstractFilter.
Public Member Functions | |
| InterestingFileSetFilter (List< String > setNames) | |
| List< Result > | applyAlternateFilter (List< Result > currentResults, SleuthkitCase caseDb, CentralRepository centralRepoDb, SearchContext context) throws DiscoveryException, SearchCancellationException |
| String | getDesc () |
| String | getWhereClause () |
| boolean | useAlternateFilter () |
Private Attributes | |
| final List< String > | setNames |
A filter for specifying interesting file set names. A file must match one of the given sets to pass.
Definition at line 860 of file SearchFiltering.java.
| org.sleuthkit.autopsy.discovery.search.SearchFiltering.InterestingFileSetFilter.InterestingFileSetFilter | ( | List< String > | setNames | ) |
Create the InterestingFileSetFilter.
| setNames | The interesting file set names for this filter. |
Definition at line 869 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.InterestingFileSetFilter.setNames.
|
inherited |
Run a secondary filter that does not operate on table.
| currentResults | The current list of matching results; empty if no filters have yet been run. |
| caseDb | The case database |
| centralRepoDb | The central repo database. Can be null if the filter does not require it. |
| context | The SearchContext the search which is applying this filter is being performed from. |
| DiscoveryException | |
| SearchCancellationException | Thrown when the user has cancelled the search. |
Definition at line 67 of file AbstractFilter.java.
| String org.sleuthkit.autopsy.discovery.search.SearchFiltering.InterestingFileSetFilter.getDesc | ( | ) |
Definition at line 895 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.concatenateSetNamesForDisplay().
| String org.sleuthkit.autopsy.discovery.search.SearchFiltering.InterestingFileSetFilter.getWhereClause | ( | ) |
("deprecation") - we need to support already existing interesting file and artifact hits.
Definition at line 879 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.concatenateNamesForSQL(), org::sleuthkit::datamodel::BlackboardArtifact::ARTIFACT_TYPE.TSK_INTERESTING_FILE_HIT, org::sleuthkit::datamodel::BlackboardArtifact::ARTIFACT_TYPE.TSK_INTERESTING_ITEM, and org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_SET_NAME.
|
inherited |
Indicates whether this filter needs to use the secondary, non-SQL method applyAlternateFilter().
Definition at line 45 of file AbstractFilter.java.
|
private |
Definition at line 862 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.InterestingFileSetFilter.InterestingFileSetFilter().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.