收集 Arctic Wolf Aurora Endpoint Security(以前称为 CylancePROTECT)日志

解析器版本:2.0

支持的平台:

本文档介绍了如何使用 Bindplane 将 Arctic Wolf Aurora Endpoint Security(以前称为 CylancePROTECT)日志注入到 Google Security Operations。

Arctic Wolf Aurora Endpoint Security 是一款 AI 驱动的端点保护平台,可利用机器学习技术在恶意软件、脚本和无文件攻击执行之前将其阻止。它提供威胁防范、设备控制和脚本管理功能,可在不依赖传统基于签名的检测方法的情况下保护整个组织中的端点。

准备工作

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

  • Google SecOps 实例。
  • Windows 2016 或更高版本,或者具有 systemd 的 Linux 主机。
  • 如果通过代理运行,请确保防火墙端口已打开。
  • 对 CylancePROTECT 管理控制台的特权访问权限。

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

  1. 登录 Google SecOps 控制台。
  2. 依次前往 SIEM 设置 > 收集代理
  3. 下载数据注入身份验证文件。将文件安全地保存在将要安装 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 上的 /observiq-otel-collector/ 目录中或 Windows 上的安装目录中。
    • 使用文本编辑器(例如 nanovi 或记事本)打开该文件。
  2. 按如下方式修改 config.yaml 文件:

    receivers:
      udplog:
        listen_address: "0.0.0.0:514"
    
    exporters:
      chronicle/cylance_protect:
        compression: gzip
        creds_file_path: '/path/to/ingestion-authentication-file.json'
        customer_id: '<customer_id>'
        endpoint: malachiteingestion-pa.googleapis.com
        log_type: 'CYLANCE_PROTECT'
        raw_log_field: body
        ingestion_labels:
    
    service:
      pipelines:
        logs/cylance_protect_to_chronicle:
          receivers:
            - udplog
          exporters:
            - chronicle/cylance_protect
    
  • 根据基础架构的需要替换端口和 IP 地址。
  • <customer_id> 替换为实际的客户 ID。
  • /path/to/ingestion-authentication-file.json 更新为获取 Google SecOps 注入身份验证文件部分中保存身份验证文件的路径。

重启 Bindplane 代理以应用更改

如需在 Linux 中重启 Bindplane 代理,请执行以下操作:

  1. 运行以下命令:

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

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

    sudo journalctl -u observiq-otel-collector -f
    

如需在 Windows 中重启 Bindplane 代理,请执行以下操作:

  1. 请从下列选项中选择一项:

    • 以管理员身份运行命令提示符或 PowerShell:
    net stop observiq-otel-collector && net start observiq-otel-collector
    
    • 服务控制台:
      1. Win+R,输入 services.msc,然后按 Enter 键。
      2. 找到 observIQ OpenTelemetry 收集器
      3. 右键点击并选择重新启动
  2. 验证服务是否正在运行:

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

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

在 CylancePROTECT 上配置 syslog 转发

  1. 登录 CylancePROTECT 管理控制台。
  2. 依次前往设置 > 应用
  3. 选中 Syslog/SIEM 复选框以启用 Syslog 转发。
  4. 选择要转发的所有活动
  5. 提供以下配置详细信息:
    • SIEM:选择 Syslog
    • 协议:选择 UDP
    • 选中允许发送超过 2KB 的消息复选框。
    • IP/网域:输入 Bindplane 代理 IP 地址(例如 192.168.1.100)。
    • 端口:输入 514
    • 设备:选择应用日志记录的类型。
  6. 点击 Test Connection 以验证与 Bindplane 代理的通信。
  7. 点击保存

UDM 映射表

日志字段 UDM 映射 逻辑
logged_on_users about 已映射:()about
domain about.administrative_domain 直接映射
username about.user.userid 直接映射
event_name extensions.auth.type 已映射:LoginMACHINE
event_type extensions.auth.type 已映射:AuditLogMACHINE
cylancehost intermediary.hostname 直接映射
int_ip intermediary.ip 已合并
syslogtime metadata.event_timestamp 解析为 RFC 3339
event_name metadata.event_type 已映射:LoginUSER_LOGIN
event_type metadata.event_type 映射值(共 11 个,例如 ScriptControlSCAN_HOSTAuditLogUSER_LOGIN、`Dev...
event_type network.application_protocol 已映射:OpticsCaeDnsEventDNS
a network.dns.answers 已合并
event_type network.dns.answers 已映射:OpticsCaeDnsEventa
event_type network.dns.questions 已映射:OpticsCaeDnsEventq
q network.dns.questions 已合并
event_type network.ip_protocol 已映射:OpticsCaeNetworkEventTCP
Source IP principal.ip 已合并
ip_address1 principal.ip 已合并
ip_address2 principal.ip 已合并
ip_address3 principal.ip 已合并
ip_address4 principal.ip 已合并
ip_address5 principal.ip 已合并
macAddr principal.mac 已合并
OS principal.platform 已映射:WindowsWINDOWS
File Name principal.process.file.full_path event_type == Threat 时进行映射
Path principal.process.file.full_path event_type == Threat 时进行映射
Process Name principal.process.file.full_path event_type == ExploitAttempt 时进行映射
instigating_process_name principal.process.file.full_path instigating_process_name != `` 时进行映射
instigating_process_sha256 principal.process.file.sha256 instigating_process_sha256 != unknown 时进行映射
Process ID principal.process.pid event_type == ExploitAttempt 时进行映射
user_email principal.user.email_addresses 已合并
User Name principal.user.userid event_type == ExploitAttempt 时进行映射
user_name principal.user.userid principal_user != `` 时进行映射
sr_action security_result.action 已合并
sr_category security_result.category 已合并
zone_names security_result.description 直接映射
label_detected_by security_result.detection_fields 已合并
rule_label_interpreter security_result.rule_labels 已合并
rule_label_interpreter_version security_result.rule_labels 已合并
Policy Name security_result.rule_name 直接映射
Severity security_result.severity 直接映射
Cylance Score security_result.severity_details 直接映射
Description security_result.summary 直接映射
External Device Name security_result.summary 直接映射
Violation Type security_result.summary 直接映射
event_name security_result.summary 直接映射
event_type security_result.summary 直接映射
Threat Classification security_result.threat_name 直接映射
Violation Type security_result.threat_name 直接映射
product_name target.application event_type == AuditLog 时进行映射
File Path target.file.full_path event_type == ScriptControl 时进行映射
Device Name target.hostname event_type == ScriptControl 时进行映射
Destination IP target.ip 已合并
event_type target.ip 已映射:OpticsCaeNetworkEventDestination IP
Destination Port target.port 已重命名/已映射
Target Process Name target.process.file.full_path event_type == OpticsCaeProcessEvent 时进行映射
Target Registry KeyPath target.registry.registry_key event_type == OpticsCaeRegistryEvent 时进行映射
不适用 security_result.severity 常量:HIGH
Target Process Command Line event1.idm.read_only_udm.target.process.command_line 从变更日志映射
Severity event1.idm.read_only_udm.security_result.severity 从变更日志映射

更新日志

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

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