ET MALWARE OSX/Flashback.K first execution checkin


Query · suricata

flow:established,to_server;
http.uri;
content:"/stat_svc/"; endswith;
Raw source ET MALWARE OSX/Flashback.K first execution checkin · 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 OSX/Flashback.K first execution checkin";
    flow:established,to_server;
    http.uri;
    content:"/stat_svc/"; endswith;
    reference:url,f-secure.com/v-descs/trojan-downloader_osx_flashback_k.shtml;
    reference:url,vms.drweb.com/virus/?i=1816029;
    classtype:command-and-control;
    sid:2014525; rev:5;
    metadata:created_at 2012_04_05, malware_family OSX_Flashback_K, signature_severity Major, 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.