ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Vulnerable Response


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
http.response_body;
content:"urn:CTCWebServiceSi"; fast_pattern;
flowbits:isset,ET.CVE20206287.1;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Vulnerable Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http [$HOME_NET,$HTTP_SERVERS] any -> any any (
    msg:"ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Vulnerable Response";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"urn:CTCWebServiceSi"; fast_pattern;
    flowbits:isset,ET.CVE20206287.1;
    reference:url,github.com/duc-nt/CVE-2020-6287-exploit;
    reference:cve,2020-6287;
    classtype:attempted-recon;
    sid:2030577; 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.