ET MALWARE General Trojan Downloader


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; nocase;
http.uri;
content:".php?p="; fast_pattern;
content:"&s=";
content:"&v="; distance:0;
content:"uid="; distance:0;
content:"&q="; distance:0;
http.header_names;
content:!"Accept|0d 0a|";
Raw source ET MALWARE General Trojan Downloader · 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 General Trojan Downloader";
    flow:established,to_server;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:".php?p="; fast_pattern;
    content:"&s=";
    content:"&v="; distance:0;
    content:"uid="; distance:0;
    content:"&q="; distance:0;
    http.header_names;
    content:!"Accept|0d 0a|";
    classtype:trojan-activity;
    sid:2009299; rev:9;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2010_07_30, deployment Perimeter, signature_severity Major, tag Trojan_Downloader, updated_at 2020_09_24;
)

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.