ET WEB_SERVER Gootkit Website Infection Request for FTP Credentials from Control Server


Query · suricata

flow:established,to_server;
flowbits:set,ET.GOOTKIT;
http.method;
content:"GET";
http.uri;
content:"/ftp"; nocase;
http.header;
content:!"www.trendmicro.com";
http.user_agent;
content:"Mozilla/4.0 (compatible|3B 20|Win32|3B 20|WinHttp.WinHttpRequest"; nocase; startswith;

Rule dependencies

Feeds into

Raw source ET WEB_SERVER Gootkit Website Infection Request for FTP Credentials from Control Server · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HTTP_SERVERS any -> $EXTERNAL_NET any (
    msg:"ET WEB_SERVER Gootkit Website Infection Request for FTP Credentials from Control Server";
    flow:established,to_server;
    flowbits:set,ET.GOOTKIT;
    http.method;
    content:"GET";
    http.uri;
    content:"/ftp"; nocase;
    http.header;
    content:!"www.trendmicro.com";
    http.user_agent;
    content:"Mozilla/4.0 (compatible|3B 20|Win32|3B 20|WinHttp.WinHttpRequest"; nocase; startswith;
    reference:url,www.m86security.com/labs/i/GootKit--Automated-Website-Infection,trace.1368~.asp;
    classtype:web-application-attack;
    sid:2011290; rev:9;
    metadata:created_at 2010_09_28, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_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.