ET MALWARE FakeAV FakeSmoke HTTP POST check-in


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.header_names;
content:!"User-Agent|0d 0a|"; nocase;
content:!"Referer|0d 0a|"; nocase;
http.request_body;
content:"current_version=";
pcre:"/^[a-z0-9]{196}/Ri";
Raw source ET MALWARE FakeAV FakeSmoke HTTP POST check-in · 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 FakeAV FakeSmoke HTTP POST check-in";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.header_names;
    content:!"User-Agent|0d 0a|"; nocase;
    content:!"Referer|0d 0a|"; nocase;
    http.request_body;
    content:"current_version=";
    pcre:"/^[a-z0-9]{196}/Ri";
    reference:url,isc.sans.org/diary.html?storyid=7768;
    classtype:trojan-activity;
    sid:2010512; rev:10;
    metadata:created_at 2010_07_30, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_24;
)

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.