ET EXPLOIT Attempted Unauthenticated Palo Alto Global Protect Administrator Password Change M2


Query · suricata

flow:established,to_server;
urilen:25;
http.method;
content:"POST";
http.uri;
content:"/global-protect/login.esp";
http.request_body;
content:"action=getsoftware&confirm-new-passwd=&inputStr=&new-passwd=&ok=Log%20In&passwd="; startswith; nocase; fast_pattern;
content:"&user="; nocase; distance:0;
Raw source ET EXPLOIT Attempted Unauthenticated Palo Alto Global Protect Administrator Password Change M2 · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Attempted Unauthenticated Palo Alto Global Protect Administrator Password Change M2";
    flow:established,to_server;
    urilen:25;
    http.method;
    content:"POST";
    http.uri;
    content:"/global-protect/login.esp";
    http.request_body;
    content:"action=getsoftware&confirm-new-passwd=&inputStr=&new-passwd=&ok=Log%20In&passwd="; startswith; nocase; fast_pattern;
    content:"&user="; nocase; distance:0;
    classtype:attempted-admin;
    sid:2060229; rev:1;
    metadata:affected_product Palo_Alto_Networks, attack_target Networking_Equipment, tls_state TLSDecrypt, created_at 2025_02_19, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, updated_at 2025_02_19, former_sid 2860367, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.