收集 Saiwall VPN 記錄

支援的國家/地區:

本文說明如何使用 Bindplane 代理程式,將 Saiwall VPN 記錄檔擷取至 Google Security Operations。

Saiwall Secure SD-WAN 由 SAIMA Systems 開發,是企業網路安全平台,結合了防火牆、Proxy、VPN 加密和 LDAP 服務,成為集中式管理解決方案。VPN 元件透過 TCP 使用 SSL VPN 通訊協定,搭配 2048 位元安全憑證和 AES 256 位元對稱加密,在分散式企業環境中,為遠端據點和中央辦公室提供安全連線。

事前準備

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

  • Google SecOps 執行個體
  • 搭載 systemd 的 Windows 2016 以上版本或 Linux 主機
  • 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟
  • Saiwall Secure SD-WAN 管理控制台 (SAIWALL SD-WAN Orchestrator) 的特殊存取權

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

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

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

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

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

設定 Saiwall 系統記錄檔轉送

如要設定 Saiwall Secure SD-WAN 設備,將系統記錄訊息轉送至 Bindplane 代理程式,請按照下列步驟操作:

  1. 登入 SAIWALL SD-WAN Orchestrator 網頁管理控制台。
  2. 依序前往「Configuration」>「System」>「Logging」
  3. 在「Syslog」部分中,按一下「Enable」啟用遠端系統記錄轉送。
  4. 請提供下列設定詳細資料:
    • 系統記錄檔伺服器:輸入 Bindplane 代理程式主機的 IP 位址 (例如 192.168.1.100)。
    • 通訊埠:輸入 514 (或在 Bindplane 代理程式中設定的通訊埠)。
    • 「通訊協定」:選取「UDP」
    • 設施:選取 local0 或適合您環境的設施。
  5. 在「記錄類別」部分,啟用下列要轉送的記錄類型:
    • VPN 連線事件 (通道建立和拆除)
    • 防火牆流量事件 (允許和拒絕)
    • 驗證事件 (使用者登入和登出)
    • 系統事件 (設定變更和快訊)
  6. 按一下「儲存」,套用系統記錄設定。
  7. 按一下「同步」,將設定推送至所有已連線的 SAIWALL SR 裝置。

詳情請參閱 SAIMA Systems 說明文件

UDM 對應表

記錄欄位 UDM 對應 邏輯
egressInterface_label additional.fields 已合併
flowEndMilliseconds_label additional.fields 已合併
flowEndReason_label additional.fields 已合併
flowStartMilliseconds_label additional.fields 已合併
format_label additional.fields 已合併
header_map_label additional.fields 已合併
ingressInterface_label additional.fields 已合併
ipClassOfService_label additional.fields 已合併
ipNextHopIPv4Address_label additional.fields 已合併
octetDeltaCount_label additional.fields 已合併
packetDeltaCount_label additional.fields 已合併
protocolIdentifier_label additional.fields 已合併
tcpControlBits_label additional.fields 已合併
inter_host intermediary.hostname 直接對應
record.nexthop intermediary.ip 已合併
port intermediary.port 已重新命名/對應
event_type metadata.event_type 直接對應
record.input network.received_bytes 已重新命名/對應
record.output network.sent_bytes 已重新命名/對應
record.srcaddr principal.ip 已合併
sourceIPv4Address principal.ip 已合併
record.srcport principal.port 已重新命名/對應
sourceTransportPort principal.port 已重新命名/對應
destinationIPv4Address target.ip 已合併
record.dstaddr target.ip 已合併
destinationTransportPort target.port 已重新命名/對應
record.dstport target.port 已重新命名/對應
record_map_label target.resource.attribute.labels 已合併

變更記錄

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

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