收集 Cisco Wireless Security Management (WiSM) 記錄
支援的國家/地區:
Google SecOps
SIEM
本文說明如何使用 Bindplane,將 Cisco Wireless Security Management (WiSM) 記錄檔擷取至 Google Security Operations。剖析器會從系統記錄訊息中擷取欄位,將這些欄位對應至統合式資料模型 (UDM),並根據 cisco_mnemonic
欄位將事件分類。可處理各種事件類型,例如登入、登出、網路連線和狀態更新,並擷取相關資訊,例如使用者名稱、IP 位址、MAC 位址和安全性詳細資料。
事前準備
請確認您已完成下列事前準備事項:
- Google SecOps 執行個體
- Windows 2016 以上版本,或搭載
systemd
的 Linux 主機 - 如果透過 Proxy 執行,請確認防火牆通訊埠已開啟
- Cisco 無線 LAN 控制器 (WLC) 的特殊存取權
取得 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 的/etc/bindplane-agent/
目錄,或 Windows 的安裝目錄。 - 使用文字編輯器 (例如
nano
、vi
或記事本) 開啟檔案。
- 找出
按照下列方式編輯
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: 'CISCO_WSM' raw_log_field: body ingestion_labels: service: pipelines: logs/source0__chronicle_w_labels-0: receivers: - udplog exporters: - chronicle/chronicle_w_labels
重新啟動 Bindplane 代理程式,以套用變更
如要在 Linux 中重新啟動 Bindplane 代理程式,請執行下列指令:
sudo systemctl restart bindplane-agent
如要在 Windows 中重新啟動 Bindplane 代理程式,可以使用「服務」控制台,或輸入下列指令:
net stop BindPlaneAgent && net start BindPlaneAgent
在 Cisco WiSM 上設定系統記錄
- 登入 Cisco Wireless LAN Controller 網頁版使用者介面。
- 依序前往「管理」>「記錄」>「設定」。
- 在「Syslog Server IP Address」(系統記錄伺服器 IP 位址) 欄位中,輸入 Bindplane 代理程式 IP 位址。
- 按一下「新增」。
- 提供下列設定詳細資料:
- Syslog Severity:選取「Informational」。
- Syslog Facility:選取「Local Use 0」。
- 緩衝記錄層級:選取「資訊 - 嚴重程度等級 6」。
- 「Console Log Level」(控制台記錄層級):選取「Informational - Severity level 6」(資訊 - 嚴重性等級 6)。
- 選取「檔案資訊」核取方塊,即可納入來源檔案的相關資訊。
- 選取「Proc Info」核取方塊,即可納入程序資訊。
- 選取「追蹤資訊」核取方塊,即可納入追蹤資訊。
- 按一下 [套用]。
- 按一下 [Save Configuration] (儲存組態)。
UDM 對應表
記錄欄位 | UDM 對應 | 邏輯 |
---|---|---|
cisco_facility |
principal.resource.type |
使用 grok 從 cisco_tag 欄位擷取。 |
cisco_message |
metadata.description |
原始記錄中的原始訊息。 |
cisco_tag |
metadata.product_event_type |
原始記錄中的標記,包含設施、嚴重性和助記符。 |
database |
security_result.detection_fields.value |
如果存在,這個鍵會設為「Database」。 |
hostname |
intermediary.hostname |
如有。 |
intermediary_ip |
intermediary.ip |
中介裝置的 IP 位址。 |
principal_hostname |
principal.hostname |
如有。 |
principal_ip |
principal.ip |
如有。 |
principal_mac |
principal.mac |
如有。格式為以半形冒號分隔的十六進位值。 |
principal_port |
principal.port |
如有。轉換成整數。 |
principal_process_id |
principal.process.pid |
如有。 |
profile |
security_result.detection_fields.value |
如果存在,索引鍵會設為「Profile」。 |
reason_message |
security_result.summary |
如有。有時也用於 security_result.description 。 |
target_ip |
target.ip |
如有。 |
target_mac |
target.mac |
如有。 |
terminal |
target.hostname |
如有。 |
tls_local_ip |
security_result.detection_fields.value |
如果存在,金鑰會設為「TLS local」。 |
tls_remote |
security_result.detection_fields.value |
如果存在,金鑰會設為「TLS Remote」。 |
username |
principal.user.userid (或登出事件中的 target.user.userid ) |
如有。在某些情況下,剖析器邏輯會將其設為「MECHANISM_UNSPECIFIED」。如果是剖析器邏輯的登入/登出事件,請設為「MACHINE」。從批次 create_time 複製。由剖析器邏輯根據 cisco_mnemonic 和其他欄位判斷。由剖析器邏輯設為「CISCO_WSM」。由剖析器邏輯設為「CISCO_WSM」。由剖析器邏輯設為「CISCO_WSM」。透過剖析器邏輯,將特定事件設為「BROADCAST」。透過剖析器邏輯,針對特定事件設為「UDP」。如有。依據剖析器邏輯,針對特定事件設為「ALLOW」或「BLOCK」。根據剖析器邏輯,針對特定事件設為「AUTH_VIOLATION」。由剖析器邏輯針對特定事件設定,有時會使用 reason_message 。由剖析器邏輯從 cisco_severity 衍生而來。由剖析器邏輯從 cisco_severity 衍生而來。由剖析器邏輯針對特定事件設定,有時會使用 reason_message 。 |
還有其他問題嗎?向社群成員和 Google SecOps 專業人員尋求答案。