收集 Entrust nShield HSM 稽核記錄

剖析器版本:1.0

支援的國家/地區:

本文說明如何使用 Bindplane 代理程式,將 Entrust nShield HSM 稽核記錄擷取至 Google Security Operations。

剖析器會從 Entrust nShield HSM syslog 格式的記錄檔中擷取欄位。它會使用 grok 和/或 kv 剖析記錄訊息,然後將這些值對應至統合式資料模型 (UDM)。此外,也會為事件來源和類型設定預設中繼資料值。

事前準備

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

  • Google SecOps 執行個體
  • 搭載 systemd 的 Windows 2016 以上版本或 Linux 主機
  • 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟
  • Entrust nShield HSM 管理控制台或 Security World Software 的特殊存取權
  • 已初始化的安全世界,具備稽核記錄功能

取得 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
    

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 代理程式安裝指南

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

  1. 存取設定檔:
    • 找出 config.yaml 檔案。通常位於 Linux 的 /opt/observiq-otel-collector/ 目錄,或 Windows 的安裝目錄。
    • 使用文字編輯器 (例如 nanovi 或記事本) 開啟檔案。
  2. 按照下列方式編輯 config.yaml 檔案:

    receivers:
      udplog:
        # nShield HSM only supports UDP for audit logs
        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: YOUR_CUSTOMER_ID
        endpoint: malachiteingestion-pa.googleapis.com
        # Use ENTRUST_HSM as the log type
        log_type: 'ENTRUST_HSM'
        raw_log_field: body
        ingestion_labels:
    
    service:
      pipelines:
        logs/source0__chronicle_w_labels-0:
          receivers:
            - udplog
          exporters:
            - chronicle/chronicle_w_labels
    
    • 視基礎架構需求,替換通訊埠和 IP 位址。
    • YOUR_CUSTOMER_ID 替換為實際的客戶 ID。
    • /path/to/ingestion-authentication-file.json 更新為您在步驟 1 中儲存驗證檔案的檔案路徑。

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

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

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

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

在 Entrust nShield HSM 上設定 Syslog 轉送功能

設定方法取決於 nShield HSM 部署模型。您必須在建立安全世界時啟用稽核記錄,或將 HSM 導入現有安全世界時啟用稽核記錄。

  1. 在安裝 Security World Software 的用戶端電腦上,執行下列指令:

    config-auditlogging --server <BINDPLANE_IP> --port 514 --enable-syslog
    
  2. <BINDPLANE_IP> 替換為 Bindplane 代理程式主機的 IP 位址。

    • 設定變更會寫入硬體伺服器設定檔。
  3. 重新啟動硬體伺服器,以套用變更:

    • Linux/opt/nfast/sbin/init.d-ncipher restart
    • Windowsnet stop "nfast server" && net start "nfast server"

方法 2:使用硬體伺服器設定檔進行設定

  1. 編輯 hardserver 設定檔:
    • Linux/opt/nfast/kmdata/config/config
    • Windows%NFAST_KMDATA%\config\config
  2. 在設定檔中新增或修改下列項目:

    auditlog_addr=<BINDPLANE_IP>
    auditlog_port=514
    

    *將 <BINDPLANE_IP> 替換為 Bindplane 代理程式主機的 IP 位址。

  3. 儲存設定檔。

  4. 重新啟動硬體伺服器,以套用變更:

    • Linux/opt/nfast/sbin/init.d-ncipher restart
    • Windowsnet stop "nfast server" && net start "nfast server"

選項 3:設定網路附加 HSM (nShield Connect)

如果是網路附加 HSM,您可以遠端推送設定:

  1. 確認 RFS (遠端檔案系統) 已啟用設定推送功能。
  2. 複製 HSM 設定檔:

    cp /opt/nfast/kmdata/hsm-ESN/config/config /opt/nfast/kmdata/hsm-ESN/config/config.new
    
  3. 編輯 config.new,新增稽核記錄設定:

    [audit_logging]
    auditlog_addr=<BINDPLANE_IP>
    auditlog_port=514
    
  4. 將設定推送至 HSM:

    cfg-pushnethsm --address=<HSM_IP> /opt/nfast/kmdata/hsm-ESN/config/config.new
    
    • <HSM_IP> 替換為 nShield Connect HSM 的 IP 位址。

UDM 對應表

記錄欄位 UDM 對應 邏輯
desc metadata.description 直接對應
ts metadata.event_timestamp 已剖析為 MMM d HH:mm:ss
has_principal metadata.event_type 已對應:trueSTATUS_UPDATE
has_user metadata.event_type 已對應:trueUSER_UNCATEGORIZED
product_event metadata.product_event_type 直接對應
session_id network.session_id 直接對應
application principal.application 直接對應
ip principal.asset.ip 已合併
rhost principal.asset.ip 已合併
ip principal.ip 已合併
rhost principal.ip 已合併
port principal.port 直接對應
user principal.user.userid 直接對應
不適用 metadata.event_type 常數:USER_UNCATEGORIZED
不適用 metadata.product_name 常數:Entrust nShield HSM
不適用 metadata.vendor_name 常數:ENTRUST HSM

變更記錄

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

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