ET MALWARE Win32/FakeXPA Checkin URL


Query · suricata

flow:established,to_server;
http.uri;
content:"/firstrun.php?product="; nocase; fast_pattern;
content:"&aff="; nocase; distance:0;
content:"&update="; nocase; distance:0;
http.user_agent;
content:"Mozilla"; bsize:7;
Raw source ET MALWARE Win32/FakeXPA Checkin URL · 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 Win32/FakeXPA Checkin URL";
    flow:established,to_server;
    http.uri;
    content:"/firstrun.php?product="; nocase; fast_pattern;
    content:"&aff="; nocase; distance:0;
    content:"&update="; nocase; distance:0;
    http.user_agent;
    content:"Mozilla"; bsize:7;
    classtype:command-and-control;
    sid:2008152; rev:8;
    metadata:created_at 2010_07_30, malware_family Win32_FakeXPA, signature_severity Major, updated_at 2020_09_15;
)

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.