ET PHISHING DNS Query to Generic 107 Phishing Domain


Query · suricata

threshold:type limit, track by_src, count 1, seconds 30;
dns.query;
content:"login"; nocase;
content:"107sbtd9cbhsbt"; fast_pattern; distance:0; nocase;
Raw source ET PHISHING DNS Query to Generic 107 Phishing Domain · 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 PHISHING DNS Query to Generic 107 Phishing Domain";
    threshold:type limit, track by_src, count 1, seconds 30;
    dns.query;
    content:"login"; nocase;
    content:"107sbtd9cbhsbt"; fast_pattern; distance:0; nocase;
    classtype:social-engineering;
    sid:2024464; rev:4;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_07_12, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, updated_at 2020_09_01;
)

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.