What Fenrir scans for (IOC types)
masterFenrir scans for the following Indicators of Compromise (IOCs):
- Hashes: MD5, SHA1, and SHA256 (utilizing
md5sum,sha1sum, andsha -a 256). - File Names: Performs substring matching against the full path (e.g., searching for
temp/p.exewill match/var/temp/p.exe). - Strings: Uses
grepto search for specific strings within files. - C2 Servers: Checks for Command and Control (C2) server strings within the output of
lsof -iandlsof -i -n. - Hot Time Frame: Uses
statto identify files created within a specific epoch time stamp range (min and max).