ET MALWARE Generic - POST To .php w/Extended ASCII Characters


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php";
http.user_agent;
content:"|20|MSIE|20|"; fast_pattern;
http.request_body;
pcre:"/[\x80-\xff]/";
http.content_type;
content:"www-form-urlencoded";
http.header_names;
content:!"Referer";
http.host;
content:!".webex.com"; endswith;
Raw source ET MALWARE Generic - POST To .php w/Extended ASCII Characters · 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 Generic - POST To .php w/Extended ASCII Characters";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php";
    http.user_agent;
    content:"|20|MSIE|20|"; fast_pattern;
    http.request_body;
    pcre:"/[\x80-\xff]/";
    http.content_type;
    content:"www-form-urlencoded";
    http.header_names;
    content:!"Referer";
    http.host;
    content:!".webex.com"; endswith;
    classtype:trojan-activity;
    sid:2017259; rev:16;
    metadata:created_at 2013_07_31, performance_impact Significant, confidence Medium, signature_severity Major, updated_at 2024_04_25;
)

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.