ET EXPLOIT AVTECH Authenticated Command Injection in adcommand.cgi


Query · suricata

urilen:33;
flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/cgi-bin/supervisor/adcommand.cgi"; nocase; fast_pattern;
http.request_body;
content:"DoShellCmd"; nocase;
Raw source ET EXPLOIT AVTECH Authenticated Command Injection in adcommand.cgi · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET EXPLOIT AVTECH Authenticated Command Injection in adcommand.cgi";
    urilen:33;
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/cgi-bin/supervisor/adcommand.cgi"; nocase; fast_pattern;
    http.request_body;
    content:"DoShellCmd"; nocase;
    reference:url,github.com/Trietptm-on-Security/AVTECH;
    classtype:attempted-recon;
    sid:2024919; rev:2;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_13, 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.