ET MALWARE Soraya C2 User-Agent (default)


Query · suricata

flow:established,to_server;
http.uri;
content:".php";
http.user_agent; bsize:7;
content:"default"; fast_pattern;
http.request_body;
content:"mode="; startswith;
Raw source ET MALWARE Soraya C2 User-Agent (default) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Soraya C2 User-Agent (default)";
    flow:established,to_server;
    http.uri;
    content:".php";
    http.user_agent; bsize:7;
    content:"default"; fast_pattern;
    http.request_body;
    content:"mode="; startswith;
    reference:md5,a95dacba360e45fc03769ea55c546a7b;
    reference:url,www.arbornetworks.com/asert/2014/06/the-best-of-both-worlds-soraya/;
    classtype:command-and-control;
    sid:2018522; rev:5;
    metadata:created_at 2014_06_04, confidence High, signature_severity Major, updated_at 2024_03_10;
)

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.