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.
Here is a brief overview of all of the plugins.
Parse the databases from an Amazon Alexa image.
Parse the BAM key from the registry.
Parse the WMI() database for Recently used apps.
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.
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.
Hash raw, vmdk and vhdi images. Like E01 hashing.
Export the JumpList AutoDestinations and then call the command line version of the Export_JL_Ad program. A SQLite database that contains the JumpList information is created and then imported into the extracted view section of Autopsy.
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.
Parse any plist and convert it to a SQLite database and then import the information into the extracted contant.
Export SAM Registry Hive and then call the command line version of SAM Parse program. A SQLite database that contains SAM information is created then imported into the extracted view section of Autopsy.
Export the NTUSER Hive(s) and then call the command line version of shell bags program. A SQLite database that contains the shellbag information is created then imported into the extracted view section of Autopsy.
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.
Export the prefetch files and thenc all the command line version of the prefetch_parser. A SQLite database that contains the prefetch information is created and then imported into the extracted view section of Autopsy.
Export the System Resource Usage Database and then call the command line version of the Export SRUDB program. A SQLite database that contains the Resource Usage information is created then imported into the extracted view of Autopsy.
Process the Teracopy database
Process Windows Mail store and added messages to communication manager.
Process the Recycle Bin in Windows Vista and later
Will remove custom artifacts and attributes from a case. For developer use.
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
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
You can read about some of the plugins at https://medium.com/@markmckinnon_80619
If you have any questions/comments/suggestions please let me know. Create an issue. Enjoy!