收集 CommVault Backup and Recovery 日志

支持的环境:

本文档介绍了如何使用 Bindplane 代理将 CommVault Backup and Recovery (CommCell) 日志注入到 Google Security Operations 中。

CommVault CommCell 会为与备份和恢复操作相关的提醒、审核跟踪和事件生成 syslog 消息。解析器会提取字段并将其映射到统一数据模型 (UDM)。

准备工作

请确保满足以下前提条件:

  • Google SecOps 实例
  • Windows Server 2016 或更高版本,或者具有 systemd 的 Linux 主机
  • Bindplane 代理与 CommVault CommCell 系统之间的网络连接
  • 如果通过代理运行,请确保防火墙端口根据 Bindplane 代理要求打开
  • 对 Commvault CommCell Web 界面的特权访问权限

获取 Google SecOps 注入身份验证文件

  1. 登录 Google SecOps 控制台。
  2. 依次前往 SIEM 设置 > 收集代理
  3. 下载注入身份验证文件
  4. 将该文件安全地保存在将安装 Bindplane 代理的系统上。

获取 Google SecOps 客户 ID

  1. 登录 Google SecOps 控制台。
  2. 依次前往 SIEM 设置 > 个人资料
  3. 组织详细信息 部分复制并保存客户 ID

安装 Bindplane 代理

按照以下说明在 Windows 或 Linux 操作系统上安装 Bindplane 代理。

Windows 安装

  1. 以管理员身份打开命令提示符PowerShell
  2. 运行以下命令:

    msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
    
  3. 等待安装完成。

  4. 运行以下命令,验证安装是否成功:

    sc query observiq-otel-collector
    

    该服务应显示为正在运行

Linux 安装

  1. 打开具有 root 或 sudo 权限的终端。
  2. 运行以下命令:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    
  3. 等待安装完成。

  4. 运行以下命令,验证安装是否成功:

    sudo systemctl status observiq-otel-collector
    

    该服务应显示为活跃 (正在运行)

其他安装资源

如需了解其他安装选项和问题排查信息,请参阅 Bindplane 代理安装指南

配置 Bindplane 代理以注入 syslog 并发送到 Google SecOps

找到配置文件

  • Linux

    sudo nano /etc/bindplane-agent/config.yaml
    
  • Windows

    notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
    

修改配置文件

  • config.yaml 的全部内容替换为以下配置:

    receivers:
        udplog:
            listen_address: "0.0.0.0:514"
    
    exporters:
        chronicle/commvault_commcell:
            compression: gzip
            creds_file_path: '/etc/bindplane-agent/ingestion-auth.json'
            customer_id: '<customer_id>'
            endpoint: malachiteingestion-pa.googleapis.com
            log_type: COMMVAULT_COMMCELL
            raw_log_field: body
    
    service:
        pipelines:
            logs/commvault_commcell_to_chronicle:
                receivers:
                    - udplog
                exporters:
                    - chronicle/commvault_commcell
    

配置参数

替换以下占位符:

  • 接收器配置

    • 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
    • customer_id:从 Google SecOps 控制台复制的客户 ID
    • endpoint:区域级端点网址:
      • 美国malachiteingestion-pa.googleapis.com
      • 欧洲: europe-malachiteingestion-pa.googleapis.com
      • 亚洲: asia-southeast1-malachiteingestion-pa.googleapis.com
      • 如需查看完整列表,请参阅区域级端点

保存配置文件

  • 修改后,保存文件:
    • Linux:依次按 Ctrl+OEnterCtrl+X
    • Windows:依次点击文件 > 保存

重启 Bindplane 代理以应用更改

  • 如需在 Linux 中重启 Bindplane 代理,请运行以下命令:

    sudo systemctl restart observiq-otel-collector
    
    1. 验证服务正在运行:

      ```bash
      sudo systemctl status observiq-otel-collector
      ```
      
    2. 检查日志中的错误:

      ```bash
      sudo journalctl -u observiq-otel-collector -f
      ```
      
  • 如需在 Windows 中重启 Bindplane 代理,请选择以下选项之一:

    • 以管理员身份运行命令提示符或 PowerShell:

      net stop observiq-otel-collector && net start observiq-otel-collector
      
    • 服务控制台:

      1. Win+R,输入 services.msc,然后按 Enter 键。
      2. 找到 observIQ OpenTelemetry Collector
      3. 右键点击并选择重启
      4. 验证服务正在运行:

        sc query observiq-otel-collector
        
      5. 检查日志中的错误:

        type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
        

配置 Commvault syslog 服务器

  1. 登录 Commvault CommCell Web 界面。
  2. 依次选择管理 > 系统
  3. 点击 Syslog 服务器
  4. 指定 syslog 服务器的以下详细信息:
    • 主机名:输入 Bindplane 代理的 IP 地址。
    • 端口:输入 Bindplane 端口;例如 514
    • 点击启用 切换开关以激活 syslog 服务器设置。
    • 转发到 syslog 字段中,选择提醒审核跟踪事件
  5. 点击提交

UDM 映射表

日志字段 UDM 映射 逻辑
AgentType observer.application 直接从事件日志中的 AgentType 字段映射。
Alertid security_result.detection_fields.Alertid.value 直接从提醒日志中的 Alertid 字段映射。
Alertname security_result.detection_fields.Alertname.value 直接从提醒日志中的 Alertname 字段映射。
Alertseverity security_result.severity 从提醒日志中的 Alertseverity 字段映射。转换为 UDM 严重级别(INFORMATIONAL、HIGH、LOW、CRITICAL)。
Alerttime metadata.event_timestamp 从提醒日志中的 Alerttime 字段解析并转换为时间戳。
Audittime metadata.event_timestamp 从审核日志中的 Audittime 字段解析并转换为时间戳。
Client principal.hostname, principal.asset.hostname 直接从事件、提醒或审核日志中的 Client 字段映射。
CommCell 此 UDM 字段并非来自原始日志。如果从提醒说明中提取,则设置为 backupcv
Computer 此 UDM 字段并非来自原始日志。如果从事件日志中提取,则设置为 backupcv
Description security_result.description 从事件日志中的 Description 字段或从提醒日志中的 Alertdescription 字段解析的 event_description 字段映射。如果 Description 字段包含 A suspicious file,则会被 A suspicious file is Detected 覆盖。
Details 用于使用 grok 提取 Client 字段。
duration 此 UDM 字段并非来自原始日志。它设置为从事件说明中提取的时长。
Eventid metadata.product_log_id 直接从事件日志中的 Eventid 字段映射。
Eventseverity security_result.severity 从事件日志中的 Eventseverity 字段映射。转换为 UDM 严重级别(INFORMATIONAL、HIGH、LOW、CRITICAL)。
file_name security_result.detection_fields.SuspiciousFileName.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
Jobid principal.process.pid 直接从事件或提醒日志中的 Jobid 字段映射。
media_agent security_result.detection_fields.MediaAgent.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
no_of_files_created security_result.detection_fields.no_of_files_created.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
no_of_files_deleted security_result.detection_fields.no_of_files_deleted.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
no_of_files_modified security_result.detection_fields.no_of_files_modified.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
no_of_files_renamed security_result.detection_fields.no_of_files_renamed.value 使用 grok 从提醒日志中的 Alertdescription 字段提取。
Occurrencetime metadata.event_timestamp 从事件日志中的 Occurrencetime 字段解析并转换为时间戳。
Operation security_result.detection_fields.Operation.value 直接从审核日志中的 Operation 字段映射。
Opid security_result.detection_fields.Opid.value 直接从审核日志中的 Opid 字段映射。
Program principal.application 直接从事件日志中的 Program 字段映射。
Severitylevel security_result.severity 从审核日志中的 Severitylevel 字段映射。转换为 UDM 严重级别(INFORMATIONAL、HIGH、LOW、CRITICAL)。
Type security_result.detection_fields.Type.value 直接从提醒日志中的 Alertdescription 字段提取的 Type 字段映射。
url network.http.referral_url 直接从提醒日志中的 Alertdescription 字段提取的 url 字段映射。
Username principal.user.userid 直接从审核日志中的 Username 字段映射。如果用户名为 Administrator,则 principal.user.user_role 字段会设置为 ADMINISTRATOR
- metadata.vendor_name 此 UDM 字段并非来自原始日志。它设置为 COMMVAULT
- metadata.product_name 此 UDM 字段并非来自原始日志。它设置为 COMMVAULT_COMMCELL
- metadata.log_type 此 UDM 字段并非来自原始日志。它设置为 COMMVAULT_COMMCELL
- metadata.event_type 此 UDM 字段并非来自原始日志。如果存在 Client 字段,则设置为 STATUS_UPDATE,否则设置为 GENERIC_EVENT

需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。