ET HUNTING File Sharing Related Domain in DNS Lookup (download .mediafire .com)


Query · suricata

dns.query;
content:"download"; startswith;
content:".mediafire.com"; endswith;
Raw source ET HUNTING File Sharing Related Domain in DNS Lookup (download .mediafire .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 HUNTING File Sharing Related Domain in DNS Lookup (download .mediafire .com)";
    dns.query;
    content:"download"; startswith;
    content:".mediafire.com"; endswith;
    classtype:bad-unknown;
    sid:2036936; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2022_06_09, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_09;
)

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.