收集 Arista VeloCloud SD-WAN 記錄

支援的國家/地區:

本文說明如何使用 Bindplane,將 Arista VeloCloud SD-WAN (舊稱 VMware VeloCloud) 記錄檔擷取至 Google Security Operations。

Arista VeloCloud SD-WAN 是一種軟體定義的廣域網路解決方案,可將 WAN 連線虛擬化,並透過 SD-WAN Orchestrator 提供集中式管理功能,簡化分公司網路。可為分散式企業環境提供應用程式感知路由、動態路徑選取和整合式防火牆功能。

事前準備

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

  • Google SecOps 執行個體
  • 搭載 systemd 的 Windows 2016 以上版本或 Linux 主機
  • 如果透過 Proxy 執行,請確保防火牆通訊埠已根據 Bindplane 代理程式需求開啟
  • Arista VeloCloud 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: <PLACEHOLDER_CUSTOMER_ID>
        endpoint: malachiteingestion-pa.googleapis.com
        # Add optional ingestion labels for better organization
        log_type: 'VELO_FIREWALL'
        raw_log_field: body
        ingestion_labels:
    
    service:
      pipelines:
        logs/source0__chronicle_w_labels-0:
          receivers:
            - udplog
          exporters:
            - chronicle/chronicle_w_labels
    
    • 視基礎架構需求,替換通訊埠和 IP 位址。
    • <PLACEHOLDER_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
    

在 Arista VeloCloud SD-WAN 上設定系統記錄轉送

  1. 登入 VeloCloud SD-WAN Orchestrator 網頁介面。
  2. 依序前往「設定」>「設定檔」
  3. 選取要監控的 Edge 裝置所指派的設定檔。
  4. 為適當的網路區隔點選「設定區隔」
  5. 選取「系統記錄」Syslog分頁標籤。
  6. 按一下「新增規則」,建立新的系統記錄轉送規則。
  7. 請提供下列設定詳細資料:
    • 系統記錄檔收集器 IP:輸入 Bindplane 代理程式主機的 IP 位址 (例如 192.168.1.100)。
    • 「Port」(通訊埠):輸入 514
    • 「通訊協定」:選取「UDP」
    • 設施:選取適當的系統記錄設施 (例如 LOCAL0)。
    • 嚴重性:選取要轉送的最低嚴重性等級 (例如「INFO」,擷取所有資訊和嚴重性更高的事件)。
    • 標記:可選擇輸入標記來識別這些記錄 (例如 velocloud)。
    • 來源介面:選取管理介面或適當的來源介面。
  8. 在「角色」部分,選取要轉送的記錄類別:
    • FIREWALL:轉送防火牆事件記錄。
    • EDGE:轉送邊緣裝置作業記錄。
  9. 按一下 [儲存變更]。
  10. 如要覆寫特定 Edge 的設定檔設定,請依序前往「Configure」>「Edges」,選取 Edge,然後在「Device」分頁標籤下重複 syslog 設定。

UDM 對應表

記錄欄位 UDM 對應 邏輯
cloud_software_label additional.fields 已合併
in_label additional.fields 已合併
proto_label additional.fields 已合併
segment_label additional.fields 已合併
segment_name_label additional.fields 已合併
inter_hostname intermediary.hostname 直接對應
description metadata.description 直接對應
timestamp metadata.event_timestamp 已剖析為 MMM d HH:mm:ss
principal_present metadata.event_type 已對應:trueNETWORK_CONNECTIONtrueSTATUS_UPDATE
product_event_type metadata.product_event_type 直接對應
ip_protocol_out network.ip_protocol 已重新命名/對應
BYTES_RECEIVED network.received_bytes 直接對應
BYTES_SENT network.sent_bytes 直接對應
DURATION_SECS network.session_duration.seconds 直接對應
SRC principal.asset.ip 已合併
SRC principal.ip 已合併
NAT_SRC principal.nat_ip 已合併
NAT_SPT principal.nat_port 直接對應
SPT principal.port 直接對應
security_result_action security_result.action 已合併
ACTION security_result.action_details 直接對應
FW_POLICY_NAME security_result.rule_name 直接對應
REASON security_result.summary 直接對應
DEST_DOMAIN target.administrative_domain 直接對應
DEST_NAME target.asset.hostname 直接對應
DST target.asset.ip 已合併
DEST_NAME target.hostname 直接對應
DST target.ip 已合併
DPT target.port 直接對應
不適用 metadata.event_type 常數:GENERIC_EVENT
不適用 metadata.product_name 常數:VELO_FIREWALL
不適用 metadata.vendor_name 常數:VELO_FIREWALL
description event.idm.read_only_udm.metadata.description 從變更記錄對應
product_event_type event.idm.read_only_udm.metadata.product_event_type 從變更記錄對應
cloud_software event.idm.read_only_udm.additional.fields 從變更記錄對應

變更記錄

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

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