收集 CommVault 備份與復原記錄

支援的國家/地區:

本文說明如何使用 Bindplane 代理程式,將 CommVault Backup and Recovery (CommCell) 記錄檔擷取至 Google Security Operations。

CommVault CommCell 會針對備份和復原作業相關的警示、稽核追蹤記錄和事件,產生系統記錄訊息。剖析器會擷取欄位,並對應至統合式資料模型 (UDM)。

事前準備

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

  • Google SecOps 執行個體
  • Windows Server 2016 以上版本,或搭載 systemd 的 Linux 主機
  • Bindplane 代理程式與 CommVault CommCell 系統之間的網路連線
  • 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟
  • Commvault CommCell 網頁版使用者介面的特殊存取權

取得 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
    
  3. 等待安裝完成。

  4. 執行下列指令,確認安裝成功:

    sc query observiq-otel-collector
    

    服務應顯示為RUNNING

Linux 安裝

  1. 開啟具有根層級或 sudo 權限的終端機。
  2. 執行下列指令:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    
  3. 等待安裝完成。

  4. 執行下列指令,確認安裝成功:

    sudo systemctl status observiq-otel-collector
    

    服務應顯示為有效 (執行中)

其他安裝資源

如需其他安裝選項和疑難排解資訊,請參閱 Bindplane 代理程式安裝指南

設定 Bindplane 代理程式,擷取系統記錄檔並傳送至 Google SecOps

找出設定檔

  • Linux:

    sudo nano /etc/bindplane-agent/config.yaml
    
  • Windows:

    notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
    

編輯設定檔

  • config.yaml 的所有內容替換為下列設定:

    receivers:
        udplog:
            listen_address: "0.0.0.0:514"
    
    exporters:
        chronicle/commvault_commcell:
            compression: gzip
            creds_file_path: '/etc/bindplane-agent/ingestion-auth.json'
            customer_id: '<customer_id>'
            endpoint: malachiteingestion-pa.googleapis.com
            log_type: COMMVAULT_COMMCELL
            raw_log_field: body
    
    service:
        pipelines:
            logs/commvault_commcell_to_chronicle:
                receivers:
                    - udplog
                exporters:
                    - chronicle/commvault_commcell
    

設定參數

替換下列預留位置:

  • 接收器設定:

    • listen_address:要接聽的 IP 位址和通訊埠:
      • 0.0.0.0,監聽所有介面 (建議)
      • 通訊埠 514 是標準的系統記錄通訊埠 (在 Linux 上需要根層級權限;非根層級權限請使用 1514)
  • 匯出工具設定:

    • creds_file_path:擷取驗證檔案的完整路徑:
      • Linux/etc/bindplane-agent/ingestion-auth.json
      • WindowsC:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
    • customer_id:從 Google SecOps 控制台複製的客戶 ID
    • endpoint:區域端點網址:
      • 美國malachiteingestion-pa.googleapis.com
      • 歐洲europe-malachiteingestion-pa.googleapis.com
      • 亞洲asia-southeast1-malachiteingestion-pa.googleapis.com
      • 如需完整清單,請參閱「區域端點

儲存設定檔

  • 編輯完成後,請儲存檔案:
    • Linux:依序按下 Ctrl+OEnterCtrl+X
    • Windows:依序點選「檔案」>「儲存」

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

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

    sudo systemctl restart observiq-otel-collector
    
    1. 確認服務正在執行:

      ```bash
      sudo systemctl status observiq-otel-collector
      ```
      
    2. 檢查記錄中是否有錯誤:

      ```bash
      sudo journalctl -u observiq-otel-collector -f
      ```
      
  • 如要在 Windows 中重新啟動 Bindplane 代理程式,請選擇下列任一做法:

    • 以管理員身分開啟命令提示字元或 PowerShell:

      net stop observiq-otel-collector && net start observiq-otel-collector
      
    • 服務控制台:

      1. 按下 Win+R,輸入 services.msc,然後按下 Enter 鍵。
      2. 找出 observIQ OpenTelemetry Collector
      3. 按一下滑鼠右鍵,然後選取「重新啟動」
      4. 確認服務正在執行:

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

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

設定 Commvault Syslog 伺服器

  1. 登入 Commvault CommCell 網頁版 UI。
  2. 依序選取「管理」>「系統」。
  3. 按一下「Syslog 伺服器」
  4. 指定 Syslog 伺服器的下列詳細資料:
    • 主機名稱:輸入 Bindplane 代理程式的 IP 位址。
    • 「Port」(通訊埠):輸入 Bindplane 通訊埠,例如 514
    • 按一下「啟用」切換按鈕,即可啟用系統記錄伺服器設定。
    • 在「Forward to syslog」(轉送至系統記錄) 欄位中,選取「Alerts」(快訊)、「Audit trails」(稽核記錄) 和「Events」(事件)
  5. 按一下「提交」

UDM 對應表

記錄欄位 UDM 對應 邏輯
AgentType observer.application 直接從事件記錄中的 AgentType 欄位對應。
Alertid security_result.detection_fields.Alertid.value 直接從快訊記錄中的 Alertid 欄位對應。
Alertname security_result.detection_fields.Alertname.value 直接從快訊記錄中的 Alertname 欄位對應。
Alertseverity security_result.severity 對應自快訊記錄中的 Alertseverity 欄位。轉換為 UDM 嚴重程度 (資訊、高、低、重大)。
Alerttime metadata.event_timestamp 從快訊記錄的 Alerttime 欄位剖析,並轉換為時間戳記。
Audittime metadata.event_timestamp 從稽核記錄的 Audittime 欄位剖析,並轉換為時間戳記。
客戶 principal.hostname、principal.asset.hostname 直接從事件、快訊或稽核記錄的 Client 欄位對應。
CommCell 這個 UDM 欄位並非來自原始記錄。如果從快訊說明中擷取,則會設為 backupcv
電腦 這個 UDM 欄位並非來自原始記錄。如果從事件記錄檔擷取,則會設為 backupcv
說明 security_result.description 從事件記錄中的 Description 欄位,或從警報記錄中 Alertdescription 欄位的已剖析 event_description 欄位對應。如果 Description 欄位包含 A suspicious file,則會以 A suspicious file is Detected 覆寫。
詳細資料 用於使用 grok 擷取 Client 欄位。
持續時間 這個 UDM 欄位並非來自原始記錄。系統會根據活動說明擷取時間長度。
Eventid metadata.product_log_id 直接從事件記錄中的 Eventid 欄位對應。
Eventseverity security_result.severity 對應自事件記錄中的 Eventseverity 欄位。轉換為 UDM 嚴重程度 (資訊、高、低、重大)。
file_name security_result.detection_fields.SuspiciousFileName.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
Jobid principal.process.pid 直接從事件或快訊記錄中的 Jobid 欄位對應。
media_agent security_result.detection_fields.MediaAgent.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
no_of_files_created security_result.detection_fields.no_of_files_created.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
no_of_files_deleted security_result.detection_fields.no_of_files_deleted.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
no_of_files_modified security_result.detection_fields.no_of_files_modified.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
no_of_files_renamed security_result.detection_fields.no_of_files_renamed.value 使用 Grok 從快訊記錄的 Alertdescription 欄位中擷取。
Occurrencetime metadata.event_timestamp 從事件記錄中的 Occurrencetime 欄位剖析,並轉換為時間戳記。
作業 security_result.detection_fields.Operation.value 直接對應至稽核記錄中的 Operation 欄位。
Opid security_result.detection_fields.Opid.value 直接對應至稽核記錄中的 Opid 欄位。
程式 principal.application 直接從事件記錄中的 Program 欄位對應。
嚴重程度 security_result.severity 對應至稽核記錄中的 Severitylevel 欄位。轉換為 UDM 嚴重程度 (資訊、高、低、重大)。
類型 security_result.detection_fields.Type.value 直接從快訊記錄的「Alertdescription」欄位擷取「Type」欄位。
網址 network.http.referral_url 直接從快訊記錄的「Alertdescription」欄位擷取「url」欄位。
使用者名稱 principal.user.userid 直接從稽核記錄中的 Username 欄位對應。如果使用者名稱為 Administrator,則 principal.user.user_role 欄位會改為設為 ADMINISTRATOR
- metadata.vendor_name 這個 UDM 欄位並非來自原始記錄。目前設為 COMMVAULT
- metadata.product_name 這個 UDM 欄位並非來自原始記錄。目前設為 COMMVAULT_COMMCELL
- metadata.log_type 這個 UDM 欄位並非來自原始記錄。目前設為 COMMVAULT_COMMCELL
- metadata.event_type 這個 UDM 欄位並非來自原始記錄。如果 Client 欄位存在,則設為 STATUS_UPDATE,否則設為 GENERIC_EVENT

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