Skip to content
.ca
sign in
detection rulesuricata

POLICY Inbound Docker Engine API exec/start from internal source

First seen
2026-06-16
Last seen
2026-06-16
Used in
1 post
SuricataPOLICY Inbound Docker Engine API exec/start from internal source
alert http $HOME_NET any -> $HOME_NET 2375 (msg:"POLICY Inbound Docker Engine API exec/start from internal source"; \
  flow:to_server,established; \
  http.method; content:"POST"; \
  http.uri; content:"/exec/"; content:"/start"; distance:0; \
  classtype:policy-violation; priority:4; sid:1000231012; rev:1; \
  metadata:created_at 2026-05-28;)

Posts using this rule