收集 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 主機。
  • 如果透過 Proxy 執行,請確認防火牆通訊埠已開啟。
  • 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. 開啟具有根層級或 sudo 權限的終端機。
  2. 執行下列指令:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    

其他安裝資源

如需其他安裝選項,請參閱安裝指南

設定 Bindplane 代理程式,擷取系統記錄檔並傳送至 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 Collector
      3. 按一下滑鼠右鍵,然後選取「重新啟動」
  2. 確認服務正在執行:

    sc query observiq-otel-collector
    
  3. 檢查記錄中是否有錯誤:

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

在 CylancePROTECT 上設定系統記錄轉送

  1. 登入 CylancePROTECT 管理控制台。
  2. 依序前往「設定」>「應用程式」
  3. 選取「Syslog/SIEM」核取方塊,啟用系統記錄轉送功能。
  4. 選取要轉寄的所有活動
  5. 請提供下列設定詳細資料:
    • SIEM:選取「Syslog」
    • 「通訊協定」:選取「UDP」
    • 選取「允許超過 2 KB 的訊息」核取方塊。
    • IP/網域:輸入 Bindplane 代理程式 IP 位址 (例如 192.168.1.100)。
    • 「Port」(通訊埠):輸入 514
    • 設施:選取應用程式記錄類型。
  6. 按一下「測試連線」,驗證與 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 專業人員尋求答案。