ET INFO HTTP Request to a *.zip Domain


Query · suricata

flow:established,to_server;
http.host;
content:".zip"; endswith;
target:src_ip;
Raw source ET INFO HTTP Request to a *.zip Domain · 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 INFO HTTP Request to a *.zip Domain";
    flow:established,to_server;
    http.host;
    content:".zip"; endswith;
    reference:url,www.registry.google/announcements/launch-details-for-eight-new-tlds/;
    classtype:misc-activity;
    sid:2045975; rev:3;
    metadata:created_at 2023_05_31, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_06_05;
    target:src_ip;
)

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.