ET HUNTING Suspicious GET Request with Possible COVID-19 URI M2


Query · suricata

http.method;
content:"GET";
http.uri;
content:"corona"; nocase;
http.host;
content:!".jhu.edu"; endswith;
content:!".ncsc.gov.ie"; endswith;
content:!".nhs.wales"; endswith;
content:!".govt.nz"; endswith;
content:!".nhp.gov.in"; endswith;
content:!".oracle.com"; endswith;
content:!".cdc.gov"; endswith;
Raw source ET HUNTING Suspicious GET Request with Possible COVID-19 URI M2 · 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 any -> $EXTERNAL_NET any (
    msg:"ET HUNTING Suspicious GET Request with Possible COVID-19 URI M2";
    http.method;
    content:"GET";
    http.uri;
    content:"corona"; nocase;
    http.host;
    content:!".jhu.edu"; endswith;
    content:!".ncsc.gov.ie"; endswith;
    content:!".nhs.wales"; endswith;
    content:!".govt.nz"; endswith;
    content:!".nhp.gov.in"; endswith;
    content:!".oracle.com"; endswith;
    content:!".cdc.gov"; endswith;
    classtype:bad-unknown;
    sid:2029754; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2020_03_28, deployment Perimeter, confidence Low, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_11;
)

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.