mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-19 18:56:09 +00:00
Add memory forensics section
This commit is contained in:
parent
5b88ec921a
commit
890744d5ce
12
README.md
12
README.md
@ -11,6 +11,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
|
|||||||
- [Malware Corpora](#malware-corpora)
|
- [Malware Corpora](#malware-corpora)
|
||||||
- [Detection and Classification](#detection-and-classification)
|
- [Detection and Classification](#detection-and-classification)
|
||||||
- [Online Scanners and Sandboxes](#online-scanners-and-sandboxes)
|
- [Online Scanners and Sandboxes](#online-scanners-and-sandboxes)
|
||||||
|
- [Memory Forensics](#memory-forensics)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
@ -60,6 +61,17 @@ A curated list of awesome malware analysis tools and resources. Inspired by
|
|||||||
* [VirusTotal](https://www.virustotal.com/) - Free online analysis of malware
|
* [VirusTotal](https://www.virustotal.com/) - Free online analysis of malware
|
||||||
samples and URLs
|
samples and URLs
|
||||||
|
|
||||||
|
## Memory Forensics
|
||||||
|
|
||||||
|
* [FindAES](https://jessekornblum.livejournal.com/269749.html) - Find AES
|
||||||
|
encryption keys in memory.
|
||||||
|
* [Rekall](http://www.rekall-forensic.com/) - Memory analysis framework,
|
||||||
|
forked from Volatility in 2013.
|
||||||
|
* [TotalRecall](https://github.com/sketchymoose/TotalRecall) - Script based
|
||||||
|
on Volatility for automating various malware analysis tasks.
|
||||||
|
* [Volatility](https://github.com/volatilityfoundation/volatility) - Advanced
|
||||||
|
memory forensics framework.
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
* [REMnux](https://remnux.org/) - Linux distribution and docker images for
|
* [REMnux](https://remnux.org/) - Linux distribution and docker images for
|
||||||
|
Loading…
Reference in New Issue
Block a user