ET MALWARE LokiBot User-Agent (Charon/Inferno)


Query · suricata

flow:established,to_server;
http.user_agent;
content:"(Charon|3b 20|Inferno)"; fast_pattern;
Raw source ET MALWARE LokiBot User-Agent (Charon/Inferno) · 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 LokiBot User-Agent (Charon/Inferno)";
    flow:established,to_server;
    http.user_agent;
    content:"(Charon|3b 20|Inferno)"; fast_pattern;
    classtype:trojan-activity;
    sid:2021641; rev:10;
    metadata:created_at 2015_08_18, malware_family lokibot, confidence High, signature_severity Critical, updated_at 2024_11_20, reviewed_at 2024_04_10;
)

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.