ET PHISHING GOV UK Possible COVID-19 Phish 2020-04-06


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/Billing.php?sslchannel="; fast_pattern; nocase;
content:"&sessionid="; distance:0; nocase;
http.request_body;
content:"name="; depth:5; nocase;
content:"&dob="; nocase; distance:0;
content:"&email="; nocase; distance:0;
content:"|25|40"; distance:0;
content:"&telephone="; nocase; distance:0;
content:"&address="; nocase; distance:0;
content:"&town="; nocase; distance:0;
content:"&mmn="; nocase; distance:0;
Raw source ET PHISHING GOV UK Possible COVID-19 Phish 2020-04-06 · 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 GOV UK Possible COVID-19 Phish 2020-04-06";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/Billing.php?sslchannel="; fast_pattern; nocase;
    content:"&sessionid="; distance:0; nocase;
    http.request_body;
    content:"name="; depth:5; nocase;
    content:"&dob="; nocase; distance:0;
    content:"&email="; nocase; distance:0;
    content:"|25|40"; distance:0;
    content:"&telephone="; nocase; distance:0;
    content:"&address="; nocase; distance:0;
    content:"&town="; nocase; distance:0;
    content:"&mmn="; nocase; distance:0;
    classtype:credential-theft;
    sid:2029850; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2020_04_06, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_04_06;
)

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.