ET MALWARE Polyfill Malicious Redirect Attempt M3


Query · suricata

flow:established,to_server;
http.uri;
content:"/ga.js";
http.host; bsize:24;
content:"www.googie-anaiytics.com"; fast_pattern;
target:src_ip;
Raw source ET MALWARE Polyfill Malicious Redirect Attempt M3 · 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 MALWARE Polyfill Malicious Redirect Attempt M3";
    flow:established,to_server;
    http.uri;
    content:"/ga.js";
    http.host; bsize:24;
    content:"www.googie-anaiytics.com"; fast_pattern;
    reference:url,sansec.io/research/polyfill-supply-chain-attack;
    classtype:trojan-activity;
    sid:2053887; rev:1;
    metadata:affected_product Any, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_06_26, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_06_26;
    target:src_ip;
)

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.