ET SCAN abdullkarem Wordpress PHP Scanner


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:".php?"; nocase;
content:"&php"; nocase; distance:0;
content:"&wphp"; nocase; distance:0;
content:"&abdullkarem="; nocase; fast_pattern; distance:0;
http.protocol;
content:"HTTP/1.0"; depth:8; endswith;
http.header_names;
content:"|0d 0a|Host|0d 0a|"; depth:8;
Raw source ET SCAN abdullkarem Wordpress PHP Scanner · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET SCAN abdullkarem Wordpress PHP Scanner";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:".php?"; nocase;
    content:"&php"; nocase; distance:0;
    content:"&wphp"; nocase; distance:0;
    content:"&abdullkarem="; nocase; fast_pattern; distance:0;
    http.protocol;
    content:"HTTP/1.0"; depth:8; endswith;
    http.header_names;
    content:"|0d 0a|Host|0d 0a|"; depth:8;
    classtype:web-application-attack;
    sid:2021949; rev:4;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2015_10_14, deployment Datacenter, confidence Medium, signature_severity Major, tag Wordpress, updated_at 2020_11_03;
)

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.