ET MALWARE Villain C2 Framework HTTP Server Response


Query · suricata

flow:established,to_client;
http.response_line;
content:"HTTP/1.0 200 OK";
http.header.raw;
content:"Server|3a 20|Apache/2.4.1|20 0d 0a|"; fast_pattern;
http.header;
content:"Access-Control-Allow-Origin|3a 20|*";
threshold:type limit, seconds 120, count 1, track by_dst;
Raw source ET MALWARE Villain C2 Framework HTTP Server Response · 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 any (
    msg:"ET MALWARE Villain C2 Framework HTTP Server Response";
    flow:established,to_client;
    http.response_line;
    content:"HTTP/1.0 200 OK";
    http.header.raw;
    content:"Server|3a 20|Apache/2.4.1|20 0d 0a|"; fast_pattern;
    http.header;
    content:"Access-Control-Allow-Origin|3a 20|*";
    threshold:type limit, seconds 120, count 1, track by_dst;
    classtype:trojan-activity;
    sid:2042770; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_and_Server, created_at 2022_12_13, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_12_13, reviewed_at 2025_07_14;
)

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.