ET WEB_SERVER PHP WebShell Embedded In JPG (INBOUND)


Query · suricata

flow:established,from_server;
file_data;
content:"JFIF|00|"; distance:6; within:5;
content:"<?php"; fast_pattern; distance:0;
Raw source ET WEB_SERVER PHP WebShell Embedded In JPG (INBOUND) · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER PHP WebShell Embedded In JPG (INBOUND)";
    flow:established,from_server;
    file_data;
    content:"JFIF|00|"; distance:6; within:5;
    content:"<?php"; fast_pattern; distance:0;
    reference:url,blog.spiderlabs.com/2013/10/hiding-webshell-backdoor-code-in-image-files.html;
    classtype:successful-admin;
    sid:2017608; rev:2;
    metadata:created_at 2013_10_17, 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.