ET MALWARE Observed TrustConnect Landing Page


Query · suricata

flow:established,to_client;
http.response_body;
content:"legitimate|20|Remote|20|Monitoring|20|and|20|Management|20 28|RMM|29|"; fast_pattern;
content:"onclick|3d 22|goToLogin|28 29 3b|";
target:dest_ip;
Raw source ET MALWARE Observed TrustConnect Landing Page · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Observed TrustConnect Landing Page";
    flow:established,to_client;
    http.response_body;
    content:"legitimate|20|Remote|20|Monitoring|20|and|20|Management|20 28|RMM|29|"; fast_pattern;
    content:"onclick|3d 22|goToLogin|28 29 3b|";
    reference:url,proofpoint.com/us/blog/threat-insight/dont-trustconnect-its-a-rat;
    classtype:trojan-activity;
    sid:2068021; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_03_05, deployment Perimeter, deployment SSLDecrypt, malware_family TrustConnect, confidence High, signature_severity Critical, updated_at 2026_03_05;
    target:dest_ip;
)

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.