Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/agent
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 244d9091ee feat: process explorer — on-demand /proc scanning with full osquery parity
Agent-side: reads /proc for all PIDs with 25+ fields (identity, resources,
state, disk I/O, elevation) plus related data on drill-down (open files,
sockets, pipes, env keys, memory map, namespaces, listening ports). Pure
/proc reads, no subprocess spawns.

Server-side: dedicated tables (agent_process_snapshots, agent_processes,
agent_process_related) with JSONB for related data. On-demand scan via
scan_processes command, last-10-snapshot retention. Four endpoints:
report, get latest, get detail, trigger scan.

UI: new Processes tab in agent detail with sortable/filterable table,
search by name/cmdline, state/user filters, and ProcessDetailModal with
tabs for Overview, Network, Files, Environment, Memory, Namespaces.
2026-06-11 02:01:43 -04:00
..
cmd feat: FEAT-002 local agent API, desktop tray spine, screenshot handler 2026-06-08 17:08:58 -04:00
internal feat: process explorer — on-demand /proc scanning with full osquery parity 2026-06-11 02:01:43 -04:00
pkg/windowsupdate chore: add windowsupdate COM interface stubs and update third-party licenses 2026-05-21 13:48:42 -04:00
test-config refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
go.mod swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
go.sum swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
install.sh feat: install/sync/RL hardening + upstream version sync subsystem 2026-05-23 15:12:20 -04:00
NOTICE refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
uninstall.sh refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00