ET MALWARE Win32/Tofsee Connectivity Check M2


Query · suricata

flow:to_server,established;
http.uri;
content:"/proxy.php"; endswith; fast_pattern;
http.method;
content:"GET";
http.user_agent;
content:"Mozilla/5.0 |28|Windows NT 10.0|3b 20|Win64|3b 20|x64|29| AppleWebKit/537.36 |28|KHTML, like Gecko|29| Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94"; bsize:131;
http.host;
content:"zennolab.com"; endswith;
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Win32/Tofsee Connectivity Check M2 · 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 Win32/Tofsee Connectivity Check M2";
    flow:to_server,established;
    http.uri;
    content:"/proxy.php"; endswith; fast_pattern;
    http.method;
    content:"GET";
    http.user_agent;
    content:"Mozilla/5.0 |28|Windows NT 10.0|3b 20|Win64|3b 20|x64|29| AppleWebKit/537.36 |28|KHTML, like Gecko|29| Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94"; bsize:131;
    http.host;
    content:"zennolab.com"; endswith;
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:md5,cc171ee77dc2d657e0c018fcad17608f;
    classtype:trojan-activity;
    sid:2033324; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2021_07_15, deployment Perimeter, malware_family Win32_Tofsee, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_15;
)

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.