ET PHISHING TA453 Google Drive Lookalike (drives .googles. * .site)


Query · suricata

flow:established,to_server;
tls.sni;
content:"drives.googles"; fast_pattern;
content:".site"; endswith;
Raw source ET PHISHING TA453 Google Drive Lookalike (drives .googles. * .site) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tls $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING TA453 Google Drive Lookalike (drives .googles. * .site)";
    flow:established,to_server;
    tls.sni;
    content:"drives.googles"; fast_pattern;
    content:".site"; endswith;
    reference:url,x.com/NarimanGharib/status/1898343272772174032;
    classtype:credential-theft;
    sid:2060820; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2025_03_12, deployment Perimeter, confidence High, signature_severity Major, tag Phishing, tag TA453, updated_at 2025_03_12;
)

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.