ET POLICY external cPanel password change


Query · suricata

flow:to_server,established;
http.request_body;
content:"pwdOld=";
content:"pwNew=";
content:"pwCfm=";
Raw source ET POLICY external cPanel password change · 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 POLICY external cPanel password change";
    flow:to_server,established;
    http.request_body;
    content:"pwdOld=";
    content:"pwNew=";
    content:"pwCfm=";
    classtype:not-suspicious;
    sid:2013920; rev:3;
    metadata:created_at 2011_11_18, confidence High, signature_severity Informational, 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.