Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbecca committed Oct 18, 2018
1 parent 117d58a commit bec4e3e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# Amcache_Scan

How to use Amcache_Scan Autopsy Plugin:

1. Place files in %AppData$\Roaming\Autopsy\Python_modules
2. In Configure Ingest Modules, select Amcache Scan.
3. Enter VirusTotal API Key. Select the 'Private API Key?' Checkbox if you have private VirusTotal API Key.

The module will parses the following key:
- Amcache.hve\Root\File\*?\*?
- Amcache.hve\Root\Programs\*?
- Amcache.hve\Root\InventoryApplicationFile\*?
- Amcache.hve\Root\InventoryDeviceContainer\*?
- Amcache.hve\Root\InventoryDevicePnp\*?
- Amcache.hve\Root\InventoryDriverBinary\*?
- Amcache.hve\Root\InventoryDriverPackage\*?
- Amcache.hve\Root\InventoryApplicationShortcut\*?

After the keys are parsed, the results are added to Autopsy, then the VirusTotal scanning begins using the SHA1 hashes from Amcache.hve\Root\File\*?\*? and Amcache.hve\Root\InventoryApplicationFile\*?.

0 comments on commit bec4e3e

Please sign in to comment.