ET MALWARE Kuluoz/Asprox Activity


Query · suricata

flow:established,to_server;
flowbits:set,ET.Kuluoz;
http.method;
content:"POST";
http.uri;
pcre:"/^\/(?:[A-Fa-f0-9]+|index\.php)$/";
http.header_names;
content:!"Referer";
http.request_body;
content:"|80 00 00 00|"; depth:4;

Rule dependencies

Feeds into

Raw source ET MALWARE Kuluoz/Asprox Activity · 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 Kuluoz/Asprox Activity";
    flow:established,to_server;
    flowbits:set,ET.Kuluoz;
    http.method;
    content:"POST";
    http.uri;
    pcre:"/^\/(?:[A-Fa-f0-9]+|index\.php)$/";
    http.header_names;
    content:!"Referer";
    http.request_body;
    content:"|80 00 00 00|"; depth:4;
    reference:md5,a3e0f51356d48124fba25485d1871b28;
    reference:url,www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-asprox-reborn.pdf;
    reference:url,blog.fortinet.com/post/changes-in-the-asprox-botnet;
    classtype:trojan-activity;
    sid:2017895; rev:9;
    metadata:created_at 2013_12_24, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_08;
)

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.