feat(go): port socket detectors
This commit is contained in:
parent
fc9b5f0448
commit
c6f7219de8
23 changed files with 693 additions and 28 deletions
|
|
@ -32,9 +32,10 @@ bcc/eBPF telemetry.
|
|||
|
||||
An experimental, non-installing Phase 1 Go sidecar now lives under `go-agent/`.
|
||||
It is stdlib-only, emits `enodia.event.v1` JSONL, captures an injectable process
|
||||
and file-descriptor view, and currently ports `ld_preload`, `deleted_exe`,
|
||||
`input_snooper`, and `credential_access`. Python remains the production agent
|
||||
and parity oracle; do not describe the Go path as a replacement yet.
|
||||
file-descriptor, and socket view, and currently ports `reverse_shell`,
|
||||
`ld_preload`, `deleted_exe`, `input_snooper`, `credential_access`,
|
||||
`stealth_network`, and `egress`. Python remains the production agent and parity
|
||||
oracle; do not describe the Go path as a replacement yet.
|
||||
|
||||
Implemented detection coverage:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue