ET MALWARE Suspected Generic PHP Backdoor Activity M1


Query · suricata

flow:established,to_server;
flowbits:set,ET.misc.phpbackdoor;
flowbits:noalert;
http.method;
content:"GET";
http.uri;
content:".php";
content:"47712="; fast_pattern;

Rule dependencies

Feeds into

  • 1 rule read ET.misc.phpbackdoor · view all
Raw source ET MALWARE Suspected Generic PHP Backdoor Activity M1 · 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,$HTTP_SERVERS] any (
    msg:"ET MALWARE Suspected Generic PHP Backdoor Activity M1";
    flow:established,to_server;
    flowbits:set,ET.misc.phpbackdoor;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.uri;
    content:".php";
    content:"47712="; fast_pattern;
    reference:url,bartbroere.eu/2023/12/31/php-backdoor-malware/;
    reference:url,seclists.org/snort/2024/q1/0;
    classtype:web-application-activity;
    sid:2049898; rev:1;
    metadata:affected_product Wordpress, attack_target Web_Server, created_at 2024_01_03, deployment Perimeter, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_01_03;
)

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.