ET MALWARE AutoHotkey Downloader Checkin via IPLogger


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.host; bsize:12;
content:"iplogger.org";
http.user_agent;
content:"(|20|Windows|20|"; fast_pattern; startswith;
Raw source ET MALWARE AutoHotkey Downloader Checkin via IPLogger · 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 AutoHotkey Downloader Checkin via IPLogger";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.host; bsize:12;
    content:"iplogger.org";
    http.user_agent;
    content:"(|20|Windows|20|"; fast_pattern; startswith;
    reference:md5,6db987f9e87340ab3c3dd2b6d938e60c;
    classtype:command-and-control;
    sid:2030163; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2020_05_13, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_03_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.