Add detection and classification section

This commit is contained in:
rshipp 2015-05-08 22:28:10 -06:00
parent 2d07773a85
commit de528e073a

View File

@ -9,6 +9,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
- [Anonymizers](#anonymizers)
- [Honeypots](#honeypots)
- [Malware Corpora](#malware-corpora)
- [Detection and Classification](#detection-and-classification)
- [Resources](#resources)
- [Books](#books)
- [Twitter](#twitter)
@ -42,6 +43,14 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [Contagio](http://contagiodump.blogspot.com/) - A collection of recent
malware samples and analyses.
## Detection and Classification
*Antivirus and other malware identification tools*
* [ClamAV](http://www.clamav.net/index.html) - Open source antivirus engine.
* [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for
analysts.
# Resources
## Books