Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ef827b2c69
commit
145721146e
35 changed files with 919 additions and 122 deletions
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: cilium.io/v1alpha1
|
||||
kind: TracingPolicy
|
||||
metadata:
|
||||
name: audit-network-connections
|
||||
annotations:
|
||||
security-tier: audit-baseline
|
||||
description: "Logs outound TCP connections at the kernel level."
|
||||
spec:
|
||||
kprobes:
|
||||
- call: "tcp_connect"
|
||||
syscall: false
|
||||
args:
|
||||
- index: 0
|
||||
type: "sock"
|
||||
selectors:
|
||||
- matchArgs:
|
||||
- index: 0
|
||||
operator: "NotDAddr"
|
||||
values:
|
||||
- "127.0.0.1"
|
||||
- "::1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue