ET MALWARE DNSG - Data Exfiltration via DNS


Query · suricata

content:"|00 00 13 00 01|"; endswith; fast_pattern;
dns.query;
content:".com"; endswith;
pcre:"/^[A-Za-z0-9\-_\.]{20,80}\.[a-z]{2}\d{2}\.com$/";
threshold:type limit, count 1, seconds 60, track by_src;
Raw source ET MALWARE DNSG - Data Exfiltration via DNS · 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 MALWARE DNSG - Data Exfiltration via DNS";
    content:"|00 00 13 00 01|"; endswith; fast_pattern;
    dns.query;
    content:".com"; endswith;
    pcre:"/^[A-Za-z0-9\-_\.]{20,80}\.[a-z]{2}\d{2}\.com$/";
    threshold:type limit, count 1, seconds 60, track by_src;
    classtype:command-and-control;
    sid:2028631; rev:2;
    metadata:attack_target Client_and_Server, created_at 2019_09_19, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag DNS_tunneling, updated_at 2020_04_15;
)

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.