Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Public Member Functions | |
Set< String > | mimeTypes () |
void | process (IngestJobContext context, AbstractFile file) |
Static Private Attributes | |
static final BlackboardArtifact.Type | EXIF_METADATA = new BlackboardArtifact.Type(TSK_METADATA_EXIF) |
static final Logger | logger = Logger.getLogger(EXIFProcessor.class.getName()) |
Extracts EXIF metadata from JPEG, TIFF, and WAV files. Currently only date, latitude, longitude, altitude, device model, and device make are extracted.
User content suspected artifacts are also created by this processor.
Definition at line 68 of file EXIFProcessor.java.
Set<String> org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.mimeTypes | ( | ) |
Indicates the MIME types this processor supports.
Implements org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Definition at line 186 of file EXIFProcessor.java.
void org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.process | ( | IngestJobContext | context, |
AbstractFile | file | ||
) |
Perform work on the image file.
context | Job context to check for cancellation or add files to the pipeline |
file | The image file to process |
Implements org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Definition at line 77 of file EXIFProcessor.java.
References org.sleuthkit.autopsy.ingest.IngestJobContext.fileIngestIsCancelled(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.modules.pictureanalyzer.PictureAnalyzerIngestModuleFactory.getModuleName(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
staticprivate |
Definition at line 71 of file EXIFProcessor.java.
|
staticprivate |
Definition at line 70 of file EXIFProcessor.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.