收集 Aruba AirWave 日志
解析器版本:2.0
本文档介绍了如何使用 Bindplane 代理将 Aruba AirWave 日志注入到 Google Security Operations。
Aruba AirWave 是 HPE Aruba Networking 开发的本地无线管理平台。它可集中监控、配置和排查有线和无线网络基础设施(包括接入点、控制器和交换机)的问题。AirWave 会生成事件日志、审核日志和 RAPIDS(恶意接入点检测软件)提醒,用于捕获网络运营、管理操作和安全事件。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 Aruba AirWave 服务器之间的网络连接
- 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
- 使用管理员凭据对 Aruba AirWave 管理平台进行特权访问
- AirWave 服务器与 Bindplane 代理主机之间的 UDP 端口 514 已打开
获取 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等待安装完成。
运行以下命令,验证安装是否成功:
sc query observiq-otel-collector该服务应显示为 正在运行。
Linux 安装
- 打开具有 root 或 sudo 权限的终端。
运行以下命令:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh等待安装完成。
运行以下命令,验证安装是否成功:
sudo systemctl status observiq-otel-collector该服务应显示为有效(正在运行)。
其他安装资源
如需了解其他安装选项和问题排查信息,请参阅 Bindplane 代理安装指南。
配置 Bindplane 代理以注入 syslog 并将其发送到 Google SecOps
找到配置文件
Linux:
sudo nano /opt/observiq-otel-collector/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
修改配置文件
将
config.yaml的全部内容替换为以下配置:receivers: udplog: listen_address: "0.0.0.0:514" exporters: chronicle/aruba_airwave: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: ARUBA_AIRWAVE raw_log_field: body service: pipelines: logs/aruba_airwave: receivers: - udplog exporters: - chronicle/aruba_airwave
配置参数
替换以下占位符:
接收器配置:
udplog:基于协议的接收器类型:udplog(适用于 UDP syslog)tcplog(适用于 TCP syslog)syslog适用于 RFC 3164/5424 syslog
0.0.0.0:要监听的 IP 地址:0.0.0.0侦听所有接口(推荐)- 在某个接口上监听的特定 IP 地址
514:要监听的端口号(例如514、1514、6514)
导出器配置:
<customer_id>:上一步中的客户 IDmalachiteingestion-pa.googleapis.com:区域端点网址:- 美国:
malachiteingestion-pa.googleapis.com - 欧洲:
europe-malachiteingestion-pa.googleapis.com - 亚洲:
asia-southeast1-malachiteingestion-pa.googleapis.com - 如需查看完整列表,请参阅区域级端点
- 美国:
- 根据平台调整
creds_file_path:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
保存配置文件
- 修改后,保存文件:
- Linux:依次按
Ctrl+O、Enter和Ctrl+X - Windows:依次点击文件 > 保存
- Linux:依次按
重启 Bindplane 代理以应用更改
如需在 Linux 中重启 Bindplane 代理,请运行以下命令:
sudo systemctl restart observiq-otel-collector验证服务是否正在运行:
sudo systemctl status observiq-otel-collector检查日志是否存在错误:
sudo journalctl -u observiq-otel-collector -f
如需在 Windows 中重启 Bindplane 代理,请选择以下选项之一:
以管理员身份运行命令提示符或 PowerShell:
net stop observiq-otel-collector && net start observiq-otel-collector服务控制台:
- 按
Win+R,输入services.msc,然后按 Enter 键。 - 找到 observIQ OpenTelemetry 收集器。
- 右键点击并选择重新启动。
验证服务是否正在运行:
sc query observiq-otel-collector检查日志是否存在错误:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
- 按
配置 Aruba AirWave syslog 转发
使用内置的“外部日志记录”功能,将 Aruba AirWave 管理平台配置为将事件和审核日志转发到 Bindplane 代理。
- 登录 Aruba AirWave 管理平台网页界面。
- 依次前往 AMP 设置 > 常规。
- 向下滚动到外部日志记录部分。
- 在 Syslog 服务器字段中,输入 Bindplane 代理主机(例如
192.168.1.100)的 IP 地址。 在 Syslog 端口字段中,输入
514。在包含事件日志消息下拉菜单中,选择是。
在事件日志功能下拉菜单中,选择一个功能标识符(例如
local0)。在包含审核日志消息下拉菜单中,选择是。
在审核日志功能下拉菜单中,从事件日志功能中选择其他功能标识符(例如
local1)。点击发送测试消息,验证 syslog 服务器是否收到了来自 AirWave 的测试消息。
点击保存。
如需了解详情,请参阅 Aruba AirWave 查看 Syslog 消息文档。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
column3_label |
additional.fields |
已合并 |
version_label |
additional.fields |
已合并 |
inter_host |
intermediary.asset.hostname |
直接映射 |
inter_host |
intermediary.hostname |
直接映射 |
description |
metadata.description |
直接映射 |
entry.eap_friendly_name |
metadata.description |
已重命名/已映射 |
msg |
metadata.description |
直接映射 |
datestamp |
metadata.event_timestamp |
解析为 MMM dd HH:mm:ss |
entry.timestamp |
metadata.event_timestamp |
解析为 MM/dd/yyyy HH:mm:ss.SSS |
has_principal |
metadata.event_type |
已映射:true → NETWORK_CONNECTION、true → STATUS_UPDATE |
session_status |
metadata.event_type |
已映射:opened → USER_LOGIN,closed → USER_LOGOUT |
device_event_class_id |
metadata.product_event_type |
直接映射 |
event_name_1 |
metadata.product_event_type |
直接映射 |
device_product |
metadata.product_name |
直接映射 |
entry.event_source |
metadata.product_name |
直接映射 |
device_version |
metadata.product_version |
直接映射 |
device_vendor |
metadata.vendor_name |
直接映射 |
domain |
principal.administrative_domain |
直接映射 |
hostname |
principal.asset.hostname |
直接映射 |
column4 |
principal.asset.ip |
已合并 |
hostname |
principal.hostname |
直接映射 |
column4 |
principal.ip |
已合并 |
entry.client_ip |
principal.ip |
已合并 |
prin_ip |
principal.ip |
已合并 |
entry.calling_station_id |
principal.mac |
已合并 |
pid1 |
principal.process.pid |
直接映射 |
nas_port_label |
principal.user.attribute.labels |
已合并 |
credentials |
principal.user.user_display_name |
已重命名/已映射 |
entry.user_name |
principal.user.userid |
已重命名/已映射 |
suser |
principal.user.userid |
直接映射 |
user_id |
principal.user.userid |
已重命名/已映射 |
sr_category |
security_result.category |
已合并 |
severity_value |
security_result.severity |
映射:"1", "2", "3" → INFORMATIONAL、4 → ERROR、5 → CRITICAL |
scan_type |
security_result.summary |
直接映射 |
target_hostname |
target.asset.hostname |
直接映射 |
entry.nas_id |
target.hostname |
已重命名/已映射 |
target_hostname |
target.hostname |
直接映射 |
target_name |
target.hostname |
已重命名/已映射 |
entry.nas_ip |
target.ip |
已合并 |
target_ip |
target.ip |
已合并 |
mac_address |
target.mac |
已合并 |
target_resource |
target.resource.id |
直接映射 |
column6 |
target.resource.name |
直接映射 |
username |
target.user.user_display_name |
直接映射 |
client_friendly_name |
target.user.userid |
已重命名/已映射 |
| 不适用 | extensions.auth.type |
常量:AUTHTYPE_UNSPECIFIED |
| 不适用 | metadata.event_type |
常量:GENERIC_EVENT |
| 不适用 | metadata.product_event_type |
常量:Access-Request |
| 不适用 | security_result.severity |
常量:INFORMATIONAL |
更新日志
需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。