Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | DetachableObserverChildFactory |
class | HitsFactory |
class | KeywordResults |
class | KWHitsNodeBase |
class | ListFactory |
class | ListNode |
class | RegExpInstanceNode |
class | RegExpInstancesFactory |
class | RootNode |
class | TermFactory |
class | TermNode |
Public Member Functions | |
KeywordHits (SleuthkitCase skCase, long objId) | |
Static Public Attributes | |
static final String | NAME = BlackboardArtifact.Type.TSK_KEYWORD_HIT.getTypeName() |
Private Member Functions | |
BlackboardArtifactNode | createBlackboardArtifactNode (AnalysisResult art) |
Static Private Member Functions | |
static boolean | isOnlyDefaultInstance (List< String > instances) |
Private Attributes | |
final long | filteringDSObjId |
final KeywordResults | keywordResults |
SleuthkitCase | skCase |
Static Private Attributes | |
static final String | DEFAULT_INSTANCE_NAME = "DEFAULT_INSTANCE_NAME" |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED) |
static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED) |
static final String | KEYWORD_HIT_ATTRIBUTES_QUERY |
static final String | KEYWORD_HITS = KeywordHits_kwHits_text() |
static final Logger | logger = Logger.getLogger(KeywordHits.class.getName()) |
static final String | SIMPLE_LITERAL_SEARCH = KeywordHits_simpleLiteralSearch_text() |
static final String | SIMPLE_REGEX_SEARCH = KeywordHits_singleRegexSearch_text() |
Keyword hits node support
Definition at line 67 of file KeywordHits.java.
org.sleuthkit.autopsy.datamodel.KeywordHits.KeywordHits | ( | SleuthkitCase | skCase, |
long | objId | ||
) |
Constructor
skCase | Case DB |
objId | Object id of the data source |
Definition at line 128 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.KeywordHits.skCase.
|
private |
Create a blackboard node for the given Keyword Hit artifact
art |
Definition at line 867 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.addNodeProperty(), and org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getFormattedTime().
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.createNodeForKey().
|
staticprivate |
Definition at line 108 of file KeywordHits.java.
|
staticprivate |
String used in the instance MAP so that exact matches and substring can fit into the same data structure as regexps, even though they don't use instances.
Definition at line 90 of file KeywordHits.java.
|
private |
Definition at line 83 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.KeywordResults.update().
|
staticprivate |
Definition at line 70 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.addNotify().
|
staticprivate |
Definition at line 71 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.addNotify().
|
staticprivate |
query attributes table for the ones that we need for the tree
Definition at line 95 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.KeywordResults.update().
|
staticprivate |
Definition at line 73 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.RootNode.RootNode().
|
private |
Definition at line 82 of file KeywordHits.java.
|
staticprivate |
Definition at line 69 of file KeywordHits.java.
|
static |
Definition at line 79 of file KeywordHits.java.
|
staticprivate |
Definition at line 75 of file KeywordHits.java.
|
staticprivate |
Definition at line 77 of file KeywordHits.java.
|
private |
Definition at line 81 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.KeywordHits().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.