收集 Archer IRM 日志

解析器版本: 2.0

支持的环境:

本文档介绍了如何使用 Bindplane 代理将 Archer IRM 日志注入到 Google Security Operations 中。

Archer Integrated Risk Management (IRM) 是一个治理、风险和合规性 (GRC) 平台,可为用户活动、安全事件、登录/退出操作和数据库操作提供审核日志记录。它支持通过 TCP 转发 CEF 格式的审核日志。

准备工作

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

  • Google SecOps 实例
  • Windows Server 2016 或更高版本,或者具有 systemd 的 Linux 主机
  • Bindplane 代理与 Archer 应用服务器之间的网络连接
  • 如果通过代理运行,请确保防火墙端口根据 Bindplane 代理要求处于打开状态
  • Archer 控制面板的管理员权限

获取 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:
        tcplog:
            listen_address: "0.0.0.0:6514"
    
    exporters:
        chronicle/archer_irm:
            compression: gzip
            creds_file_path: '/etc/bindplane-agent/ingestion-auth.json'
            customer_id: '<customer_id>'
            endpoint: malachiteingestion-pa.googleapis.com
            log_type: ARCHER_IRM
            raw_log_field: body
    
    service:
        pipelines:
            logs/archer_to_chronicle:
                receivers:
                    - tcplog
                exporters:
                    - chronicle/archer_irm
    

配置参数

替换以下占位符:

  • 接收器配置

    • listen_address:要监听的 IP 地址和端口:
      • 0.0.0.0 以监听所有接口(推荐)
      • 端口 6514 是 Archer IRM TCP Syslog 的推荐端口
  • 导出器配置

    • 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+O,然后按 Enter,再按 Ctrl+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 Collector
      3. 右键点击并选择重启
      4. 验证服务正在运行:

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

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

为 Archer IRM 审核日志记录配置 Syslog

  1. 在应用服务器上打开 Archer 控制面板
  2. 依次前往实例管理 > 所有实例 ,然后双击目标实例。
  3. 常规 标签页上,找到 Audit 部分,然后选中为此实例启用审核日志记录 复选框。
  4. 提供以下配置详细信息:
    • 主机名或 IP 地址:输入 Bindplane 代理 IP 地址。
    • 端口:输入 Bindplane 代理端口号(例如 6514 )。
    • IP 版本:选择 IPv4
    • IP 流量方法:选择 TCP
  5. 点击测试连接 (仅在选择 TCP 时可用)以验证连接。
  6. 点击保存

UDM 映射表

日志字段 UDM 映射 逻辑
ArcherInstance additional.fields.ArcherInstance.string_value 从原始日志消息中的 ArcherInstance 字段提取。
ArcherLog 此字段经过解析,其数据会映射到其他 UDM 字段。
ArcherVersion additional.fields.ArcherVersion.string_value 从原始日志消息中的 ArcherVersion 字段提取。
InputParameter additional.fields.InputParameter.string_value 从原始日志消息中的 InputParameter 字段提取。
LogSourceIdentifier 此字段经过解析,其数据会映射到其他 UDM 字段。
MethodName additional.fields.MethodName.string_value 从原始日志消息中的 MethodName 字段提取。
OutputValues additional.fields.OutputValue.string_value 从原始日志消息中的 OutputValues 字段提取。
Success security_result.summary 该值设置为 Success:,并与原始日志消息中 Success 字段的值串联。
UserId principal.user.userid 从原始日志消息中的 UserId 字段提取。
UserName principal.user.user_display_name 从原始日志消息中的 UserName 字段提取。
DB_DRIVER target.resource.attribute.labels.db_driver.value 从原始日志消息中的 DB_DRIVER 字段提取。
DB_HOST target.resource.attribute.labels.db_host.value 从原始日志消息中的 DB_HOST 字段提取。
DB_NAME target.resource.attribute.labels.db_name.value 从原始日志消息中的 DB_NAME 字段提取。
DB_PORT target.resource.attribute.labels.db_port.value 从原始日志消息中的 DB_PORT 字段提取。
DB_URL target.resource.attribute.labels.db_url.value 从原始日志消息中的 DB_URL 字段提取。
company_security_event_id metadata.product_log_id 从原始日志消息中的 company_security_event_id 字段提取。
create_date metadata.event_timestamp 从 UNIX_MS 格式转换为时间戳。
databasename target.resource.attribute.labels.db_name.value 如果 DB_NAME 不存在,则从原始日志消息中的 databasename 字段提取。
encrypt security_result.detection_fields.encrypt.value 从原始日志消息中的 encrypt 字段提取。
eventid metadata.product_event_type 从原始日志消息中的 eventid 字段提取。
eventtime metadata.event_timestamp 从各种格式转换为时间戳。
integratedSecurity security_result.detection_fields.integratedSecurity.value 从原始日志消息中的 integratedSecurity 字段提取。
不适用 extensions.auth.type 对于 USER_LOGIN 和 USER_LOGOUT 事件,设置为 AUTHTYPE_UNSPECIFIED
不适用 metadata.event_type 如果日志由 grok 模式解析,则设置为 USER_RESOURCE_ACCESS。如果 security_event_nameUser Login,则设置为 USER_LOGIN。如果 security_event_nameUser Logout,则设置为 USER_LOGOUT。如果 security_event_name 包含 Security Events,则设置为 USER_RESOURCE_ACCESS。否则,设置为 GENERIC_EVENT
不适用 metadata.log_type 设置为 ARCHER_IRM
不适用 metadata.product_name 如果日志由 grok 模式解析,则设置为 Archer。否则,设置为 RSA
不适用 metadata.vendor_name 如果日志由 grok 模式解析,则设置为 RSA。否则,设置为 Archer
不适用 principal.ip 如果日志由 grok 模式解析,则设置为 1.2.3.4
不适用 principal.port 如果日志由 grok 模式解析,则设置为从 LogSourceIdentifier 提取的值。
不适用 security_result.action 如果 SuccessTrue,则设置为 ALLOW,否则设置为 BLOCK
不适用 target.resource.resource_type 如果存在任何与数据库相关的字段,则设置为 DATABASE
source_user principal.user.userid 从原始日志消息中的 source_user 字段提取。
target_user target.user.userid 从原始日志消息中的 target_user 字段提取。
trustServerCertificate security_result.detection_fields.trustServerCertificate.value 从原始日志消息中的 trustServerCertificate 字段提取。
version metadata.product_version 从原始日志消息中的 version 字段提取。
file_name target.file.full_path 从变更日志映射
Downloaded_By principal.user.user_display_name 从变更日志映射
Downloaded_By_UserName principal.user.email_addresses 从变更日志映射
security_event_name security_result.description 从变更日志映射
target_group target.group.group_display_name 从变更日志映射

更新日志

查看此解析器的更新日志

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