Fenrir – Simple Bash IOC Scanner

  Fenrir is a simple IOC scanner bash script. It allows scanning Linux/Unix/OSX systems for the following Indicators of Compromise (IOCs): Hashes MD5, SHA1 and SHA256 (using md5sum, sha1sum, sha -a 256) File Names string – checked for substring of the full path, e.g. “temp/p.exe” in “/var/temp/p.exe” Strings grep in files C2 Server checking for […]