ET EXPLOIT Ghostscript illegal read undefinedfilename attempt


Query · suricata

flow:to_client,established;
file_data;
content:"undefinedfilename"; fast_pattern;
content:"errordict";
content:"invalidfileaccess";
content:"typecheck";
pcre:"/errordict\s+\x2Finvalidfileaccess/smi";
Raw source ET EXPLOIT Ghostscript illegal read undefinedfilename attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT Ghostscript illegal read undefinedfilename attempt";
    flow:to_client,established;
    file_data;
    content:"undefinedfilename"; fast_pattern;
    content:"errordict";
    content:"invalidfileaccess";
    content:"typecheck";
    pcre:"/errordict\s+\x2Finvalidfileaccess/smi";
    reference:url,seclists.org/oss-sec/2018/q3/142;
    classtype:attempted-user;
    sid:2026087; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2018_09_05, deployment Perimeter, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.