ET MALWARE Possible Konni RAT Related Activity Observed


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/salt_view_doc_words?user="; startswith; fast_pattern;
pcre:"/^[A-Z0-9]{24}$/R";
target:src_ip;
Raw source ET MALWARE Possible Konni RAT Related Activity 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 Possible Konni RAT Related Activity Observed";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/salt_view_doc_words?user="; startswith; fast_pattern;
    pcre:"/^[A-Z0-9]{24}$/R";
    reference:md5,d1dc2db2956803de7eef7a76a6ac5cb2;
    classtype:trojan-activity;
    sid:2048949; rev:1;
    metadata:attack_target Client_and_Server, created_at 2023_10_30, deployment Perimeter, malware_family KONNI, performance_impact Low, confidence Low, signature_severity Major, updated_at 2023_10_30;
    target:src_ip;
)

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.