Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.DataSourceIngestModule.
Public Member Functions | |
ProcessResult | process (Content dataSource, DataSourceIngestModuleProgress statusHelper) |
void | startUp (IngestJobContext context) throws IngestModuleException |
Private Member Functions | |
void | addILeappReportToReports (Path aLeappOutputDir, Case currentCase) |
ProcessBuilder | buildaLeappCommand (Path moduleOutputPath, String sourceFilePath, String aLeappFileSystemType) |
ProcessBuilder | buildaLeappListCommand (Path moduleOutputPath) |
void | extractFilesFromImage (Content dataSource, List< String > aLeappPathsToProcess, Path moduleOutputPath) |
void | extractFileToOutput (Content dataSource, AbstractFile aLeappFile, File fileParentPath, Path parentPath) |
List< AbstractFile > | findaLeappFilesToProcess (Content dataSource) |
List< String > | loadIleappPathFile (Path moduleOutputPath) throws FileNotFoundException, IOException |
void | processALeappFile (Content dataSource, Case currentCase, DataSourceIngestModuleProgress statusHelper, int filesProcessedCount, AbstractFile aLeappFile) |
void | processALeappFs (Content dataSource, Case currentCase, DataSourceIngestModuleProgress statusHelper, String directoryToProcess) |
void | writeaLeappFile (Content dataSource, AbstractFile aLeappFile, String parentPath) |
Static Private Member Functions | |
static ProcessBuilder | buildProcessWithRunAsInvoker (String...commandLine) |
static File | locateExecutable (String executableName) throws FileNotFoundException |
Private Attributes | |
File | aLeappExecutable |
LeappFileProcessor | aLeappFileProcessor |
IngestJobContext | context |
Static Private Attributes | |
static final String | ALEAPP = "aLeapp" |
static final String | ALEAPP_EXECUTABLE = "aleapp.exe" |
static final String | ALEAPP_FS = "fs_" |
static final String | ALEAPP_PATHS_FILE = "aLeapp_paths.txt" |
static final Logger | logger = Logger.getLogger(ALeappAnalyzerIngestModule.class.getName()) |
static final String | MODULE_NAME = ALeappAnalyzerModuleFactory.getModuleName() |
static final String | XMLFILE = "aleap-artifact-attribute-reference.xml" |
Data source ingest module that runs aLeapp against logical iOS files.
Definition at line 64 of file ALeappAnalyzerIngestModule.java.
|
private |
Find the index.html file in the aLeapp output directory so it can be added to reports
Definition at line 364 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.casemodule.Case.addReport(), and org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.MODULE_NAME.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFile(), and org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFs().
|
private |
Build the aLeapp command to run
moduleOutputPath | output path for the aLeapp program. |
sourceFilePath | where the source files to process reside. |
aLeappFileSystemType | the filesystem type to process |
Definition at line 315 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.buildProcessWithRunAsInvoker().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFile(), and org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFs().
|
private |
Definition at line 329 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.buildProcessWithRunAsInvoker().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
|
staticprivate |
|
private |
Definition at line 412 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.extractFileToOutput(), and org.sleuthkit.autopsy.casemodule.services.FileManager.findFiles().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
|
private |
Definition at line 448 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.writeaLeappFile().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.extractFilesFromImage().
|
private |
Find the files that will be processed by the aLeapp program
dataSource |
Definition at line 278 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.casemodule.services.FileManager.findFiles().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
|
private |
Definition at line 392 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.ALEAPP_PATHS_FILE.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
|
staticprivate |
Definition at line 350 of file ALeappAnalyzerIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.startUp().
ProcessResult org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process | ( | Content | dataSource, |
DataSourceIngestModuleProgress | progressBar | ||
) |
Processes a data source. Called once between calls to startUp() and shutDown().
dataSource | The data source to process. |
progressBar | A progress bar to be used to report progress. |
Implements org.sleuthkit.autopsy.ingest.DataSourceIngestModule.
Definition at line 124 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.ALEAPP, org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.buildaLeappListCommand(), org.sleuthkit.autopsy.ingest.IngestMessage.createMessage(), org.sleuthkit.autopsy.ingest.IngestMessage.MessageType.DATA, org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.ERROR, org.sleuthkit.autopsy.coreutils.ExecUtil.execute(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.extractFilesFromImage(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.findaLeappFilesToProcess(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.ingest.IngestJobContext.getDataSource(), org.sleuthkit.autopsy.ingest.IngestServices.getInstance(), org.sleuthkit.autopsy.casemodule.Case.getTempDirectory(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.loadIleappPathFile(), org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.OK, org.sleuthkit.autopsy.ingest.IngestServices.postMessage(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFile(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFs(), org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.switchToDeterminate().
|
private |
Process a file from a logical image using the aLeapp program
dataSource | datasource to process |
currentCase | current case that is being worked on |
statusHelper | show progress and update what is being processed |
filesProcessedCount | number of files that have been processed |
aLeappFile | the abstract file to process |
Definition at line 186 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.addILeappReportToReports(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.ALEAPP, org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.buildaLeappCommand(), org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled(), org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.ERROR, org.sleuthkit.autopsy.coreutils.ExecUtil.execute(), org.sleuthkit.autopsy.casemodule.Case.getModuleDirectory(), org.sleuthkit.autopsy.modules.leappanalyzers.LeappFileProcessor.processFiles(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
|
private |
Process a image/directory using the aLeapp program
dataSource | datasource to process |
currentCase | current case being procesed |
statusHelper | show progress and update what is being processed |
directoryToProcess | directory to run aLeapp against |
Definition at line 232 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.addILeappReportToReports(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.ALEAPP, org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.buildaLeappCommand(), org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled(), org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.ERROR, org.sleuthkit.autopsy.coreutils.ExecUtil.execute(), org.sleuthkit.autopsy.casemodule.Case.getModuleDirectory(), org.sleuthkit.autopsy.modules.leappanalyzers.LeappFileProcessor.processFileSystem(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process().
void org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.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 92 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.context, org.sleuthkit.autopsy.coreutils.PlatformUtil.isWindowsOS(), and org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.locateExecutable().
|
private |
Definition at line 477 of file ALeappAnalyzerIngestModule.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.writeToFile().
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.extractFileToOutput().
|
staticprivate |
Definition at line 69 of file ALeappAnalyzerIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.process(), org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFile(), and org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.processALeappFs().
|
staticprivate |
Definition at line 71 of file ALeappAnalyzerIngestModule.java.
|
staticprivate |
Definition at line 70 of file ALeappAnalyzerIngestModule.java.
|
staticprivate |
Definition at line 72 of file ALeappAnalyzerIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.loadIleappPathFile().
|
private |
Definition at line 77 of file ALeappAnalyzerIngestModule.java.
|
private |
Definition at line 81 of file ALeappAnalyzerIngestModule.java.
|
private |
Definition at line 79 of file ALeappAnalyzerIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.startUp().
|
staticprivate |
Definition at line 66 of file ALeappAnalyzerIngestModule.java.
|
staticprivate |
Definition at line 67 of file ALeappAnalyzerIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.leappanalyzers.ALeappAnalyzerIngestModule.addILeappReportToReports().
|
staticprivate |
Definition at line 74 of file ALeappAnalyzerIngestModule.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.