ET EXPLOIT SolarWinds Web Help Desk Hard Coded Credentials Request (CVE-2021-35232)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/helpdesk/assetReport"; nocase; startswith; fast_pattern;
http.request_body;
content:"select"; nocase;
content:"password"; nocase;
http.content_type;
content:"text/plain";
Raw source ET EXPLOIT SolarWinds Web Help Desk Hard Coded Credentials Request (CVE-2021-35232) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT SolarWinds Web Help Desk Hard Coded Credentials Request (CVE-2021-35232)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/helpdesk/assetReport"; nocase; startswith; fast_pattern;
    http.request_body;
    content:"select"; nocase;
    content:"password"; nocase;
    http.content_type;
    content:"text/plain";
    reference:url,blog.assetnote.io/2022/01/23/solarwinds-webhelpdesk-hsql-eval-harcoded-creds/;
    reference:cve,2021-35232;
    classtype:attempted-admin;
    sid:2034971; rev:1;
    metadata:created_at 2022_01_25, cve CVE_2021_35232, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_01_25;
)

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.