# NOTE: 2 of 3 rule(s) below carry no published certificate and alert on # address and port (alert tcp); the rest match the certificate fingerprint in the TLS handshake (alert tls). # hollowpoint.rules — generated 2026-09-15 10:08 UTC — 3 rules — TLP:CLEAR # source: https://publicmosaic.com/indicators — published for defensive use # scope: host 101.42.104.134 # rev:2 — alert tcp on address and port; alert tls with tls.cert_fingerprint only where the full # certificate SHA-256 is published. REPLACE any rev:1 file (every rule was alert tls) rather than # loading it beside this one: a same-sid different-text pair is a duplicate Suricata refuses. alert tcp $HOME_NET any -> 101.42.104.134 8767 (msg:"HOLLOWPOINT C2 vshell"; reference:url,publicmosaic.com/indicators; sid:9105289; rev:2;) alert tls $HOME_NET any -> 101.42.104.134 3232 (msg:"HOLLOWPOINT C2 reversessh"; tls.cert_fingerprint; content:"129ffcef7e1924ab29f85b409d1ce5dd85babf1c84fa8d8b0c1fa4f516e96a22"; reference:url,publicmosaic.com/indicators; sid:9103762; rev:2;) alert tcp $HOME_NET any -> 101.42.104.134 8888 (msg:"HOLLOWPOINT C2 supershell"; reference:url,publicmosaic.com/indicators; sid:9100491; rev:2;)