ET HUNTING HTTP POST Request XOR Key b1


Query · suricata

flow:established,to_server;
content:"|e1 fe e2 e5 91 9e|"; startswith; fast_pattern;
content:"|91 f9 e5 e5 e1 9e|"; distance:0;
Raw source ET HUNTING HTTP POST Request XOR Key b1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET HUNTING HTTP POST Request XOR Key b1";
    flow:established,to_server;
    content:"|e1 fe e2 e5 91 9e|"; startswith; fast_pattern;
    content:"|91 f9 e5 e5 e1 9e|"; distance:0;
    classtype:misc-activity;
    sid:2038395; rev:2;
    metadata:attack_target Client_and_Server, created_at 2022_08_09, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_08_10, 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.