ET HUNTING Observed Zip Slip in ZIP Archive (../) Upload M1


Query · suricata

flow:established,to_server;
file.magic;
content:"Zip archive";
file.data;
content:"|00 00 00 2e 2e 2f|"; fast_pattern;
target:dest_ip;
Raw source ET HUNTING Observed Zip Slip in ZIP Archive (../) Upload M1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> $HOME_NET any (
    msg:"ET HUNTING Observed Zip Slip in ZIP Archive (../) Upload M1";
    flow:established,to_server;
    file.magic;
    content:"Zip archive";
    file.data;
    content:"|00 00 00 2e 2e 2f|"; fast_pattern;
    reference:url,security.snyk.io/research/zip-slip-vulnerability;
    classtype:misc-attack;
    sid:2064947; rev:1;
    metadata:attack_target Server, created_at 2025_09_29, deployment Perimeter, deployment Internet, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_09_29, mitre_tactic_id TA0005, mitre_tactic_name Defense_Evasion, mitre_technique_id T1027, mitre_technique_name Obfuscated_Files_or_Information;
    target:dest_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.