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