ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Probe


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/CTCWebService/CTCWebServiceBean"; fast_pattern;
flowbits:set,ET.CVE20206287.1;

Rule dependencies

Feeds into

  • 1 rule read ET.CVE20206287.1 · view all
Raw source ET EXPLOIT Possible SAP NetWeaver CVE-2020-6287 Probe · 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 Probe";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/CTCWebService/CTCWebServiceBean"; fast_pattern;
    flowbits:set,ET.CVE20206287.1;
    reference:url,github.com/duc-nt/CVE-2020-6287-exploit;
    reference:cve,2020-6287;
    classtype:attempted-recon;
    sid:2030576; rev:2;
    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.