ET PHISHING Successful ING Group Phish 2022-06-24


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/app?"; startswith;
http.request_body;
content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|kontonummer|22|"; fast_pattern;
content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|pin|22|"; distance:0;
Raw source ET PHISHING Successful ING Group Phish 2022-06-24 · 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 PHISHING Successful ING Group Phish 2022-06-24";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/app?"; startswith;
    http.request_body;
    content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|kontonummer|22|"; fast_pattern;
    content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|pin|22|"; distance:0;
    reference:md5,fa9a4aa2c5529b5084e8da0324e97037;
    classtype:credential-theft;
    sid:2037124; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2022_06_24, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_27;
)

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.