Falco — runtime security
Falco
Aktiv
Händelser senaste 24 h: 58
Kritiska
0
Händelser senaste 24 h
Varningar
9
Meddelanden: 18
Toppregler
5
Totalt: 58
Toppregler
Read sensitive file untrusted 6
Write below etc 4
Detect outbound connections to common miner pools 1
Terminal shell in container 0
Run shell untrusted 0
Senaste händelser 58
notice 2026-08-13T23:51:29 notice A Terminal shell in container (user=root command=sh pid=1089)
warning 2026-08-13T23:22:39 warning A Write below etc (user=root command=sh pid=9111)
warning 2026-08-13T22:25:47 warning A Read sensitive file untrusted (user=root command=sh pid=1439)
notice 2026-08-13T21:33:35 notice A Write below etc (user=root command=sh pid=6201)
warning 2026-08-13T22:33:57 warning A Run shell untrusted (user=root command=sh pid=6500)
warning 2026-08-13T20:10:59 warning A Read sensitive file untrusted (user=root command=sh pid=8968)
warning 2026-08-13T20:26:41 warning A Write below etc (user=root command=sh pid=3067)
warning 2026-08-13T20:16:07 warning A Detect outbound connections to common miner pools (user=root command=sh pid=3787)
notice 2026-08-13T22:30:33 notice A Read sensitive file untrusted (user=root command=sh pid=6909)
notice 2026-08-13T17:39:02 notice A Read sensitive file untrusted (user=root command=sh pid=4496)
notice 2026-08-13T21:58:09 notice A Detect outbound connections to common miner pools (user=root command=sh pid=1165)
notice 2026-08-13T21:38:23 notice A Read sensitive file untrusted (user=root command=sh pid=4412)
warning 2026-08-13T22:00:17 warning A Run shell untrusted (user=root command=sh pid=9742)
notice 2026-08-13T20:18:30 notice A Detect outbound connections to common miner pools (user=root command=sh pid=3702)
notice 2026-08-13T18:07:33 notice A Run shell untrusted (user=root command=sh pid=2537)
warning 2026-08-13T18:24:59 warning A Run shell untrusted (user=root command=sh pid=8634)
warning 2026-08-13T15:34:41 warning A Run shell untrusted (user=root command=sh pid=4414)
notice 2026-08-13T12:09:40 notice A Run shell untrusted (user=root command=sh pid=5094)
notice 2026-08-13T11:39:29 notice A Detect outbound connections to common miner pools (user=root command=sh pid=1033)
Justering: tysta falsklarm

Panelen ändrar inte Falco-konfigurationen – den visar bara ett kodavsnitt och kommandon som du kör på servern via SSH.

1. Skapa en åsidosättningsfil med undantaget:
# /etc/falco/rules.d/local-tuning.yaml
- rule: <EXAKT REGELNAMN från listan ovan>
  condition: and not fd.name = /path/to/exclude
  append: true
2. Kontrollera och starta om Falco:
sudo nano /etc/falco/rules.d/local-tuning.yaml
sudo falco --validate /etc/falco/rules.d/local-tuning.yaml
sudo systemctl restart falco 2>/dev/null || sudo systemctl restart falco-modern-bpf

Använd det exakta regelnamnet. Om listan visar meddelandetexten i stället för namnet – aktivera JSON-utdata i falco.yaml (json_output: true), då får panelen de exakta regelnamnen.

Arcivéo - Security Monitor © 2026