ET INFO ObfusHTML Usage


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.response_body;
content:"meta|20|name|3d 22|generator|22 20|content|3d 22|ObfusHTML|20|v"; fast_pattern;
Raw source ET INFO ObfusHTML Usage · 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 INFO ObfusHTML Usage";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"meta|20|name|3d 22|generator|22 20|content|3d 22|ObfusHTML|20|v"; fast_pattern;
    classtype:misc-activity;
    sid:2062292; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2025_05_12, deployment Perimeter, performance_impact Low, confidence High, signature_severity Informational, updated_at 2025_05_12, mitre_tactic_id TA0005, mitre_tactic_name Defense_Evasion, mitre_technique_id T1027, mitre_technique_name Obfuscated_Files_or_Information;
)

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.