Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.MalwareHits Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  HitFactory
 
class  MalwareResults
 
class  RootNode
 

Public Member Functions

 MalwareHits (SleuthkitCase skCase)
 
 MalwareHits (SleuthkitCase skCase, long objId)
 

Private Attributes

final long filteringDSObjId
 
final MalwareResults malwareResults
 
SleuthkitCase skCase
 

Static Private Attributes

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 Logger logger = Logger.getLogger(MalwareHits.class.getName())
 

Detailed Description

Malware hits node support. Inner classes have all of the nodes in the tree.

Definition at line 58 of file MalwareHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareHits ( SleuthkitCase  skCase)

Constructor

Parameters
skCaseCase DB

Definition at line 73 of file MalwareHits.java.

References org.sleuthkit.autopsy.datamodel.MalwareHits.skCase.

org.sleuthkit.autopsy.datamodel.MalwareHits.MalwareHits ( SleuthkitCase  skCase,
long  objId 
)

Constructor

Parameters
skCaseCase DB
objIdObject id of the data source

Definition at line 84 of file MalwareHits.java.

References org.sleuthkit.autopsy.datamodel.MalwareHits.skCase.

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.MalwareHits.filteringDSObjId
private

Definition at line 65 of file MalwareHits.java.

final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.datamodel.MalwareHits.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
staticprivate
final Set<IngestManager.IngestModuleEvent> org.sleuthkit.autopsy.datamodel.MalwareHits.INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED)
staticprivate
final Logger org.sleuthkit.autopsy.datamodel.MalwareHits.logger = Logger.getLogger(MalwareHits.class.getName())
staticprivate

Definition at line 60 of file MalwareHits.java.

final MalwareResults org.sleuthkit.autopsy.datamodel.MalwareHits.malwareResults
private

Definition at line 64 of file MalwareHits.java.

SleuthkitCase org.sleuthkit.autopsy.datamodel.MalwareHits.skCase
private

The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.