ET USER_AGENTS Suspicious User Agent (agent)


Query · suricata

flow:established,to_server;
http.header;
content:!"cn.patch.battlenet.com.cn";
http.user_agent;
content:"agent"; fast_pattern; startswith;
http.host;
content:!".battle.net"; endswith;
content:!".blizzard.com"; endswith;
content:!"blz"; depth:3;
content:!".acronis.com"; endswith;
target:src_ip;
Raw source ET USER_AGENTS Suspicious User Agent (agent) · 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 USER_AGENTS Suspicious User Agent (agent)";
    flow:established,to_server;
    http.header;
    content:!"cn.patch.battlenet.com.cn";
    http.user_agent;
    content:"agent"; fast_pattern; startswith;
    http.host;
    content:!".battle.net"; endswith;
    content:!".blizzard.com"; endswith;
    content:!"blz"; depth:3;
    content:!".acronis.com"; endswith;
    classtype:trojan-activity;
    sid:2001891; rev:25;
    metadata:tls_state plaintext, created_at 2010_07_30, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, updated_at 2025_07_31;
    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.