ET WEB_CLIENT eval String.fromCharCode String Which May Be Malicious


Query · suricata

flow:established,to_client;
content:"eval|28|"; fast_pattern; nocase;
content:"String.fromCharCode|28|"; nocase; within:40;
pcre:"/eval\x28(String\x2EfromCharCode\x28|[a-z,0-9]{1,20}\x28String\x2EfromCharCode\x28)/i";
Raw source ET WEB_CLIENT eval String.fromCharCode String Which May Be Malicious · 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 WEB_CLIENT eval String.fromCharCode String Which May Be Malicious";
    flow:established,to_client;
    content:"eval|28|"; fast_pattern; nocase;
    content:"String.fromCharCode|28|"; nocase; within:40;
    pcre:"/eval\x28(String\x2EfromCharCode\x28|[a-z,0-9]{1,20}\x28String\x2EfromCharCode\x28)/i";
    classtype:bad-unknown;
    sid:2012173; rev:5;
    metadata:affected_product Web_Browsers, affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2011_01_12, deployment Perimeter, performance_impact Significant, signature_severity Major, tag Web_Client_Attacks, updated_at 2024_04_09;
)

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.