ET EXPLOIT Kaseya VSA ManagedITSync SQL Injection (CVE-2017-18362)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"KaseyaCwWebService/ManagedIT.asmx"; nocase; fast_pattern;
http.request_body;
content:"|27|";
pcre:"/^(?:CREATE|SELECT|INSERT|UPDATE|EXEC)/Ri";
Raw source ET EXPLOIT Kaseya VSA ManagedITSync SQL Injection (CVE-2017-18362) · 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 Kaseya VSA ManagedITSync SQL Injection (CVE-2017-18362)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"KaseyaCwWebService/ManagedIT.asmx"; nocase; fast_pattern;
    http.request_body;
    content:"|27|";
    pcre:"/^(?:CREATE|SELECT|INSERT|UPDATE|EXEC)/Ri";
    reference:url,github.com/kbni/owlky/blob/master/owlky.py;
    reference:cve,2017-18362;
    classtype:attempted-admin;
    sid:2034492; rev:2;
    metadata:created_at 2021_11_17, cve CVE_2017_18362, confidence High, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_05_03, 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.