ET PHISHING Exfil to FormSpark Form from Netlify


Query · suricata

flow:established,to_client;
http.stat_code;
content:"302";
http.location;
content:"submitted.formspark.io?_formId="; fast_pattern;
content:"&_referer="; distance:0;
content:".netlify.app"; distance:0;
Raw source ET PHISHING Exfil to FormSpark Form from Netlify · 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 Exfil to FormSpark Form from Netlify";
    flow:established,to_client;
    http.stat_code;
    content:"302";
    http.location;
    content:"submitted.formspark.io?_formId="; fast_pattern;
    content:"&_referer="; distance:0;
    content:".netlify.app"; distance:0;
    classtype:credential-theft;
    sid:2066744; rev:1;
    metadata:created_at 2026_01_14, signature_severity Unknown, updated_at 2026_01_14;
)

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.