ET PHISHING Wire Transfer Phishing Landing 2015-11-19


Query · suricata

flow:established,from_server;
file_data;
content:"<TITLE>Foreign Transfer"; nocase; fast_pattern;
content:"view Online TT Copy"; nocase; distance:0;
content:"Online TT(CURRENCY"; nocase; distance:0;
content:"Email Address"; nocase; distance:0;
content:"Secure access"; nocase; distance:0;
Raw source ET PHISHING Wire Transfer Phishing Landing 2015-11-19 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET PHISHING Wire Transfer Phishing Landing 2015-11-19";
    flow:established,from_server;
    file_data;
    content:"<TITLE>Foreign Transfer"; nocase; fast_pattern;
    content:"view Online TT Copy"; nocase; distance:0;
    content:"Online TT(CURRENCY"; nocase; distance:0;
    content:"Email Address"; nocase; distance:0;
    content:"Secure access"; nocase; distance:0;
    classtype:social-engineering;
    sid:2031700; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2015_11_19, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2022_03_17;
)

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.