ET MALWARE WindowsEnterpriseSuite FakeAV Reporting via POST


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"verint=";
content:"&uid="; distance:0;
content:"&wv="; distance:0;
content:"&report="; distance:0;
content:"&abbr="; distance:0;
content:"&pid="; distance:0;
pcre:"/verint=\d+&uid=\d+&wv=[A-Za-z0-9]+&report=\d+&abbr=[A-Za-z0-9]+&pid=\d/";
Raw source ET MALWARE WindowsEnterpriseSuite FakeAV Reporting via POST · 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 WindowsEnterpriseSuite FakeAV Reporting via POST";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"verint=";
    content:"&uid="; distance:0;
    content:"&wv="; distance:0;
    content:"&report="; distance:0;
    content:"&abbr="; distance:0;
    content:"&pid="; distance:0;
    pcre:"/verint=\d+&uid=\d+&wv=[A-Za-z0-9]+&report=\d+&abbr=[A-Za-z0-9]+&pid=\d/";
    reference:md5,d9bcb4e4d650a6ed4402fab8f9ef1387;
    classtype:trojan-activity;
    sid:2010247; rev:7;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_04_21;
)

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.