ET MALWARE OSX/WireLurker User-agent (globalupdate)


Query · suricata

flow:to_server,established;
flowbits:set,ET.WireLurkerUA;
http.user_agent;
content:"globalupdate"; depth:12;

Rule dependencies

Feeds into

  • 1 rule read ET.WireLurkerUA · view all
Raw source ET MALWARE OSX/WireLurker User-agent (globalupdate) · 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/WireLurker User-agent (globalupdate)";
    flow:to_server,established;
    flowbits:set,ET.WireLurkerUA;
    http.user_agent;
    content:"globalupdate"; depth:12;
    reference:url,researchcenter.paloaltonetworks.com/2014/11/wirelurker-new-era-os-x-ios-malware;
    classtype:trojan-activity;
    sid:2019660; rev:5;
    metadata:created_at 2014_11_06, malware_family OSX_WireLurker, confidence High, signature_severity Major, 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.