ET USER_AGENTS SAP CVE-2020-6287 PoC UA Observed


Query · suricata

flow:established,to_server;
http.user_agent;
content:"CVE-2020-6287|20|PoC"; endswith; fast_pattern;
Raw source ET USER_AGENTS SAP CVE-2020-6287 PoC UA Observed · 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 USER_AGENTS SAP CVE-2020-6287 PoC UA Observed";
    flow:established,to_server;
    http.user_agent;
    content:"CVE-2020-6287|20|PoC"; endswith; fast_pattern;
    reference:url,github.com/chipik/SAP_RECON/blob/master/RECON.py;
    classtype:attempted-recon;
    sid:2030548; rev:1;
    metadata:created_at 2020_07_16, cve CVE_2020_6287, performance_impact Low, confidence High, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_16;
)

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.