feat(go): enrich snapshots asynchronously
This commit is contained in:
parent
1ab4add205
commit
eff31b3a82
7 changed files with 270 additions and 14 deletions
|
|
@ -115,8 +115,10 @@ the configured `incident_tracking`, `incident_window`, and
|
|||
`incident_lineage_depth` settings; same-second alert batches update one incident
|
||||
and one snapshot name idempotently. Hot-path enrichment derives bounded
|
||||
process/parent context, lineage, remote-IP classification, and candidate paths
|
||||
from already-captured data without new I/O. Package ownership, hashes, file
|
||||
metadata, richer integrity anchors, and notifications remain future parity
|
||||
from already-captured data without new I/O. A 16-job asynchronous worker then
|
||||
adds streamed SHA-256 values for regular executables up to 8 MiB and file
|
||||
metadata; saturation leaves fields unknown rather than delaying alerts. Package
|
||||
ownership, richer integrity anchors, and notifications remain future parity
|
||||
work. Snapshot text/JSON revisions append synchronized `enodia.hash_chain.v1`
|
||||
records to a private local `hash-chain.jsonl`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue