|
Autopsy
4.16.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, List< String > caseDisplayNames) |
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 77 of file IngestEventsListener.java.
|
static |
Decrease the number of IngestEventsListeners adding contents to the Central Repository.
Definition at line 129 of file IngestEventsListener.java.
|
static |
Whether or not the Central Repository Module is enabled for any of the currently running ingest jobs.
Definition at line 149 of file IngestEventsListener.java.
|
static |
Increase the number of IngestEventsListeners adding contents to the Central Repository.
Definition at line 121 of file IngestEventsListener.java.
| void org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.installListeners | ( | ) |
Definition at line 104 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.addApplicationEventListeners().
|
static |
Are notable items being flagged?
Definition at line 158 of file IngestEventsListener.java.
|
static |
Are previously seen devices being flagged?
Definition at line 167 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 257 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 214 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 |
| caseDisplayNames | the case names the artifact was previously seen in |
Definition at line 239 of file IngestEventsListener.java.
|
static |
Configure the listener to create correlation properties
| value | True to create properties; otherwise false. |
Definition at line 203 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 185 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 194 of file IngestEventsListener.java.
|
static |
Are correlation properties being created
Definition at line 176 of file IngestEventsListener.java.
| void org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.uninstallListeners | ( | ) |
Definition at line 112 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 83 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 86 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 84 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 85 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 87 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 80 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 81 of file IngestEventsListener.java.
|
private |
Definition at line 88 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 79 of file IngestEventsListener.java.
|
staticprivate |
Definition at line 82 of file IngestEventsListener.java.
|
private |
Definition at line 89 of file IngestEventsListener.java.
|
private |
Definition at line 90 of file IngestEventsListener.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.