ET MALWARE Fraudload/FakeAlert/FakeVimes Downloader - POST


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.user_agent;
content:"Mozilla/3.0 (compatible|3b 20|TALWinInetHTTPClient)"; fast_pattern; bsize:46; nocase;
http.request_body;
content:"verint="; nocase;
content:"&wv="; nocase;
content:"&report="; nocase;
content:"&abbr="; nocase;
content:"&pid=";
Raw source ET MALWARE Fraudload/FakeAlert/FakeVimes Downloader - 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 Fraudload/FakeAlert/FakeVimes Downloader - POST";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.user_agent;
    content:"Mozilla/3.0 (compatible|3b 20|TALWinInetHTTPClient)"; fast_pattern; bsize:46; nocase;
    http.request_body;
    content:"verint="; nocase;
    content:"&wv="; nocase;
    content:"&report="; nocase;
    content:"&abbr="; nocase;
    content:"&pid=";
    reference:url,www.pctools.com/mrc/infections/id/Trojan-Downloader.FraudLoad/;
    reference:url,www.threatexpert.com/reports.aspx?find=Trojan-Downloader.FraudLoad;
    classtype:trojan-activity;
    sid:2009751; rev:10;
    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.