收集 JFrog Artifactory 日志
本文档介绍了如何使用 Bindplane 将 Jfrog Artifactory 日志注入到 Google Security Operations。解析器可处理两种不同的 JFrog Artifactory 日志格式。它使用 Grok 模式来识别和提取每种格式的字段。然后,它会将这些字段映射到 UDM,处理采用其中一种格式的 JSON 载荷,并舍弃不符合任一格式的日志。
准备工作
- 确保您拥有 Google SecOps 实例。
- 确保您使用的是 Windows 2016 或更高版本,或者具有
systemd
的 Linux 主机。 - 如果通过代理运行,请确保防火墙端口处于开放状态。
- 确保您对 Jfrog Artifactory 实例具有特权访问权限。
获取 Google SecOps 注入身份验证文件
- 登录 Google SecOps 控制台。
- 依次前往 SIEM 设置 > 收集代理。
- 下载注入身份验证文件。将文件安全地保存在将要安装 Bindplane 的系统上。
获取 Google SecOps 客户 ID
- 登录 Google SecOps 控制台。
- 依次前往 SIEM 设置 > 配置文件。
- 复制并保存组织详细信息部分中的客户 ID。
安装 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
文件:```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: '/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 ingestion_labels: log_type: 'JFROG_ARTIFACTORY' raw_log_field: body 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 bindplane-agent
如需在 Windows 中重启 Bindplane 代理,您可以使用服务控制台,也可以输入以下命令:
net stop BindPlaneAgent && net start BindPlaneAgent
配置 Jfrog Artifactory Syslog
- 连接到 Jfrog Artifactory 实例。
使用 vi 编辑文件
$JFROG_HOME/artifactory/var/etc/artifactory/logback.xml
:vi $JFROG_HOME/artifactory/var/etc/artifactory/logback.xml
将以下 syslog appender 添加到文件中:
<appender name="SYSLOG" class= "ch.qos.logback.classic.net.SyslogAppender"> <syslogHost>Bindplane-Agent-IP</syslogHost> <facility>SYSLOG</facility> <suffixPattern>[%thread] %logger %msg</suffixPattern> </appender>
- 将 syslogHost 中的
Bindplane-Agent-IP
替换为为 Bindplane 代理配置的实际 IP 地址。
- 将 syslogHost 中的
向文件中添加其他配置数据:
<root> < level value="debug"/> <appender-ref ref="CONSOLE"/> <appender-ref ref="FILE"/> <appender-ref ref="SYSLOG"/> </root>
点击键盘上的
ESC
(退出)按钮,然后输入:wq
,以保存该文件。
UDM 映射表
日志字段 | UDM 映射 | 逻辑 |
---|---|---|
操作 | read_only_udm.metadata.product_event_type |
原始日志中的 action 值会转换为小写并进行映射。 |
datetime | read_only_udm.metadata.event_timestamp |
原始日志的 datetime 字段会被解析并转换为时间戳。 |
主机名 | read_only_udm.principal.hostname |
直接从原始日志的 hostname 字段映射。 |
id | read_only_udm.metadata.product_log_id |
直接从原始日志的 id 字段(来自 JSON 载荷)映射。 |
ip | read_only_udm.principal.ip |
直接从原始日志的 ip 字段映射。硬编码为“USER_RESOURCE_ACCESS”。硬编码为“JFROG_ARTIFACTORY”。硬编码为“Artifactory”。硬编码为“JFROG”。 |
所有者 | read_only_udm.principal.user.userid |
如果原始日志(来自 JSON 载荷)中不存在 username,则进行映射。 |
repo_name | read_only_udm.target.resource.name |
直接从原始日志的 repo_name 字段映射。 |
repo_type | read_only_udm.target.resource.resource_subtype |
直接从原始日志的 repo_type 字段映射。 |
范围 | read_only_udm.target.resource.name |
直接从原始日志的 scope 字段(来自 JSON 载荷)映射。 |
范围 | read_only_udm.target.resource.resource_subtype |
如果原始日志中存在 scope,则硬编码为“scope”。 |
sequenceId | read_only_udm.metadata.product_log_id |
从 sequenceId 字段中移除引号,然后进行映射。 |
主题 | read_only_udm.about.labels.key |
如果原始日志中存在 subject,则硬编码为“subject”。 |
主题 | read_only_udm.about.labels.value |
直接从原始日志的 subject 字段(来自 JSON 载荷)映射。 |
type | read_only_udm.metadata.product_event_type |
直接从原始日志的 type 字段(来自 JSON 载荷)映射。 |
用户 | read_only_udm.principal.user.userid |
直接从原始日志的 user 字段映射。 |
用户名 | read_only_udm.principal.user.userid |
直接从原始日志的 username 字段(来自 JSON 载荷)映射。 |
需要更多帮助?从社区成员和 Google SecOps 专业人士那里获得解答。