ET EXPLOIT_KIT TDS Landing Page - Observed Leading to CryptoClipper


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.response_body;
content:"checkResult|28|result";
content:"|22|x|2d|rid|22 3a 20|result"; fast_pattern;
content:"|22|x|2d|ohost|22 3a 20 22|";
Raw source ET EXPLOIT_KIT TDS Landing Page - Observed Leading to CryptoClipper · 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 EXPLOIT_KIT TDS Landing Page - Observed Leading to CryptoClipper";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"checkResult|28|result";
    content:"|22|x|2d|rid|22 3a 20|result"; fast_pattern;
    content:"|22|x|2d|ohost|22 3a 20 22|";
    reference:url,unit42.paloaltonetworks.com/crypto-clipper-targets-portuguese-speakers/;
    classtype:trojan-activity;
    sid:2044907; rev:2;
    metadata:created_at 2023_04_07, confidence High, signature_severity Major, tag TDS, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_17;
)

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.