收集 BeyondTrust Privileged Identity 日志

解析器版本:31.0

支持的平台:

本文档介绍了如何使用 Bindplane 代理将 BeyondTrust Privileged Identity 日志注入到 Google Security Operations。

BeyondTrust Privileged Identity 是一种特权账号管理解决方案,可生成 CEF 和非 CEF 格式的 syslog 消息,用于记录安全事件、身份验证和账号活动。解析器会对字段进行标准化处理,并将其映射到统一数据模型 (UDM)。

准备工作

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

  • Google SecOps 实例
  • Windows Server 2016 或更高版本,或者具有 systemd 的 Linux 主机
  • Bindplane 代理与 BeyondTrust Privileged Identity 实例之间的网络连接
  • 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
  • 对 BeyondTrust Privileged Identity 实例的特权访问权限

获取 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/beyondtrust_pi:
            compression: gzip
            creds_file_path: '/etc/bindplane-agent/ingestion-auth.json'
            customer_id: '<customer_id>'
            endpoint: malachiteingestion-pa.googleapis.com
            log_type: BEYONDTRUST_PI
            raw_log_field: body
    
    service:
        pipelines:
            logs/beyondtrust_pi_to_chronicle:
                receivers:
                    - udplog
                exporters:
                    - chronicle/beyondtrust_pi
    

配置参数

替换以下占位符:

  • 接收器配置

    • listen_address:要监听的 IP 地址和端口:
      • 0.0.0.0 侦听所有接口(推荐)
      • 端口 514 是标准 syslog 端口(在 Linux 上需要 root 权限;对于非 root 用户,请使用 1514
  • 导出器配置

    • creds_file_path:提取身份验证文件的完整路径:
      • Linux/etc/bindplane-agent/ingestion-auth.json
      • WindowsC:\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. 验证服务是否正在运行:

      sudo systemctl status observiq-otel-collector
      
    2. 检查日志是否存在错误:

      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 收集器
      3. 右键点击并选择重新启动
      4. 验证服务是否正在运行:

        sc query observiq-otel-collector
        
      5. 检查日志是否存在错误:

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

在 BeyondTrust Privileged Identity 中配置 syslog

  1. 登录 BeyondTrust Privileged Appliance
  2. 依次前往 Appliance > Security > Appliance Administration
  3. 前往 Syslog 部分。
  4. 提供以下配置详细信息:
    • 主机名:输入 Bindplane 代理 IP 地址。
    • 端口:默认端口设置为 514 (UDP)
    • 格式:选择 RFC 5424
  5. 点击保存

UDM 映射表

日志字段 UDM 映射 逻辑
cs1 additional.fields[0].key 直接从原始日志字段 cs1Label 映射。
cs1Label additional.fields[0].value.string_value 直接从原始日志字段 cs1 映射。
cs3 additional.fields[1].value.string_value 直接从原始日志字段 cs3Label 映射。
cs3Label additional.fields[1].key 直接从原始日志字段 cs3 映射。
cs4 additional.fields[2].value.string_value 直接从原始日志字段 cs4Label 映射。
cs4Label additional.fields[2].key 直接从原始日志字段 cs4 映射。
数据 metadata.description 对于 CEF 消息,msg 字段(从 data 中提取)会映射到 metadata.description。对于非 CEF 消息,sMessage 字段(或其中的部分内容,具体取决于消息格式)会映射到 metadata.description
dhost target.hostname 直接从原始日志字段 dhost 映射。
dntdom target.administrative_domain 直接从原始日志字段 dntdom 映射。
duser target.user.user_display_name 直接从原始日志字段 duser 映射。
msg metadata.description 直接从 CEF 消息中的原始日志字段 msg 映射。
rt metadata.event_timestamp.seconds 系统会从 CEF 消息的 rt 字段中提取纪元时间戳。
sEventType metadata.product_event_type 直接从非 CEF 消息中的原始日志字段 sEventType 映射。
shost principal.ip 直接从原始日志字段 shost 映射。
sIpAddress principal.ip 直接从非 CEF 消息中的原始日志字段 sIpAddress 映射。
sLoginName principal.user.userid 使用正则表达式从 sLoginName 字段中提取,以分隔网域和用户 ID。
sMessage security_result.description 直接从非 CEF 消息中的原始日志字段 sMessage 映射,或使用其提取的部分作为 security_result.description
sntdom principal.administrative_domain 直接从原始日志字段 sntdom 映射。
sOriginatingAccount principal.user.userid 使用正则表达式从 sOriginatingAccount 字段中提取,以分隔网域和用户 ID。
sOriginatingApplicationComponent principal.application sOriginatingApplicationName 结合使用,以填充 principal.application
sOriginatingApplicationName principal.application sOriginatingApplicationComponent 结合使用,以填充 principal.application
sOriginatingSystem principal.hostname 直接从非 CEF 消息中的原始日志字段 sOriginatingSystem 映射。
suser principal.user.user_display_name 直接从原始日志字段 suser 映射。由解析器逻辑根据其他字段(例如 dstsrcshostsuid)的存在情况和值来确定。可能的值包括 NETWORK_CONNECTIONSTATUS_UPDATEUSER_UNCATEGORIZEDGENERIC_EVENT。设置为“BEYONDTRUST_PI”。设置为“BeyondTrust 远程支持”。从 CEF 消息中的 CEF 标头提取。设置为“BeyondTrust”。根据 statusreasonsMessage 字段设置为“ALLOW”或“BLOCK”。设置为 LOW

更新日志

查看相应解析器的更改日志

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