ET MALWARE DonotGroup CnC Domain Observed in DNS Query


Query · suricata

dns.query;
content:"en-content.com"; nocase; endswith;
pcre:"/(?:^|\.)en-content\.com$/";
Raw source ET MALWARE DonotGroup CnC Domain Observed in DNS Query · 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 DonotGroup CnC Domain Observed in DNS Query";
    dns.query;
    content:"en-content.com"; nocase; endswith;
    pcre:"/(?:^|\.)en-content\.com$/";
    classtype:domain-c2;
    sid:2028615; rev:3;
    metadata:created_at 2019_09_23, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag DonotGroup, 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.