ET INFO DYNAMIC_DNS Query to dns-stuff.com Domain *.dns-stuff.com


Query · suricata

dns.query;
content:".dns-stuff.com"; fast_pattern; nocase; endswith;
Raw source ET INFO DYNAMIC_DNS Query to dns-stuff.com Domain *.dns-stuff.com · 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 INFO DYNAMIC_DNS Query to dns-stuff.com Domain *.dns-stuff.com";
    dns.query;
    content:".dns-stuff.com"; fast_pattern; nocase; endswith;
    reference:url,www.changeip.com/accounts/cart.php?a=add&bid=1;
    classtype:bad-unknown;
    sid:2014868; rev:6;
    metadata:created_at 2012_06_07, confidence Medium, signature_severity Informational, 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.