ET MALWARE Backdoor.Win32/Likseput.A Checkin Windows Vista/7/8


Query · suricata

flow:to_server,established;
http.header;
content:"|5c|"; within:64;
content:"Host|3a 20|"; distance:0;
content:!"|0d 0a|"; distance:-6; within:2;
http.user_agent;
content:"6."; depth:2;
pcre:"/^6\.[0-2]\x20\d\d\x3a\d\d\x20/i";
Raw source ET MALWARE Backdoor.Win32/Likseput.A Checkin Windows Vista/7/8 · 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 Backdoor.Win32/Likseput.A Checkin Windows Vista/7/8";
    flow:to_server,established;
    http.header;
    content:"|5c|"; within:64;
    content:"Host|3a 20|"; distance:0;
    content:!"|0d 0a|"; distance:-6; within:2;
    http.user_agent;
    content:"6."; depth:2;
    pcre:"/^6\.[0-2]\x20\d\d\x3a\d\d\x20/i";
    reference:md5,b5e9ce72771217680efaeecfafe3da3f;
    reference:md5,4b6f5e62d7913fc1ab6c71b5b909ecbf;
    classtype:command-and-control;
    sid:2016433; rev:5;
    metadata:created_at 2013_02_20, signature_severity Major, updated_at 2020_10_14;
)

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.