ET WEB_CLIENT VLC Media Player .ass File Buffer Overflow Attempt


Query · suricata

flowbits:isset,ET.ass.request;
flow:established,to_client;
content:"Dialogue|3A|"; nocase;
isdataat:60000,relative;
content:!"|0A|"; within:60000;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET WEB_CLIENT VLC Media Player .ass File Buffer Overflow Attempt · 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 VLC Media Player .ass File Buffer Overflow Attempt";
    flowbits:isset,ET.ass.request;
    flow:established,to_client;
    content:"Dialogue|3A|"; nocase;
    isdataat:60000,relative;
    content:!"|0A|"; within:60000;
    reference:url,www.securityfocus.com/bid/37832/info;
    classtype:attempted-user;
    sid:2010758; rev:6;
    metadata:affected_product Web_Browsers, affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2010_07_30, deployment Perimeter, confidence High, signature_severity Major, tag Web_Client_Attacks, updated_at 2019_09_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.