ET MALWARE Haxdoor Reporting User Activity


Query · suricata

flow:established,to_server;
http.uri;
content:".php?"; nocase;
content:"lang="; nocase;
content:"&socksport="; nocase;
content:"&httpport="; nocase;
content:"&ver="; nocase;
Raw source ET MALWARE Haxdoor Reporting User Activity · 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 Haxdoor Reporting User Activity";
    flow:established,to_server;
    http.uri;
    content:".php?"; nocase;
    content:"lang="; nocase;
    content:"&socksport="; nocase;
    content:"&httpport="; nocase;
    content:"&ver="; nocase;
    reference:url,www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=BKDR_HAXDOOR.DI;
    reference:md5,e787c4437ff67061983cd08458f71c94;
    reference:md5,d86b9eaf9682d60cb8b928dc6ac40954;
    reference:md5,1777f0ffa890ebfcc7587957f2d08dca;
    reference:url,www.symantec.com/security_response/writeup.jsp?docid=2003-113016-1420-99&tabid=2;
    classtype:trojan-activity;
    sid:2002790; rev:11;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_09_04;
)

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.