Write a Tetragon TracingPolicy to monitor opens of sensitive files using a kprobe and matchArgs path filtering

domain: tetragon.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create a TracingPolicy with a kprobe on security_file_open or fd_install to capture file open events at the kernel level
  2. Declare the relevant arguments; for fd_install declare argument at index 1 with type: file to extract path information
  3. Under selectors, add a matchArgs entry specifying index (pointing to the path argument), operator: Prefix, and a values list with sensitive paths such as /etc/shadow, /etc/passwd, /root/.ssh/, and /etc/sudoers
  4. Optionally add matchBinaries to limit monitoring to specific executables, or matchNamespaces to scope to a namespace
  5. Apply the policy and generate test file access events; observe them with tetra getevents
  6. Add action: Sigkill under matchActions if you want to enforce rather than just observe

Known gotchas

Related routes

Define a Tetragon TracingPolicy to audit file reads on sensitive paths
tetragon.io · 6 steps · unrated
Configure a Cilium Tetragon TracingPolicy to observe file opens on sensitive directories using a tracepoint
tetragon.io · 6 steps · unrated
Write a Tetragon TracingPolicy using a kprobe on tcp_connect to monitor outbound TCP connections at the process level
tetragon.io · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans