Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | AnalysisCompleteTask |
class | DataAddedTask |
class | IngestJobEventListener |
class | IngestModuleEventListener |
Public Member Functions | |
void | installListeners () |
void | uninstallListeners () |
Static Public Member Functions | |
static synchronized void | decrementCorrelationEngineModuleCount () |
static synchronized int | getCeModuleInstanceCount () |
static synchronized void | incrementCorrelationEngineModuleCount () |
static synchronized boolean | isFlagNotableItems () |
static synchronized boolean | isFlagSeenDevices () |
static synchronized void | setCreateCrProperties (boolean value) |
static synchronized void | setFlagNotableItems (boolean value) |
static synchronized void | setFlagSeenDevices (boolean value) |
static synchronized boolean | shouldCreateCrProperties () |
Static Private Member Functions | |
static void | makeAndPostInterestingArtifact (BlackboardArtifact originalArtifact, Collection< BlackboardAttribute > attributesForNewArtifact) |
static void | makeAndPostPreviousNotableArtifact (BlackboardArtifact originalArtifact, List< String > caseDisplayNames) |
static void | makeAndPostPreviousSeenArtifact (BlackboardArtifact originalArtifact) |
Private Attributes | |
final ExecutorService | jobProcessingExecutor |
final PropertyChangeListener | pcl1 = new IngestModuleEventListener() |
final PropertyChangeListener | pcl2 = new IngestJobEventListener() |
Static Private Attributes | |
static int | correlationModuleInstanceCount |
static boolean | createCrProperties |
static boolean | flagNotableItems |
static boolean | flagSeenDevices |
static final String | INGEST_EVENT_THREAD_NAME = "Ingest-Event-Listener-%d" |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_COMPLETED) |
static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(DATA_ADDED) |
static final Logger | LOGGER = Logger.getLogger(CorrelationAttributeInstance.class.getName()) |
static final String | MODULE_NAME = Bundle.IngestEventsListener_ingestmodule_name() |
Listen for ingest events and update entries in the Central Repository database accordingly
Definition at line 71 of file IngestEventsListener.java.
|
static |
Decrease the number of IngestEventsListeners adding contents to the Correlation Engine.
Definition at line 123 of file IngestEventsListener.java.
|
static |
Whether or not the Correlation Engine Module is enabled for any of the currently running ingest jobs.
Definition at line 143 of file IngestEventsListener.java.
|
static |
Increase the number of IngestEventsListeners adding contents to the Correlation Engine.
Definition at line 115 of file IngestEventsListener.java.
void org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.installListeners | ( | ) |
Definition at line 98 of file IngestEventsListener.java.
References org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), and org.sleuthkit.autopsy.ingest.IngestManager.getInstance().
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.restored().
|
static |
Are notable items being flagged?
Definition at line 152 of file IngestEventsListener.java.
|
static |
Are previously seen devices being flagged?
Definition at line 161 of file IngestEventsListener.java.
|
staticprivate |
Make an interesting item artifact to flag the passed in artifact.
originalArtifact | Artifact in current case we want to flag |
attributesForNewArtifact | Attributes to assign to the new Interesting items artifact |
Definition at line 247 of file IngestEventsListener.java.
|
staticprivate |
Make an Interesting Item artifact based on a new artifact being previously seen.
originalArtifact | Original artifact that we want to flag |
caseDisplayNames | List of case names artifact was previously seen in |
Definition at line 208 of file IngestEventsListener.java.
|
staticprivate |
Create an Interesting Artifact hit for a device which was previously seen in the central repository.
originalArtifact | the artifact to create the interesting item for |
Definition at line 232 of file IngestEventsListener.java.
|
static |
Configure the listener to create correlation properties
value | True to create properties; otherwise false. |
Definition at line 197 of file IngestEventsListener.java.
|
static |
Configure the listener to flag notable items or not.
value | True to flag notable items; otherwise false. |
Definition at line 179 of file IngestEventsListener.java.
|
static |
Configure the listener to flag previously seen devices or not.
value | True to flag seen devices; otherwise false. |
Definition at line 188 of file IngestEventsListener.java.
|
static |
Are correlation properties being created
Definition at line 170 of file IngestEventsListener.java.
void org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.uninstallListeners | ( | ) |
Definition at line 106 of file IngestEventsListener.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.ingest.IngestManager.removeIngestJobEventListener(), and org.sleuthkit.autopsy.ingest.IngestManager.removeIngestModuleEventListener().
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.uninstalled().
|
staticprivate |
Definition at line 77 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 80 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 78 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 79 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 81 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 74 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 75 of file IngestEventsListener.java.
|
private |
Definition at line 82 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 73 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 76 of file IngestEventsListener.java.
|
private |
Definition at line 83 of file IngestEventsListener.java.
|
private |
Definition at line 84 of file IngestEventsListener.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.