ET HUNTING Suspicious Glitch Hosted GET Request - Possible Phishing Landing


Query · suricata

flow:established,to_server;
urilen:1;
http.method;
content:"GET";
http.host;
content:".glitch.me"; fast_pattern;
pcre:"/^[a-z]+\-[a-z]+\-[a-z]+\.glitch\.me$/";
Raw source ET HUNTING Suspicious Glitch Hosted GET 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 http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET HUNTING Suspicious Glitch Hosted GET Request - Possible Phishing Landing";
    flow:established,to_server;
    urilen:1;
    http.method;
    content:"GET";
    http.host;
    content:".glitch.me"; fast_pattern;
    pcre:"/^[a-z]+\-[a-z]+\-[a-z]+\.glitch\.me$/";
    classtype:social-engineering;
    sid:2031917; rev:1;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2021_03_10, deployment Perimeter, deployment SSLDecrypt, confidence Medium, signature_severity Critical, 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.