ET PHISHING Suspicious IPFS Domain Rewritten with Google Translate


Query · suricata

dns.query;
content:"ipfs";
content:".translate.goog"; distance:0; endswith; fast_pattern;
Raw source ET PHISHING Suspicious IPFS Domain Rewritten with Google Translate · 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 Suspicious IPFS Domain Rewritten with Google Translate";
    dns.query;
    content:"ipfs";
    content:".translate.goog"; distance:0; endswith; fast_pattern;
    reference:url,vadesecure.com/en/blog/new-phishing-attack-leverages-google-translate-and-ipfs-decentralized-network;
    classtype:credential-theft;
    sid:2046638; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_06_23, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_06_23;
)

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.