收集 Check Point SmartDefense 日志
支持的语言:
Google SecOps
SIEM
本文档介绍了如何使用 Bindplane 将 Check Point SmartDefense 日志注入到 Google Security Operations。解析器从 CheckPoint SmartDefense syslog 格式的日志中提取字段。它使用 grok 或 kv 解析日志消息,然后将这些值映射到统一数据模型 (UDM)。它还为事件来源和类型设置了默认元数据值。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例。
- Windows 2016 或更高版本,或者具有
systemd
的 Linux 主机。 - 如果通过代理运行,请确保防火墙端口已根据 Bindplane 代理要求打开。
- 对 Check Point SmartDefense 管理控制台或设备的特权访问权限。
获取 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
Linux 安装
- 打开具有 root 或 sudo 权限的终端。
运行以下命令:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
其他安装资源
如需了解其他安装选项,请参阅安装指南。
配置 Bindplane 代理以注入 Syslog 并将其发送到 Google SecOps
访问配置文件:
- 找到
config.yaml
文件。通常,它位于 Linux 上的/etc/bindplane-agent/
目录中或 Windows 上的安装目录中。 - 使用文本编辑器(例如
nano
、vi
或记事本)打开该文件。
- 找到
按如下方式修改
config.yaml
文件:receivers: udplog: # Replace the port and IP address as required listen_address: "0.0.0.0:514" exporters: chronicle/chronicle_w_labels: compression: gzip # Adjust the path to the credentials file you downloaded in Step 1 creds_file_path: '/path/to/ingestion-authentication-file.json' # Replace with your actual customer ID from Step 2 customer_id: <customer_id> endpoint: malachiteingestion-pa.googleapis.com # Add optional ingestion labels for better organization log_type: 'CHECKPOINT_SMARTDEFENSE' raw_log_field: body ingestion_labels: service: pipelines: logs/source0__chronicle_w_labels-0: receivers: - udplog exporters: - chronicle/chronicle_w_labels
- 根据基础架构的需要替换端口和 IP 地址。
- 将
<CUSTOMER_ID>
替换为实际的客户 ID。 - 将
/path/to/ingestion-authentication-file.json
更新为 获取 Google SecOps 提取身份验证文件部分中保存身份验证文件的路径。
重启 Bindplane 代理以应用更改
如需在 Linux 中重启 Bindplane 代理,请运行以下命令:
sudo systemctl restart observiq-otel-collector
如需在 Windows 中重启 Bindplane 代理,您可以使用服务控制台,也可以输入以下命令:
sc stop observiq-otel-collector && sc start observiq-otel-collector
在 Check Point SmartDefense 上配置 Syslog 转发
以下部分介绍了在 CheckPoint SmartDefense 上设置 Syslog 转发的步骤,
第 1 步:在 SmartConsole 中创建日志导出器/SIEM 对象
- 登录 Check Point SmartConsole。
- 依次前往对象 > 更多对象类型 > 服务器 > 日志导出器/SIEM。
- 点击新建以创建新的日志导出器对象。
- 提供以下配置详细信息:
- 对象名称:输入一个描述性名称(例如
Google SecOps Bindplane
)。 - 导出配置:选择已启用。
- 目标服务器:输入 Bindplane 代理 IP 地址。
- 目标端口:输入
514
(或您配置的 Bindplane 代理端口号)。 - 协议:选择 UDP。
- 对象名称:输入一个描述性名称(例如
- 前往数据操纵页面。
- 提供以下配置详细信息:
- 格式:选择 Common Event Format (CEF)。
- 时区:选择世界协调时间 (UTC) 时区,以确保各系统之间的时间一致。
- 点击确定以保存配置。
第 2 步:配置管理服务器或日志服务器
- 在 SmartConsole 中,前往 Gateways & Servers。
- 打开您的管理服务器或专用日志服务器/SmartEvent 服务器对象。
- 依次前往日志 > 导出。
- 点击 +,然后选择您之前配置的日志导出器/SIEM 对象。
- 点击确定。
第 3 步:安装数据库政策
- 在顶部菜单中,依次点击安装 > 安装数据库。
- 选择所有对象。
- 点击安装。
第 4 步:验证日志导出配置
- 连接到管理服务器-日志服务器上的命令行。
- 登录专家模式。
运行以下命令以验证配置:
cp_log_export show
如需重启日志导出器,请执行以下操作:
cp_log_export restart
需要更多帮助?从社区成员和 Google SecOps 专业人士那里获得解答。