收集 Endpoint Protector DLP 日志
解析器版本:2.0
本文档介绍了如何使用 Bindplane 代理将 Netwrix Endpoint Protector DLP 日志注入到 Google Security Operations。
Netwrix Endpoint Protector 是一种数据泄露防护 (DLP) 解决方案,可针对设备控制、内容感知保护和文件传输事件生成 syslog 消息。解析器使用 Grok 模式提取字段,并将其映射到统一数据模型 (UDM)。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 Endpoint Protector 服务器之间的网络连接
- 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
- 对 Netwrix Endpoint Protector 的特权访问权限
获取 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/endpoint_protector_dlp: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: ENDPOINT_PROTECTOR_DLP raw_log_field: body service: pipelines: logs/endpoint_protector_dlp_to_chronicle: receivers: - udplog exporters: - chronicle/endpoint_protector_dlp
配置参数
替换以下占位符:
接收器配置:
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"
- 按
在 Netwrix Endpoint Protector 上配置 syslog
- 登录 Endpoint Protector 网页界面。
- 依次前往 Appliance > SIEM Integration。
- 点击 Add New(新增)。
- 提供以下配置详细信息:
- SIEM 状态:切换开关以启用 SIEM 服务器。
- 停用日志记录:切换开关以启用日志记录。
- 服务器名称:输入一个唯一且有意义的服务器名称。
- 服务器说明:为此集成添加说明。
- 服务器 IP 或 DNS:输入 Bindplane 代理 IP 地址。
- 服务器协议:选择 UDP。
- 服务器端口:输入 Bindplane 代理端口号(例如,
514表示 UDP)。 - 排除标头:切换开关以启用日志标头。
- 日志类型:选择要发送到 SIEM 的可用日志。
- 点击保存。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
Client Computer |
principal.asset.asset_id |
在添加“Client Computer: ”前缀后,Client Computer 的值会分配给 principal.asset.asset_id。 |
Client User |
principal.user.userid |
Client User 的值会分配给 principal.user.userid。 |
Content Policy |
security_result.rule_name |
Content Policy 的值会分配给 security_result.rule_name。 |
Content Policy Type |
security_result.rule_id |
Content Policy Type 的值会分配给 security_result.rule_id。 |
Destination |
metadata.ingestion_labels.value |
Destination 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“目的地”。 |
Destination Type |
metadata.ingestion_labels.value |
Destination Type 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“Destination Type”。 |
Device PID |
metadata.ingestion_labels.value |
Device PID 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“设备 PID”。 |
Device Serial |
metadata.ingestion_labels.value |
Device Serial 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“设备序列号”。仅当 Device Serial 不为空时才执行此操作。 |
Device VID |
metadata.ingestion_labels.value |
Device VID 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“设备 VID”。 |
File Name |
target.file.full_path |
File Name 的值会分配给 target.file.full_path。 |
File Size |
target.file.size |
File Size 的值会分配给 target.file.size 并转换为无符号整数。 |
IP Address |
principal.ip |
IP Address 的值会分配给 principal.ip。 |
Item Details |
metadata.ingestion_labels.value |
Item Details 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“商品详情”。 |
Log ID |
metadata.product_log_id |
Log ID 的值会分配给 metadata.product_log_id。 |
MAC Address |
principal.mac |
在将所有连字符替换为英文冒号后,MAC Address 的值会分配给 principal.mac。 |
Matched Item |
metadata.ingestion_labels.value |
Matched Item 的值会分配给 ingestion_labels 对象的 value 字段,其中 key 为“匹配的商品”。 |
Message |
security_result.summary |
Message 的值会分配给 security_result.summary。 |
OS |
principal.platform |
OS 的值用于确定 principal.platform 的值。如果 OS 包含“Windows”,则将 principal.platform 设置为“WINDOWS”。如果 OS 包含“Mac”,则将 principal.platform 设置为“MAC”。如果 OS 包含“Lin”,则将 principal.platform 设置为“LINUX”。 |
Serial Number |
principal.asset.hardware.serial_number |
Serial Number 的值会分配给 principal.asset.hardware.serial_number。使用 grok 从消息字段中提取,并分配给 intermediary.hostname。使用 grok 从消息字段中提取,并分配给 metadata.description。系统日志消息中的时间戳会被解析并分配给 metadata.event_timestamp。为 metadata.event_type 分配值“SCAN_UNCATEGORIZED”。值“ENDPOINT_PROTECTOR_DLP”已分配给 metadata.log_type。值“ENDPOINT_PROTECTOR_DLP”已分配给 metadata.product_name。值“ENDPOINT_PROTECTOR_DLP”已分配给 metadata.vendor_name。使用 grok 从消息字段中提取,并分配给 principal.hostname。使用 grok 从消息字段中提取,并分配给 principal.ip。系统会解析来自 syslog 消息的时间戳,并将其分配给顶级 timestamp 字段。 |
Destination |
event.idm.read_only_udm.target.application |
从变更日志映射 |
Matched Item |
event.idm.read_only_udm.target.file.mime_type |
从变更日志映射 |
intermediary_ip |
event.idm.read_only_udm.intermediary.ip |
从变更日志映射 |
server_date |
event.idm.read_only_udm.additional.fields |
从变更日志映射 |
client_date |
event.idm.read_only_udm.additional.fields |
从变更日志映射 |
server_date_utc |
event.idm.read_only_udm.additional.fields |
从变更日志映射 |
client_date_utc |
event.idm.read_only_udm.additional.fields |
从变更日志映射 |
pid |
event.idm.read_only_udm.principal.process.pid |
从变更日志映射 |
OS |
event.idm.read_only_udm.principal.platform_version |
从变更日志映射 |
更新日志
需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。