ET MALWARE Driveby Exploit Attempt Often to Install Monkif


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; nocase;
http.uri;
content:"/frame.php?pl=Win32"; nocase;
Raw source ET MALWARE Driveby Exploit Attempt Often to Install Monkif · 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 Driveby Exploit Attempt Often to Install Monkif";
    flow:established,to_server;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/frame.php?pl=Win32"; nocase;
    classtype:trojan-activity;
    sid:2012506; rev:6;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2011_03_15, deployment Perimeter, signature_severity Major, tag DriveBy, updated_at 2020_04_21;
)

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.