ET INFO Moltbook skill.json request


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/skill.json"; nocase; fast_pattern;
http.host;
content:"moltbook.com";
target:src_ip;
Raw source ET INFO Moltbook skill.json request · 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 INFO Moltbook skill.json request";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/skill.json"; nocase; fast_pattern;
    http.host;
    content:"moltbook.com";
    reference:url,simonwillison.net/2026/Jan/30/moltbook/;
    classtype:trojan-activity;
    sid:2067259; rev:1;
    metadata:attack_target Client_and_Server, tls_state TLSDecrypt, created_at 2026_02_02, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Informational, updated_at 2026_02_02, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1102, mitre_technique_name Web_Service;
    target:src_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.