ET MALWARE System Progressive Detection FakeAV (AMD)


Query · suricata

flow:to_server,established;
http.uri;
content:"ts="; nocase;
content:"affid="; nocase;
http.user_agent;
content:"|3b|c|3a|AMD-"; fast_pattern;
pcre:"/\(b\x3a\d+?\x3bc\x3aAMD-/";
Raw source ET MALWARE System Progressive Detection FakeAV (AMD) · 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 System Progressive Detection FakeAV (AMD)";
    flow:to_server,established;
    http.uri;
    content:"ts="; nocase;
    content:"affid="; nocase;
    http.user_agent;
    content:"|3b|c|3a|AMD-"; fast_pattern;
    pcre:"/\(b\x3a\d+?\x3bc\x3aAMD-/";
    reference:md5,76bea2200601172ebc2374e4b418c63a;
    classtype:trojan-activity;
    sid:2015861; rev:9;
    metadata:created_at 2012_10_13, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_18;
)

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.