收集 Acalvio 日志
解析器版本:3.0
本文档介绍了如何使用 Bindplane 代理将 Acalvio 日志注入到 Google Security Operations。
Acalvio ShadowPlex 是一种欺骗技术平台,可在您的网络中部署诱饵和蜜罐,以检测横向移动、侦察和其他攻击者活动。它会针对攻击者与欺骗性资产的互动提供实时提醒。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 Acalvio ShadowPlex 之间的网络连接
- 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
- 安装了 Acalvio ShadowPlex 集成服务器
- 对 Acalvio ShadowPlex 服务和实例的特权访问权限
获取 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/acalvio: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: ACALVIO raw_log_field: body service: pipelines: logs/acalvio_to_chronicle: receivers: - udplog exporters: - chronicle/acalvio
配置参数
替换以下占位符:
接收器配置:
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"
- 按
在 Acalvio ShadowPlex 中配置 syslog 转发
- 登录 ShadowPlex Integration Server 界面。
- 依次前往设置 > SIEM。
- 提供以下配置详细信息:
- 点击启用切换开关。
- 主机名或 IP:输入 Bindplane 代理 IP 地址(例如
192.168.1.100)。 - 端口:输入 Bindplane 代理端口号(例如
514)。 - 协议:选择 UDP。
- 传感器:选择要从中流式传输数据的传感器。
- 点击测试并保存。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
adc_email |
read_only_udm.target.user.email_addresses |
从 adc_email 字段中获取的值。 |
app |
read_only_udm.principal.application |
从 app 字段中获取的值。 |
cat |
read_only_udm.security_result.summary |
从 cat 字段中获取的值。如果 cat 为 Vulnerability Exploited,则该值会被 Intrusion_method_used 字段的值覆盖。 |
customer_id |
read_only_udm.metadata.description |
值已添加到说明字段:CustomerId: %{customer_id}, JobId: %{job_id}, InvestigationId: %{investigation_id} |
deviceProduct |
read_only_udm.metadata.product_name |
从 deviceProduct 字段中获取的值。 |
deviceVendor |
read_only_udm.metadata.vendor_name |
从 deviceVendor 字段中获取的值。 |
deviceVersion |
read_only_udm.metadata.product_version |
从 deviceVersion 字段中获取的值。 |
dstHostName |
read_only_udm.target.hostname |
从 dstHostName 字段中获取的值。 |
dstIp |
read_only_udm.target.ip |
从 dstIp 字段中获取的值。 |
dstMAC |
read_only_udm.target.mac |
从 dstMAC 字段中获取的值。 |
dstPort |
read_only_udm.target.port |
从 dstPort 字段中获取的值并转换为整数。 |
incidentid |
read_only_udm.metadata.product_log_id |
从 incidentid 字段中获取的值。 |
incidentSubCategory |
read_only_udm.metadata.product_event_type,,read_only_udm.security_result.description |
从 incidentSubCategory 字段中获取的值。 |
Intrusion_method_used |
read_only_udm.security_result.summary |
如果 cat 为 Vulnerability Exploited,则取自 Intrusion_method_used 字段的值。 |
investigation_id |
read_only_udm.metadata.description |
值已添加到说明字段:CustomerId: %{customer_id}, JobId: %{job_id}, InvestigationId: %{investigation_id} |
job_id |
read_only_udm.metadata.description |
值已添加到说明字段:CustomerId: %{customer_id}, JobId: %{job_id}, InvestigationId: %{investigation_id} |
read_only_udm.metadata.event_type |
如果 srcIp 为 Unknown 或为空,则设置为 GENERIC_EVENT。否则,请设置为 STATUS_UPDATE。 |
|
read_only_udm.principal.resource.type |
硬编码为 scan_type。 |
|
read_only_udm.security_result.category |
根据 cat,incidentSubCategory, 和 sr_category 字段的值确定。 |
|
read_only_udm.security_result.severity |
如果 severity 大于 7,则设置为 HIGH;如果 severity 大于 3,则设置为 MEDIUM;否则设置为 LOW。 |
|
srcIp |
read_only_udm.principal.ip |
从 srcIp 字段中获取的值。 |
startTime |
read_only_udm.metadata.event_timestamp |
从 startTime 字段中获取的值,并解析为时间戳。如果 startTime 为空,则该值设置为 %{ts_month} %{ts_day} %{ts_time}。 |
userIdsUsed |
read_only_udm.principal.user.userid |
从 userIdsUsed 字段中获取的值。 |