ET MALWARE Potential FakeAV HTTP GET Check-IN (/check)


Query · suricata

flow:established,to_server;
urilen:6;
http.method;
content:"GET";
http.uri;
content:"/check"; nocase;
http.user_agent; bsize:27;
content:"Microsoft|20|Internet|20|Explorer"; fast_pattern; nocase;
http.header_names;
content:!"|0d 0a|Referer|0d 0a|"; nocase;
content:"|0d 0a|User-Agent|0d 0a|Host|0d 0a|"; startswith;
Raw source ET MALWARE Potential FakeAV HTTP GET Check-IN (/check) · 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 Potential FakeAV HTTP GET Check-IN (/check)";
    flow:established,to_server;
    urilen:6;
    http.method;
    content:"GET";
    http.uri;
    content:"/check"; nocase;
    http.user_agent; bsize:27;
    content:"Microsoft|20|Internet|20|Explorer"; fast_pattern; nocase;
    http.header_names;
    content:!"|0d 0a|Referer|0d 0a|"; nocase;
    content:"|0d 0a|User-Agent|0d 0a|Host|0d 0a|"; startswith;
    reference:url,microsoft.com/security/portal/threat/encyclopedia/entry.aspx?Name=Rogue%3AWin32/FakeSpypro;
    reference:url,www.malwaredomainlist.com/forums/index.php?topic=3190.420;
    classtype:trojan-activity;
    sid:2010597; rev:9;
    metadata:created_at 2010_07_30, performance_impact Moderate, signature_severity Major, updated_at 2024_04_10;
)

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.