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


Query · suricata

dns.query;
content:".onion.am"; nocase; endswith; fast_pattern;
Raw source ET POLICY DNS Query to .onion proxy Domain (onion.am) · 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.am)";
    dns.query;
    content:".onion.am"; nocase; endswith; fast_pattern;
    reference:url,en.wikipedia.org/wiki/Tor_(anonymity_network);
    classtype:policy-violation;
    sid:2020404; rev:6;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2015_02_12, deployment Perimeter, confidence Medium, signature_severity Informational, tag DNS_Onion_Query, updated_at 2020_09_17;
)

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.