ET MALWARE CenterPOS User Agent Observed


Query · suricata

flow:established,to_server;
flowbits:set,ET.centerpos;
http.user_agent; bsize:8;
content:"IDOSJNDX"; fast_pattern;

Rule dependencies

Feeds into

Raw source ET MALWARE CenterPOS User Agent Observed · 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 CenterPOS User Agent Observed";
    flow:established,to_server;
    flowbits:set,ET.centerpos;
    http.user_agent; bsize:8;
    content:"IDOSJNDX"; fast_pattern;
    reference:md5,0e278436fb49f9ab0d1a3da792cfb0c3;
    reference:url,www.fireeye.com/blog/threat-research/2016/01/centerpos_an_evolvi.html;
    classtype:trojan-activity;
    sid:2022468; rev:3;
    metadata:created_at 2016_01_29, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_07;
)

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.