ET MALWARE Fortigate THINCRUST Backdoor Activity M1


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/p/util/show_device_info"; fast_pattern;
http.cookie;
content:"DEVICEID";
content:"FGMGTOKEN";
Raw source ET MALWARE Fortigate THINCRUST Backdoor Activity M1 · 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 Fortigate THINCRUST Backdoor Activity M1";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/p/util/show_device_info"; fast_pattern;
    http.cookie;
    content:"DEVICEID";
    content:"FGMGTOKEN";
    reference:url,www.mandiant.com/resources/blog/fortinet-malware-ecosystem;
    classtype:trojan-activity;
    sid:2044678; rev:1;
    metadata:affected_product Fortigate, attack_target Server, created_at 2023_03_17, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_03_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.