An open API service indexing awesome lists of open source software.

https://github.com/mcrmonkey/poormansav

Search for and alert on detection of Known ( bad ) files
https://github.com/mcrmonkey/poormansav

alert detection malicious-files

Last synced: 10 months ago
JSON representation

Search for and alert on detection of Known ( bad ) files

Awesome Lists containing this project

README

          

# PoormansAV

Designed to look for known malicious files on an old windows web server that
some AV systems didn't pick up on.

Makes use of `md5deep.exe` - Downloadable from http://md5deep.sourceforge.net/

Sample of some known malicious files included.

Simply performs md5sum on files then compares them to whats in the known list.

`detect.bat` can be used to trigger an alert i.e. via nagios when things have
been detected.