This is a repository of Autopsy Python Plugins. You can download all of them and place them in the python plugin directory. All the plugins will recompile on execution.
- Autopsy-Plugins
- Plugin Overview
- AD1_Extractor
- Amazon Echosystem Parser
- Atomic Wallet
- CCM Recently Used Apps
- ClamAV Hashsets
- Create Data Source Hashset
- Create Preview Data Container
- Cuckoo
- DJI Phantom Drone Parser
- Parse File History
- Gui Test
- Gui Test With Settings
- LevelDB Parser
- MacFSEvents
- MacOSX Recent
- MacOSX Safari
- Mac Mail Parser
- Mass Export By Extension
- Obsolete
- Parse PList
- Parse QNX Image
- Parse SQLite DBs
- Parse SQLite DB Del Records
- Parse Usnj
- Plaso (2 Plugins in this directory)
- Process Activities Cache
- Parse Amache
- Process Appx Programs
- Process Appxreg Programs
- Parse EVTX
- Parse EVTX by Event ID
- Process Extract VSS
- Process Facebook Chats
- Process Teracopy
- Process Windows Mail
- Remove Artifacts
- Parse RingCentral
- Shimache Parser
- Spotlight Parser
- Thumbcache Parser
- Thumbs Parser
- Timesketch
- UAL Parser
- Volatility (3 plugins in this directory)
- Webcache
- Windows Internals
- Linux Compatible Plugins
- Need Help?
- Plugin Overview
Here is a brief overview of all of the plugins.
To-Do
Parse the databases from an Amazon Alexa image.
To-Do
Parse the WMI database for Recently used apps.
To-Do
Will create a file with the hashset of a data source that can then be pulled back into Autopsy as a hash set.
Create VHD expandable volumen and mount it. Then read SQLite database of file extensions that can be exported to it and export those files matching the file extensions. Finally it will unmount the VHD so it can be added back into an autopsy case.
Check the status of a Cuckoo server and submit files to it.
To-Do
Export the Catalog1.edb file and then call the command line version of the Expor_FileHistory. A sqlite database that contains the File History information is created and then imported into the extracted view section of Autopsy.
Example of the different types of things you can do with the GUI portion of Autopsy Python Plugins.
Example of the saving and retrieving of settings from the GUI of an Autopsy Python Plugin.
To-Do
Export the .fsevents directory and run the FSEParser_v2.1.exe program against the exported data. It will then import the SQLite database that was created from the program.
Export/Parse Mac recents.
Export/Parse Mac OSX safari. A SQLite database that contains the Safari information is created and then imported into the extracted view section of Autopsy.
To-Do
To-Do
Here lies the plugins no longer maintained as they are now integrated into Autopsy main.
Parse any plist and convert it to a SQLite database and then import the information into the extracted contant.
To-Do
Parse any SQLite files and import them into the extracted content section of Autopsy.
Parse any SQLite databases and look for deleted records. It will then create a SQLite database with the deleted records and then be imported into the extracted content section of Autopsy.
Export the $UsnJrnl:$J and then call the command line version of parseusn program. A SQLite database that contains the NTFS UsrJrnl information is created and imported into the extracted view section of Autopsy.
Execute plaso or import a plaso file.
Will process the activities cache from Windows 10
Export the Amache Registry and then call the command line version of Export_Amache program. A SQLite database contains the Amache information is created then imported into the extracted content view of Autopsy.
Parse the SQLite database that has the Windows 10 Store/metro apps database.
Parse the registry to read the Windows 10 Store/metro apps.
Export the Windows Event Logs and then call the command line version of the Export_EVTX program. A SQLite database that contains the Event Log information is created and imported into the extracted view section of Autopsy.
Export all the Windows Event Logs and thenc all the command line version of the Export_EVTX program. A SQLite database that conains the Event Log information is created then imported into the extracted view section of Autopsy as a Table based on Event_Log_Id. the user can then run the module again and extract user supplied events from the Evtx SQLite database.
Example of the different types of things you can do with Autopsy plugin?
Parses the chats from facebook on a windows OS.
Process the Teracopy database
Process Windows Mail store and added messages to communication manager.
Will remove custom artifacts and attributes from a case. For developer use.
To-Do
Export the System Registry Hive and then call the command line version of the shimache_parser program. A SQLite database that contains the shimache information is created then imported into the extracted view section of Autopsy.
Parses the Spotlight data from the macos.
Export all the thumbcache_*.db files in the image and then run the thumbcache_viewer_cmd program against them and export the embedded files to the ModuleOutput directory so that the files can then be added back into Autopsy.
Export all the thumbs.db files in the image and then run the thumbs_viewer program against them and export the embedded files to the ModuleOutput directory so that the files can then be added back into Autopsy.
Export all date/time data to a Timesketch server
A parser based on KStrike to parse and process the UAL database and output the results to the main Autopsy window.
Execute Volatility against a memory image. It will ask the user for the directory where the Volatility executable reside then it will run volatility against the memory image using options the user specifies.
Module will export the WebcacheV01 file and then call the command line version of the Export_Esedb. A SQLite database that contains the Webcache information is created then imported into the extracted view section of Autopsy.
Several windows plugins combined into one plugin. You pick with checkboxes what you want it to do.
The following plugins are compatible on Linux systems. Other plugins may work, but were designed to be run on Windows. More Linux plugin support on the roadmap.
- Amazon Echosystem Parser
- CCM Recently Used Apps
- Create Datasource Hashset
- File History
- Gui Test Plugins
- Hash Images
- Jump List AD
- MacFSEvents
- Parse PList
- SAM Parse
- Parse Shellbags
- Parse SQLite DBs
- Parse Usnj
- Plaso
- Process Activities Cache
- Parse Amache
- Process Appx Programs
- Process Appxreg Programs
- Parse EVTX
- Parse EVTX by Event ID
- Process Prefetch V41
- Process SRUDB
- Process Teracopy
- Process Windows Mail
- Remove Artifacts
- Shimache Parser
- Spotlight Parser
- Timesketch
- Volatility
- Webcache
- Windows Internals
If you have any questions/comments/suggestions please let me know. Create an issue. Enjoy!