Skip to content
.ca
sign in
detection rulesuricata

C2 VoidLink agent binary download (fleet-agent-linux)

First seen
2026-06-16
Last seen
2026-06-16
Used in
1 post
SuricataC2 VoidLink agent binary download (fleet-agent-linux)
alert http $HOME_NET any -> any 3100 (msg:"C2 VoidLink agent binary download (fleet-agent-linux)"; \
  flow:to_server,established; \
  http.method; content:"GET"; \
  http.uri; content:"/downloads/fleet-agent-linux-"; \
  classtype:trojan-activity; sid:1000231009; rev:2; \
  metadata:created_at 2026-06-07;)

Posts using this rule