ET MALWARE Amadey Bot Activity (POST)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php"; endswith;
http.header_names;
content:"|0d 0a|Content-Type|0d 0a|Host|0d 0a|"; startswith; fast_pattern;
http.request_body;
content:"e0="; startswith;
content:"&unit="; distance:10;
target:src_ip;
Raw source ET MALWARE Amadey Bot Activity (POST) · 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 Amadey Bot Activity (POST)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php"; endswith;
    http.header_names;
    content:"|0d 0a|Content-Type|0d 0a|Host|0d 0a|"; startswith; fast_pattern;
    http.request_body;
    content:"e0="; startswith;
    content:"&unit="; distance:10;
    reference:md5,551db99ee591cc96a7eb9cb2d90ce3e5;
    reference:url,twitter.com/Gi7w0rm/status/1633851568482054146;
    classtype:trojan-activity;
    sid:2044623; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2023_03_14, deployment Perimeter, malware_family Amadey, performance_impact Moderate, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_03;
    target:src_ip;
)

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.