收集 CyberArk Endpoint Privilege Manager 記錄

剖析器版本:2.0

支援的國家/地區:

本文說明如何使用 Bindplane,將 CyberArk Endpoint Privilege Manager (EPM) 記錄擷取至 Google Security Operations。CyberArk EPM 會移除本機管理員權限,同時允許使用者執行核准的應用程式,在端點上強制執行最低權限原則。這項服務可為 Windows、macOS 和 Linux 端點提供應用程式控制、權限管理和憑證竊取防護功能。

事前準備

請確認您已完成下列事前準備事項:

  • Google SecOps 執行個體。
  • 搭載 systemd 的 Windows 2016 以上版本或 Linux 主機。
  • 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟。
  • 具備管理員權限,可存取 CyberArk EPM 管理主控台。

取得 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 的 /opt/observiq-otel-collector/ 目錄,或 Windows 的安裝目錄。
    • 使用文字編輯器 (例如 nanovi 或記事本) 開啟檔案。
  2. 按照下列方式編輯 config.yaml 檔案:

    receivers:
        tcplog:
            # 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: <PLACEHOLDER_CUSTOMER_ID>
            endpoint: malachiteingestion-pa.googleapis.com
            # Add optional ingestion labels for better organization
            log_type: 'CYBERARK_EPM'
            raw_log_field: body
            ingestion_labels:
    
    service:
        pipelines:
            logs/source0__chronicle_w_labels-0:
                receivers:
                    - tcplog
                exporters:
                    - chronicle/chronicle_w_labels
    
  • 視基礎架構需求,替換通訊埠和 IP 位址。
  • <PLACEHOLDER_CUSTOMER_ID> 替換為實際的客戶 ID。
  • /path/to/ingestion-authentication-file.json 更新為驗證檔案在「取得 Google SecOps 擷取驗證檔案」部分儲存的檔案路徑。

重新啟動 Bindplane 代理程式,以套用變更

  1. 如要在 Linux 中重新啟動 Bindplane 代理程式,請執行下列指令:

    sudo systemctl restart observiq-otel-collector
    
  2. 如要在 Windows 中重新啟動 Bindplane 代理程式,可以使用「服務」控制台,也可以輸入下列指令:

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

設定 CyberArk EPM 系統記錄檔轉送

  1. 以管理員身分登入 CyberArk EPM Console
  2. 依序前往「Administration」>「System Configuration」>「SIEM Integration」
  3. 選取「啟用 SIEM」,即可啟用系統記錄轉寄功能。
  4. 請提供下列設定詳細資料:
    • SIEM 類型:選取「Syslog」
    • 伺服器位址:輸入 Bindplane 代理程式主機的 IP 位址 (例如 192.168.1.100)。
    • 「Port」(通訊埠):輸入與 Bindplane 代理程式設定相符的通訊埠編號 (例如 514)。
    • 「通訊協定」:選取「TCP」
    • 格式:選取「CEF」(通用事件格式)
  5. 在「事件類型」部分,選取要轉送的事件類別:
    • 政策稽核事件:政策違規處置動作。
    • 管理員稽核事件:在 EPM 控制台中執行的管理動作。
    • 威脅防護事件:憑證竊取和勒索軟體防護事件。
    • 應用程式控制事件:允許/封鎖應用程式事件。
  6. 按一下 [儲存]
  7. 查看 Bindplane 代理程式記錄,確認是否收到記錄:

    sudo journalctl -u observiq-otel-collector -f
    

如要進一步瞭解 CyberArk EPM Syslog 整合,請參閱 CyberArk EPM 管理指南

UDM 對應表

記錄欄位 UDM 對應 邏輯
Header.deviceVendor metadata.vendor_name 從 CEF 標頭供應商欄位對應。
Header.deviceProduct metadata.product_name 從 CEF 標頭產品欄位對應。
Header.deviceVersion metadata.product_version 從 CEF 標頭版本欄位對應。
Header.signatureId metadata.product_event_type 從 CEF 簽章 ID 欄位對應。
Header.name metadata.description 從 CEF 事件名稱欄位對應。
Header.severity security_result.severity 對應自 CEF 嚴重程度 (0-3=LOW、4-6=MEDIUM、7-8=HIGH、9-10=CRITICAL)。
shost principal.hostname 事件發生的來源主機名稱。
src principal.ip 來源 IP 位址。
suser principal.user.userid 與事件相關聯的來源使用者名稱。
fname target.file.full_path 事件中涉及的檔案名稱或路徑。
fileHash target.file.md5 相關檔案的 MD5 雜湊。
dhost target.hostname 目的地主機名稱。
dst target.ip 目的地 IP 位址。
duser target.user.userid 目的地或目標使用者名稱。
act security_result.action_details EPM 採取的動作 (例如封鎖、允許、提升權限)。
cs1 security_result.detection_fields 自訂字串欄位 1 (政策名稱或其他背景資訊)。
cs2 security_result.detection_fields 自訂字串欄位 2 (額外背景資訊)。
rt metadata.event_timestamp 事件的接收時間。
userIsAdmin event.idm.read_only_udm.additional.fields 從變更記錄對應
workingDirectory event.idm.read_only_udm.additional.fields 從變更記錄對應
exposeduser.username event.idm.read_only_udm.target.resource.attribute.labels 從變更記錄對應
exposeduser.source event.idm.read_only_udm.target.resource.attribute.labels 從變更記錄對應
exposeduser.domain event.idm.read_only_udm.target.resource.attribute.labels 從變更記錄對應
sourceProcessPublisher event.idm.read_only_udm.target.resource.attribute.labels 從變更記錄對應
exposeduser.accountName event.idm.read_only_udm.target.resource.attribute.labels 從變更記錄對應
evidencesuser.accessedObject.name event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.commandLine event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.hash event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.publisher event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.username event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.hashAlgorithm event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.accessedProcess.fullImageName event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.evidenceCounter event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.datetimeUTC event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.evidenceAction event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.additionalData event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
evidencesuser.comment event.idm.read_only_udm.security_result.detection_fields 從變更記錄對應
displayName event.idm.read_only_udm.metadata.description 從變更記錄對應
policyName event.idm.read_only_udm.security_result.rule_name 從變更記錄對應
processCommandLine event.idm.read_only_udm.target.process.command_line 從變更記錄對應
sourceProcessCommandLine event.idm.read_only_udm.target.process.parent_process.command_line 從變更記錄對應
sourceProcessUsername event.idm.read_only_udm.target.user.userid 從變更記錄對應
sourceProcessHash event.idm.read_only_udm.target.process.parent_process.file.sha1 從變更記錄對應
threatProtectionActionId event.idm.read_only_udm.additional.fields 從變更記錄對應
skippedCount event.idm.read_only_udm.additional.fields 從變更記錄對應
eventCount event.idm.read_only_udm.additional.fields 從變更記錄對應
sourceProcessSigner event.idm.read_only_udm.additional.fields 從變更記錄對應
deceptionType event.idm.read_only_udm.additional.fields 從變更記錄對應
winEventType event.idm.read_only_udm.additional.fields 從變更記錄對應
winEventRecordId event.idm.read_only_udm.additional.fields 從變更記錄對應
logonAttemptTypeId event.idm.read_only_udm.additional.fields 從變更記錄對應
logonStatusId event.idm.read_only_udm.additional.fields 從變更記錄對應
fileDescription event.idm.read_only_udm.security_result.description 從變更記錄對應
accessAction event.idm.read_only_udm.additional.fields 從變更記錄對應
accessTargetType event.idm.read_only_udm.additional.fields 從變更記錄對應
agentEventCount event.idm.read_only_udm.additional.fields 從變更記錄對應
modificationTime event.idm.read_only_udm.additional.fields 從變更記錄對應
arrivalTime event.idm.read_only_udm.additional.fields 從變更記錄對應
originalFileName event.idm.read_only_udm.additional.fields 從變更記錄對應
owner event.idm.read_only_udm.additional.fields 從變更記錄對應
packageName event.idm.read_only_udm.additional.fields 從變更記錄對應
publisher event.idm.read_only_udm.additional.fields 從變更記錄對應
setID event.idm.read_only_udm.additional.fields 從變更記錄對應
sourceType event.idm.read_only_udm.additional.fields 從變更記錄對應
threatProtectionAction event.idm.read_only_udm.additional.fields 從變更記錄對應
lastEventDate event.idm.read_only_udm.metadata.event_timestamp 從變更記錄對應
agentId event.idm.read_only_udm.principal.asset.asset_id 從變更記錄對應
company event.idm.read_only_udm.principal.user.company_name 從變更記錄對應
computerName event.idm.read_only_udm.principal.hostname 從變更記錄對應
computerName event.idm.read_only_udm.principal.asset.hostname 從變更記錄對應
eventType event.idm.read_only_udm.metadata.product_event_type 從變更記錄對應
fileDescription event.idm.read_only_udm.metadata.description 從變更記錄對應
fileName event.idm.read_only_udm.target.process.file.names 從變更記錄對應
filePath event.idm.read_only_udm.target.file.full_path 從變更記錄對應
fileQualifier event.idm.read_only_udm.target.asset.asset_id 從變更記錄對應
fileSize event.idm.read_only_udm.target.file.size 從變更記錄對應
fileVersion event.idm.read_only_udm.target.asset.software.version 從變更記錄對應
hash event.idm.read_only_udm.target.file.sha1 從變更記錄對應
justification event.idm.read_only_udm.security_result.summary 從變更記錄對應
operatingSystemType event.idm.read_only_udm.principal.platform 從變更記錄對應
productName event.idm.read_only_udm.metadata.product_version 從變更記錄對應
productVersion event.idm.read_only_udm.metadata.product_version 從變更記錄對應
sourceName event.idm.read_only_udm.principal.file.full_path 從變更記錄對應
url event.idm.read_only_udm.network.http.referral_url 從變更記錄對應
userName event.idm.read_only_udm.principal.user.userid 從變更記錄對應

變更記錄

查看這個剖析器的變更記錄

還有其他問題嗎?向社群成員和 Google SecOps 專業人員尋求答案。