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
- Host: GitHub
- URL: https://github.com/mcrmonkey/poormansav
- Owner: mcrmonkey
- Created: 2019-05-06T18:50:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T17:45:18.000Z (over 6 years ago)
- Last Synced: 2024-12-27T01:26:04.560Z (over 1 year ago)
- Topics: alert, detection, malicious-files
- Language: Batchfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.