Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.FileIngestModule.
Classes | |
class | IngestJobTotals |
Public Member Functions | |
ProcessResult | process (AbstractFile abstractFile) |
void | shutDown () |
void | startUp (IngestJobContext context) throws IngestModuleException |
Private Member Functions | |
boolean | compareSigTypeToExt (AbstractFile abstractFile) |
Static Private Member Functions | |
static synchronized void | addToTotals (long ingestJobId, long processTimeInc) |
Private Attributes | |
FileTypeDetector | detector |
long | jobId |
HashMap< String, Set< String > > | mimeTypeToExtsMap = new HashMap<>() |
final IngestServices | services = IngestServices.getInstance() |
final FileExtMismatchDetectorModuleSettings | settings |
Static Private Attributes | |
static Blackboard | blackboard |
static final Logger | logger = Logger.getLogger(FileExtMismatchIngestModule.class.getName()) |
static final IngestModuleReferenceCounter | refCounter = new IngestModuleReferenceCounter() |
static final HashMap< Long, IngestJobTotals > | totalsForIngestJobs = new HashMap<>() |
Flags mismatched filename extensions based on file signature.
Definition at line 52 of file FileExtMismatchIngestModule.java.
|
staticprivate |
Update the match time total and increment num of files for this job
ingestJobId | |
processTimeInc | amount of time to add |
Definition at line 76 of file FileExtMismatchIngestModule.java.
References org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.IngestJobTotals.numFiles, and org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.IngestJobTotals.processTime.
|
private |
Compare file type for file and extension.
abstractFile |
Definition at line 172 of file FileExtMismatchIngestModule.java.
References org.sleuthkit.autopsy.modules.filetypeid.FileTypeDetector.getMIMEType().
ProcessResult org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.process | ( | AbstractFile | file | ) |
Processes a file. Called between calls to startUp() and shutDown(). Will be called for each file in a data source.
file | The file to analyze. |
Implements org.sleuthkit.autopsy.ingest.FileIngestModule.
Definition at line 109 of file FileExtMismatchIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.ERROR, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), and org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.OK.
void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.shutDown | ( | ) |
Invoked by Autopsy when an ingest job is completed (either because the data has been analyzed or because the job was canceled - check IngestJobContext.fileIngestIsCancelled()), before the ingest module instance is discarded. The module should respond by doing things like releasing private resources, submitting final results, and posting a final ingest message.
Implements org.sleuthkit.autopsy.ingest.FileIngestModule.
Definition at line 209 of file FileExtMismatchIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestMessage.createMessage(), org.sleuthkit.autopsy.ingest.IngestModuleReferenceCounter.decrementAndGet(), org.sleuthkit.autopsy.ingest.IngestMessage.MessageType.INFO, org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.IngestJobTotals.numFiles, org.sleuthkit.autopsy.ingest.IngestServices.postMessage(), and org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.IngestJobTotals.processTime.
void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.startUp | ( | IngestJobContext | context | ) | throws IngestModuleException |
Invoked by Autopsy to allow an ingest module instance to set up any internal data structures and acquire any private resources it will need during an ingest job. If the module depends on loading any resources, it should do so in this method so that it can throw an exception in the case of an error and alert the user. Exceptions that are thrown from process() and shutDown() are logged, but do not stop processing of the data source.
context | Provides data and services specific to the ingest job and the ingest pipeline of which the module is a part. |
Implements org.sleuthkit.autopsy.ingest.IngestModule.
Definition at line 93 of file FileExtMismatchIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestModuleReferenceCounter.incrementAndGet().
|
staticprivate |
Definition at line 61 of file FileExtMismatchIngestModule.java.
|
private |
Definition at line 62 of file FileExtMismatchIngestModule.java.
|
private |
Definition at line 58 of file FileExtMismatchIngestModule.java.
|
staticprivate |
Definition at line 54 of file FileExtMismatchIngestModule.java.
|
private |
Definition at line 57 of file FileExtMismatchIngestModule.java.
|
staticprivate |
Definition at line 60 of file FileExtMismatchIngestModule.java.
|
private |
Definition at line 55 of file FileExtMismatchIngestModule.java.
|
private |
Definition at line 56 of file FileExtMismatchIngestModule.java.
|
staticprivate |
Definition at line 59 of file FileExtMismatchIngestModule.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.