ET EXPLOIT SAP NetWeaver AS Directory Traversal Attempt Inbound (CVE-2020-6286)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"<soapenv"; startswith;
content:"<sessionID>"; distance:0;
content:"../../../"; within:10; fast_pattern;
target:dest_ip;
Raw source ET EXPLOIT SAP NetWeaver AS Directory Traversal Attempt Inbound (CVE-2020-6286) · 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 -> any any (
    msg:"ET EXPLOIT SAP NetWeaver AS Directory Traversal Attempt Inbound (CVE-2020-6286)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"<soapenv"; startswith;
    content:"<sessionID>"; distance:0;
    content:"../../../"; within:10; fast_pattern;
    reference:url,github.com/chipik/SAP_RECON/blob/master/RECON.py;
    reference:cve,2020-6286;
    classtype:attempted-user;
    sid:2030549; rev:3;
    metadata:created_at 2020_07_16, cve CVE_2020_6286, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Exploit, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1083, mitre_technique_name File_And_Directory_Discovery;
    target:dest_ip;
)

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.