收集 Fortinet FortiAuthenticator 日志
解析器版本:1.0
本文档介绍了如何使用 Bindplane 代理将 Fortinet FortiAuthenticator 日志注入到 Google Security Operations。
Fortinet FortiAuthenticator 是一种集中式身份验证管理设备,可为用户身份验证、RADIUS/LDAP 事件、证书操作和系统活动生成 syslog 消息。解析器会从 syslog 格式的日志中提取字段,并将其映射到统一数据模型 (UDM)。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 Fortinet FortiAuthenticator 之间的网络连接
- 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
- 对 Fortinet FortiAuthenticator 的特权访问
获取 Google SecOps 注入身份验证文件
- 登录 Google SecOps 控制台。
- 依次前往 SIEM 设置 > 收集代理。
- 下载数据注入身份验证文件。
将文件安全地保存在将要安装 Bindplane 代理的系统上。
获取 Google SecOps 客户 ID
- 登录 Google SecOps 控制台。
- 依次前往 SIEM 设置 > 配置文件。
复制并保存组织详细信息部分中的客户 ID。
安装 Bindplane 代理
按照以下说明在 Windows 或 Linux 操作系统上安装 Bindplane 代理。
Windows 安装
- 以管理员身份打开命令提示符或 PowerShell。
运行以下命令:
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet等待安装完成。
运行以下命令,验证安装是否成功:
sc query observiq-otel-collector该服务应显示为 正在运行。
Linux 安装
- 打开具有 root 或 sudo 权限的终端。
运行以下命令:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh等待安装完成。
运行以下命令,验证安装是否成功:
sudo systemctl status observiq-otel-collector该服务应显示为有效(正在运行)。
其他安装资源
如需了解其他安装选项和问题排查信息,请参阅 Bindplane 代理安装指南。
配置 Bindplane 代理以注入 syslog 并将其发送到 Google SecOps
找到配置文件
Linux:
sudo nano /etc/bindplane-agent/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
修改配置文件
将
config.yaml的全部内容替换为以下配置:receivers: udplog: listen_address: "0.0.0.0:514" exporters: chronicle/fortinet_fortiauthenticator: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: FORTINET_FORTIAUTHENTICATOR raw_log_field: body service: pipelines: logs/fortinet_fortiauthenticator_to_chronicle: receivers: - udplog exporters: - chronicle/fortinet_fortiauthenticator
配置参数
替换以下占位符:
接收器配置:
listen_address:要监听的 IP 地址和端口:0.0.0.0侦听所有接口(推荐)- 端口
514是标准 syslog 端口(在 Linux 上需要 root 权限;对于非 root 用户,请使用1514)
导出器配置:
creds_file_path:提取身份验证文件的完整路径:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
customer_id:从 Google SecOps 控制台复制的客户 IDendpoint:区域端点网址:- 美国:
malachiteingestion-pa.googleapis.com - 欧洲:
europe-malachiteingestion-pa.googleapis.com - 亚洲:
asia-southeast1-malachiteingestion-pa.googleapis.com - 如需查看完整列表,请参阅区域级端点
- 美国:
保存配置文件
- 修改后,保存文件:
- Linux:依次按
Ctrl+O、Enter和Ctrl+X - Windows:依次点击文件 > 保存
- Linux:依次按
重启 Bindplane 代理以应用更改
如需在 Linux 中重启 Bindplane 代理,请运行以下命令:
sudo systemctl restart observiq-otel-collector验证服务是否正在运行:
sudo systemctl status observiq-otel-collector检查日志是否存在错误:
sudo journalctl -u observiq-otel-collector -f
如需在 Windows 中重启 Bindplane 代理,请选择以下选项之一:
以管理员身份运行命令提示符或 PowerShell:
net stop observiq-otel-collector && net start observiq-otel-collector服务控制台:
- 按
Win+R,输入services.msc,然后按 Enter 键。 - 找到 observIQ OpenTelemetry 收集器。
- 右键点击并选择重新启动。
验证服务是否正在运行:
sc query observiq-otel-collector检查日志是否存在错误:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
- 按
在 FortiAuthenticator 中配置 syslog 服务器
- 登录 FortiAuthenticator Web 界面。
- 依次选择日志记录 > 日志配置 > Syslog 服务器。
- 在 Syslog 服务器列表中,选择新建。
- 指定以下配置详细信息:
- 名称:为 Syslog 服务器输入一个唯一名称,例如
Google SecOps。 - 服务器名称/IP:输入 Bindplane 代理的 IP 地址。
- 端口:输入 Bindplane 代理端口号,例如
514。 - 级别:选择信息。
- 设施:选择一个设施。
- 名称:为 Syslog 服务器输入一个唯一名称,例如
- 选择确定以添加 syslog 服务器。
在 FortiAuthenticator 中配置远程 syslog
- 添加 syslog 服务器后,依次选择日志记录 > 日志配置 > 日志设置。
- 在远程 syslog 会话中,点击以启用将日志发送到远程 syslog 服务器。
- 选择之前创建的服务器名称,然后将其移至所选的 syslog 服务器列表。
- 点击确定。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
action_label |
additional.fields |
已合并 |
category_label |
additional.fields |
已合并 |
has_user_login |
extensions.auth.type |
已映射:true → MACHINE |
has_user_logout |
extensions.auth.type |
已映射:true → MACHINE |
date_time |
metadata.event_timestamp |
解析为 yyyy-MM-dd HH:mm:ss Z |
has_principal |
metadata.event_type |
已映射:true → USER_UNCATEGORIZED、true → STATUS_UPDATE |
has_target_user |
metadata.event_type |
已映射:true → USER_UNCATEGORIZED |
has_user_login |
metadata.event_type |
已映射:true → USER_LOGIN |
has_user_logout |
metadata.event_type |
已映射:true → USER_LOGOUT |
logid |
metadata.product_log_id |
直接映射 |
devid |
principal.asset.asset_id |
直接映射 |
devname |
principal.asset.hostname |
直接映射 |
prin_ip |
principal.asset.ip |
已合并 |
user_ip |
principal.asset.ip |
已合并 |
devname |
principal.hostname |
直接映射 |
prin_ip |
principal.ip |
已合并 |
user_ip |
principal.ip |
已合并 |
nas_ip |
principal.nat_ip |
已合并 |
prin_user |
principal.user.userid |
直接映射 |
subtype |
security_result.about.resource.resource_subtype |
直接映射 |
sec_action |
security_result.action |
已合并 |
status |
security_result.action_details |
直接映射 |
logdesc |
security_result.description |
直接映射 |
subcategory |
security_result.description |
直接映射 |
index_label |
security_result.detection_fields |
已合并 |
nas_label |
security_result.detection_fields |
已合并 |
type_label |
security_result.detection_fields |
已合并 |
userip_label |
security_result.detection_fields |
已合并 |
typeid |
security_result.rule_id |
直接映射 |
level |
security_result.severity |
映射:warning → HIGH、notice → MEDIUM、"information", "info" → LOW、error ... |
vd |
target.user.user_display_name |
直接映射 |
user |
target.user.userid |
直接映射 |
vd |
target.user.userid |
直接映射 |
| 不适用 | extensions.auth.type |
常量:MACHINE |
| 不适用 | metadata.event_type |
常量:USER_LOGIN |
| 不适用 | metadata.product_name |
常量:FortiAuthenticator |
| 不适用 | metadata.vendor_name |
常量:Fortinet |
| 不适用 | security_result.severity |
常量:HIGH |
prin_hostname |
event.idm.read_only_udm.intermediary.hostname |
从变更日志映射 |
更新日志
需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。