收集 Deep Instinct EDR 日志

解析器版本:1.0

支持的平台:

本文档介绍了如何使用 Bindplane 代理将 Deep Instinct EDR 日志注入到 Google Security Operations。解析器从 Deep Instinct EDR LEEF 格式的日志中提取字段。它使用 grok 解析日志消息,使用 kv 分隔键值对,然后将这些值映射到 UDM,同时处理各种数据转换和特定字段的条件逻辑。它还会为事件来源和类型设置默认元数据值。

准备工作

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

  • Google SecOps 实例
  • 搭载 systemd 的 Windows 2016 或更高版本或 Linux 主机
  • 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
  • 对 Deep Instinct 管理控制台的特权访问权限

获取 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
    

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
    

配置 Bindplane 代理以注入 Syslog 并将其发送到 Google SecOps

  1. 访问配置文件:

    • 找到 config.yaml 文件。通常,它位于 Linux 上的 /etc/bindplane-agent/ 目录中或 Windows 上的安装目录中。
    • 使用文本编辑器(例如 nanovi 或记事本)打开该文件。
  2. 按如下方式修改 config.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_file_path: '/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
        log_type: 'DEEP_INSTINCT_EDR'
        raw_log_field: body
        ingestion_labels:
    
    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 更新为在第 1 步中保存身份验证文件的文件路径。

重启 Bindplane 代理以应用更改

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

    sudo systemctl restart observiq-otel-collector
    
  2. 如需在 Windows 中重启 Bindplane 代理,您可以使用服务控制台,也可以输入以下命令:

    net stop observiq-otel-collector && net start observiq-otel-collector
    

为 Deep Instinct EDR 配置 Syslog

  1. 登录 Deep Instinct 管理控制台
  2. 前往设置 > 集成
  3. 点击 + 添加按钮。
  4. 提供以下配置详细信息:
    • 名称:输入一个描述性名称(例如 Google SecOps Bindplane)。
    • 主机:输入 Bindplane 代理 IP 地址。
    • 端口:输入 Bindplane 代理端口号。
    • 协议:根据实际的 Bindplane 代理配置,选择 UDPTCP
    • 格式:选择 LEEF
    • 时区:选择 UTC 时区,以确保系统之间的时间一致。
    • 向下滚动到事件部分,然后选择全部
  5. 点击保存

UDM 映射表

日志字段 UDM 映射 逻辑
act security_result.action_details 直接从 act 字段映射。
app principal.application 直接从 app 字段映射。
devTime metadata.event_timestamp 直接从 devTime 字段映射。
deviceGroup principal.group.group_display_name 直接从 deviceGroup 字段映射。
eventExternalId metadata.product_log_id 直接从 eventExternalId 字段映射。
eventType metadata.product_event_type 直接从 eventType 字段映射。
filePath principal.process.file.full_path 直接从 filePath 字段映射。
fileType principal.process.file.file_type fileType 字段映射。如果 fileType 为“POWERSHELL_INTERACTIVE”,则 UDM 值设置为“FILE_TYPE_POWERSHELL”。
host principal.hostname 直接从 host 字段映射。
identHostName target.hostname 直接从 identHostName 字段映射。
identSrc target.ip 直接从 identSrc 字段映射。
LoggedInUsers principal.user.userid LoggedInUsers 字段映射而来,并移除了“REGISGROUP”和所有反斜杠。
log_type metadata.log_type 直接从 log_type 字段映射。
OSName principal.asset.platform_software.platform OSName 字段映射,转换为大写。
OSVersion principal.asset.platform_software.platform_version 直接从 OSVersion 字段映射。
sev security_result.severity_details 直接从 sev 字段映射。在解析器中硬编码为“STATUS_UPDATE”。在解析器中硬编码为“Deep Instinct EDR”。直接从 grok 提取的 vendor_name 字段映射。直接从 srcMAC 字段映射。直接从 usrName 字段映射。在解析器中硬编码为“MEDIUM”。
srcMAC principal.mac 直接从 srcMAC 字段映射。
usrName principal.user.user_display_name 直接从 usrName 字段映射。

更新日志

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

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