mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/*! \page extension_mismatch_detector_page Extension Mismatch Detector Module
|
|
|
|
What Does It Do
|
|
========
|
|
|
|
Extension Mismatch Detector module uses the results from the File Type Identification and flags files that have an extension not traditionally associated with the file's detected type. It ignores 'known' (NSRL) files. You can customize the MIME types and file extensions per MIME type in "Tools", "Options", "File Extension Mismatch".
|
|
|
|
This detects files that someone may be trying to hide.
|
|
|
|
Configuration
|
|
=======
|
|
One can add and remove MIME types in the "Tools", "Options", "File Extension Mismatch" dialog box, as well as add and remove extensions to particular MIME types.
|
|
<br>
|
|
\image html extension-mismatch-detected-configuration.PNG
|
|
<br>
|
|
|
|
Using the Module
|
|
======
|
|
Note that you can get a lot of false positives with this module. You can add your own rules to Autopsy to reduce unwanted hits.
|
|
|
|
Ingest Settings
|
|
------
|
|
|
|
In the ingest settings, the user can choose whether to run on all files, all files except text files, or only multimedia or executable files. Additionally, the user can choose to skip all files without an extension, and to skip any known files identified by the hash lookup module, if it is enabled.
|
|
|
|
\image html extension-mismatch-detected-ingest-settings.PNG
|
|
|
|
|
|
Seeing Results
|
|
------
|
|
Results are shown in the Results tree under "Extension Mismatch Detected".
|
|
|
|
\image html extension-mismatch-detected.PNG
|
|
|
|
*/
|