ET MALWARE ELF/Mayhem Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.header;
content:"Pragma|3a 20|1337|0d 0a|"; fast_pattern;
http.header_names;
content:!"User-Agent|0d 0a|";
content:!"Accept";
content:!"Referer|0d 0a|";
Raw source ET MALWARE ELF/Mayhem Checkin · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE ELF/Mayhem Checkin";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.header;
    content:"Pragma|3a 20|1337|0d 0a|"; fast_pattern;
    http.header_names;
    content:!"User-Agent|0d 0a|";
    content:!"Accept";
    content:!"Referer|0d 0a|";
    reference:url,blog.malwaremustdie.org/2014/05/elf-shared-so-dynamic-library-malware.html;
    classtype:command-and-control;
    sid:2018456; rev:5;
    metadata:affected_product Linux, created_at 2014_05_08, malware_family ELF_Mayhem, signature_severity Major, updated_at 2020_09_29;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.