ET MALWARE Possible Asprox Pizza


Query · suricata

flow:established,to_server;
http.uri;
content:"/title.php?pizza=";
pcre:"/^[a-zA-Z0-9+/]{43}/R";
Raw source ET MALWARE Possible Asprox Pizza · 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 Possible Asprox Pizza";
    flow:established,to_server;
    http.uri;
    content:"/title.php?pizza=";
    pcre:"/^[a-zA-Z0-9+/]{43}/R";
    reference:url,www.malware-traffic-analysis.net/2014/10/28/index.html;
    classtype:trojan-activity;
    sid:2019713; rev:3;
    metadata:created_at 2014_11_15, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_13;
)

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.