ET WEB_SERVER DNS changer cPanel attempt


Query · suricata

flow:to_server,established;
http.request_body;
content:"pwCfm=Dn5Ch4ng3";
Raw source ET WEB_SERVER DNS changer cPanel attempt · 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 WEB_SERVER DNS changer cPanel attempt";
    flow:to_server,established;
    http.request_body;
    content:"pwCfm=Dn5Ch4ng3";
    classtype:web-application-attack;
    sid:2013921; rev:3;
    metadata:created_at 2011_11_18, signature_severity Minor, updated_at 2020_04_20;
)

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.