ET POLICY external cPanel login


Query · suricata

flow:to_server,established;
http.uri;
content:"/password.cgi?sptPassword=";
Raw source ET POLICY external cPanel login · 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 login";
    flow:to_server,established;
    http.uri;
    content:"/password.cgi?sptPassword=";
    classtype:not-suspicious;
    sid:2013919; 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.