ET MALWARE [ANY.RUN] Gh0stBins RDP Remote Connection


Query · suricata

flow:established,to_server;
content:"RDTPBINS"; depth:8; fast_pattern;
content:"|00 00|"; within:256;
Raw source ET MALWARE [ANY.RUN] Gh0stBins RDP Remote Connection · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE [ANY.RUN] Gh0stBins RDP Remote Connection";
    flow:established,to_server;
    content:"RDTPBINS"; depth:8; fast_pattern;
    content:"|00 00|"; within:256;
    reference:url,any.run/cybersecurity-blog/gh0stbins-chinese-rat-malware-analysis/;
    classtype:trojan-activity;
    sid:2046664; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_06_26, deployment Perimeter, malware_family GH0stBins, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_06_26;
)

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.