Add typed host event egress rule

This commit is contained in:
Luna 2026-07-09 06:04:30 -07:00
parent 0b010df514
commit 3b037646d2
15 changed files with 360 additions and 31 deletions

View file

@ -0,0 +1,14 @@
{
"event": "tcp_connect",
"pid": 4242,
"ppid": 1,
"uid": 1000,
"comm": "python3",
"parent_comm": "bash",
"path": "/usr/bin/python3",
"argv": ["-c", "connect back"],
"peer_ip": "8.8.8.8",
"peer_port": 4444,
"local_ip": "10.0.0.5",
"local_port": 51510
}