ET DNS Query to a *.pw domain - Likely Hostile


Query · suricata

dns.query;
content:".pw"; nocase; endswith;
content:!".u.pw"; endswith; nocase;
Raw source ET DNS Query to a *.pw domain - Likely Hostile · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert dns $HOME_NET any -> any any (
    msg:"ET DNS Query to a *.pw domain - Likely Hostile";
    dns.query;
    content:".pw"; nocase; endswith;
    content:!".u.pw"; endswith; nocase;
    classtype:bad-unknown;
    sid:2016778; rev:8;
    metadata:created_at 2013_04_20, confidence Medium, signature_severity Informational, updated_at 2020_11_19, reviewed_at 2024_04_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.