ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Exploit Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"<baData>PHJvb3Q+ICA8dXNlcj4"; fast_pattern;
flowbits:set,ET.CVE20206287.2;

Rule dependencies

Feeds into

  • 1 rule read ET.CVE20206287.2 · view all
Raw source ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Exploit 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 any any -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Exploit Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"<baData>PHJvb3Q+ICA8dXNlcj4"; fast_pattern;
    flowbits:set,ET.CVE20206287.2;
    reference:url,github.com/duc-nt/CVE-2020-6287-exploit;
    reference:cve,2020-6287;
    classtype:attempted-admin;
    sid:2030578; rev:1;
    metadata:created_at 2020_07_22, cve CVE_2020_6287, deployment SSLDecrypt, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_22;
)

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.