Falco — runtime security
Falco
Attivo
Eventi nelle 24 h: 40
Critici
0
Eventi nelle 24 h
Avvisi
7
Notifiche: 5
Regole principali
5
Totale: 40
Regole principali
Read sensitive file untrusted 6
Write below etc 3
Terminal shell in container 0
Detect outbound connections to common miner pools 0
Run shell untrusted 0
Eventi recenti 40
warning 2026-08-13T22:49:19 warning A Write below etc (user=root command=sh pid=1434)
notice 2026-08-13T22:14:56 notice A Read sensitive file untrusted (user=root command=sh pid=6540)
warning 2026-08-13T21:20:01 warning A Read sensitive file untrusted (user=root command=sh pid=8459)
warning 2026-08-13T20:29:31 warning A Terminal shell in container (user=root command=sh pid=3108)
notice 2026-08-13T21:15:59 notice A Terminal shell in container (user=root command=sh pid=2228)
notice 2026-08-13T21:50:09 notice A Read sensitive file untrusted (user=root command=sh pid=3124)
notice 2026-08-13T21:21:07 notice A Read sensitive file untrusted (user=root command=sh pid=4501)
warning 2026-08-13T17:52:52 warning A Run shell untrusted (user=root command=sh pid=6894)
warning 2026-08-13T20:15:19 warning A Detect outbound connections to common miner pools (user=root command=sh pid=2675)
warning 2026-08-13T21:21:43 warning A Run shell untrusted (user=root command=sh pid=8262)
warning 2026-08-13T19:40:19 warning A Detect outbound connections to common miner pools (user=root command=sh pid=4250)
notice 2026-08-13T16:18:49 notice A Write below etc (user=root command=sh pid=3937)
Ottimizzazione: silenzia un falso positivo

Il pannello non modifica la configurazione di Falco — mostra solo lo snippet e i comandi che Lei applica sul server via SSH.

1. Crei un file di override con l'eccezione:
# /etc/falco/rules.d/local-tuning.yaml
- rule: <NOME ESATTO DELLA REGOLA dall'elenco sopra>
  condition: and not fd.name = /path/to/exclude
  append: true
2. Verifichi e riavvii 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

Usi il nome esatto della regola. Se nell'elenco è mostrato il testo del messaggio anziché il nome, abiliti l'output JSON in falco.yaml (json_output: true): così il pannello riceverà i nomi esatti delle regole.

Arcivéo - Security Monitor © 2026