ET POLICY DNS Query to .onion proxy Domain (onion.top)


Query · suricata

dns.query;
content:".onion.top"; fast_pattern; nocase; endswith;
Raw source ET POLICY DNS Query to .onion proxy Domain (onion.top) · 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 POLICY DNS Query to .onion proxy Domain (onion.top)";
    dns.query;
    content:".onion.top"; fast_pattern; nocase; endswith;
    classtype:policy-violation;
    sid:2024665; rev:7;
    metadata:created_at 2017_09_06, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_19;
)

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.