收集 CyberArk Privileged Threat Analytics 記錄
剖析器版本:18.0
本文說明如何使用 Bindplane,將 CyberArk Privileged Threat Analytics 記錄擷取至 Google Security Operations。CyberArk Privileged Threat Analytics (PTA) 是一項安全解決方案,可偵測及應對涉及高權限帳戶的惡意活動。這項服務會運用進階分析和機器學習技術,監控、分析及標記異常行為,這些行為可能代表潛在的內部威脅或遭盜用的憑證。
事前準備
請確認您已完成下列事前準備事項:
- Google SecOps 執行個體。
- 搭載 systemd 的 Windows 2016 以上版本或 Linux 主機。
- 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟。
- CyberArk Privileged Threat Analytics 伺服器的特殊權限存取權。
取得 Google SecOps 擷取驗證檔案
- 登入 Google SecOps 控制台。
- 依序前往「SIEM 設定」>「收集代理程式」。
- 下載擷取驗證檔案。
- 將檔案安全地儲存在要安裝 Bindplane 的系統上。
取得 Google SecOps 客戶 ID
- 登入 Google SecOps 控制台。
- 依序前往「SIEM 設定」>「設定檔」。
- 複製並儲存「機構詳細資料」部分中的客戶 ID。
安裝 Bindplane 代理程式
請按照下列操作說明,在 Windows 或 Linux 作業系統上安裝 Bindplane 代理程式。
Windows 安裝
- 以管理員身分開啟「命令提示字元」或「PowerShell」。
執行下列指令:
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
Linux 安裝
- 開啟具有根層級或 sudo 權限的終端機。
執行下列指令:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
其他安裝資源
如需其他安裝選項,請參閱這份安裝指南。
設定 Bindplane 代理程式,擷取系統記錄檔並傳送至 Google SecOps
存取設定檔:
- 找出
config.yaml檔案。通常位於 Linux 的/opt/observiq-otel-collector/目錄,或 Windows 的安裝目錄。 - 使用文字編輯器 (例如
nano、vi或記事本) 開啟檔案。
- 找出
按照下列方式編輯
config.yaml檔案:receivers: tcplog: listen_address: "0.0.0.0:514" exporters: chronicle/cyberark_pta: compression: gzip creds_file_path: '/path/to/ingestion-authentication-file.json' customer_id: '<CUSTOMER_ID>' endpoint: <ENDPOINT> log_type: 'CYBERARK_PTA' raw_log_field: body ingestion_labels: service: pipelines: logs/cyberark_pta_to_chronicle: receivers: - tcplog exporters: - chronicle/cyberark_pta
- 視基礎架構需求,替換通訊埠和 IP 位址。
- 將
<CUSTOMER_ID>替換為實際的客戶 ID。 將
<ENDPOINT>值替換為您的區域端點:- 美國:
malachiteingestion-pa.googleapis.com - 歐洲:
europe-malachiteingestion-pa.googleapis.com - 亞洲:
asia-southeast1-malachiteingestion-pa.googleapis.com
- 美國:
將
/path/to/ingestion-authentication-file.json更新為驗證檔案的儲存路徑。
重新啟動 Bindplane 代理程式,以套用變更
如要在 Linux 中重新啟動 Bindplane 代理程式,請執行下列指令:
sudo systemctl restart observiq-otel-collector如要在 Windows 中重新啟動 Bindplane 代理程式,可以使用「服務」主控台,或輸入下列指令:
net stop observiq-otel-collector && net start observiq-otel-collector
設定 CyberArk Privileged Threat Analytics 系統記錄檔轉送功能
- 登入 Privileged Threat Analytics 伺服器。
- 執行 DEFAULTPARM 指令,開啟預設
systemparm.properties檔案。 - 複製包含
syslog_outbound屬性的那一行,然後結束systemparm.properties檔案。 - 執行 LOCALPARM 指令,開啟本機
systemparm.properties檔案。 - 按下鍵盤上的
i鍵即可編輯檔案。 - 在
systemparm.properties檔案中,取消註解syslog_outbound屬性。 貼上複製的程式碼行,然後根據下列範例編輯參數:
syslog_outbound=[{"siem": "Chronicle", "format": "CEF", "host": "BINDPLANE_IP", "port": BINDPLANE_PORT, "protocol": "TCP"}]- 將
BINDPLANE_IP替換為 Bindplane 代理程式主機的 IP 位址。 - 將
BINDPLANE_PORT替換為在 Bindplane 代理程式中設定的通訊埠編號 (例如514)。
- 將
儲存並關閉設定檔。
重新啟動 Privileged Threat Analytics 伺服器,以套用變更。
詳情請參閱 CyberArk Privileged Threat Analytics 說明文件。
UDM 對應表
| 記錄欄位 | UDM 對應 | 邏輯 |
|---|---|---|
src |
principal.ip |
直接對應「src」欄位。 |
dst |
target.ip |
直接對應「dst」欄位。 |
suser |
principal.user.userid |
直接對應「suser」欄位。 |
duser |
target.user.userid |
直接對應「duser」欄位。 |
cs1 |
security_result.description |
直接對應「cs1」欄位 (原因)。 |
cs2 |
additional.fields |
直接從「cs2」欄位 (電台) 對應。 |
act |
security_result.action_details |
直接對應「act」欄位 (採取的動作)。 |
cat |
metadata.product_event_type |
直接對應「cat」欄位 (活動類別)。 |
severity |
security_result.severity |
對應至 CEF 嚴重程度值。 |
deviceCustomDate1 |
metadata.event_timestamp |
從「deviceCustomDate1」欄位剖析。 |
metadata.vendor_name |
設為 CyberArk。 |
|
metadata.product_name |
設為 Privileged Threat Analytics。 |
|
metadata.log_type |
設為 CYBERARK_PTA。 |
變更記錄
還有其他問題嗎?向社群成員和 Google SecOps 專業人員尋求答案。