ET HUNTING Suspicious Glitch Hosted DNS Request - Possible Phishing Landing


Query · suricata

dns.query;
content:".glitch.me";
pcre:"/^[a-z]+\-[a-z]+\-[a-z]+\.glitch\.me$/";
Raw source ET HUNTING Suspicious Glitch Hosted DNS Request - Possible Phishing Landing · 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 Suspicious Glitch Hosted DNS Request - Possible Phishing Landing";
    dns.query;
    content:".glitch.me";
    pcre:"/^[a-z]+\-[a-z]+\-[a-z]+\.glitch\.me$/";
    classtype:social-engineering;
    sid:2031918; rev:1;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2021_03_10, deployment Perimeter, confidence Low, signature_severity Minor, tag Phishing, updated_at 2021_03_10, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.