ET WEB_SERVER LANDesk Command Injection Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/gsb/datetime.php"; nocase;
http.request_body;
content:"delBackupName"; nocase;
content:"backupRestoreFormSubmitted"; distance:0; nocase;
Raw source ET WEB_SERVER LANDesk Command Injection 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER LANDesk Command Injection Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/gsb/datetime.php"; nocase;
    http.request_body;
    content:"delBackupName"; nocase;
    content:"backupRestoreFormSubmitted"; distance:0; nocase;
    reference:url,www.coresecurity.com/content/landesk-csrf-vulnerability;
    reference:cve,2010-0369;
    classtype:web-application-attack;
    sid:2010863; rev:9;
    metadata:created_at 2010_07_30, cve CVE_2010_0369, signature_severity Major, updated_at 2020_11_07, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.