Falco — ランタイムセキュリティ
Falco
稼働中
24時間のイベント数: 58
重大
0
24時間のイベント数
警告
9
通知: 18
上位ルール
5
合計: 58
上位ルール
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
最近のイベント 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)
チューニング:誤検知を抑制

パネルは Falco の設定を変更しません。スニペットと、SSH でサーバーに適用するコマンドを表示するだけです。

1. 除外設定を含む上書きファイルを作成:
# /etc/falco/rules.d/local-tuning.yaml
- rule: <上記リストの正確なルール名>
  condition: and not fd.name = /path/to/exclude
  append: true
2. 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

正確なルール名を使用してください。一覧にメッセージ本文が表示され名前が出ない場合は、falco.yaml で JSON 出力を有効化(json_output: true)すると、パネルが正確なルール名を取得できます。

Arcivéo - Security Monitor © 2026