收集 Cisco 无线入侵防御系统 (WIPS) 日志
解析器版本: 1.0
本文档介绍了如何使用 Bindplane 代理将 Cisco 无线入侵防御系统 (WIPS) 日志注入到 Google Security Operations。
解析器会从 syslog 消息中提取键值对,然后将这些值映射到 Unified Data Model (UDM) 字段。它会根据正文、目标和用户信息的有无来确定适当的事件类型,并根据 eventType 和其他字段对安全事件进行分类。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 Cisco 接入点 (AP) 或无线局域网控制器 (WLC) 之间的网络连接
- 如果通过代理运行,请确保防火墙端口根据 Bindplane 代理要求处于开放状态
- 对 Cisco 接入点 (AP) 或无线局域网控制器 (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等待安装完成。
运行以下命令,验证安装是否成功:
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 /etc/bindplane-agent/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
修改配置文件
将
config.yaml的全部内容替换为以下配置:receivers: udplog: listen_address: "0.0.0.0:514" exporters: chronicle/cisco_wips: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: CISCO_WIPS raw_log_field: body service: pipelines: logs/cisco_wips_to_chronicle: receivers: - udplog exporters: - chronicle/cisco_wips
配置参数
替换以下占位符:
接收器配置:
listen_address:要监听的 IP 地址和端口:0.0.0.0以监听所有接口(推荐)- 端口
514是标准 syslog 端口(在 Linux 上需要 root;对于非 root 用户,请使用1514)
导出器配置:
creds_file_path:注入身份验证文件的完整路径:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
customer_id:从 Google SecOps 控制台复制的客户 IDendpoint:区域级端点网址:- 美国:
malachiteingestion-pa.googleapis.com - 欧洲:
europe-malachiteingestion-pa.googleapis.com - 亚洲:
asia-southeast1-malachiteingestion-pa.googleapis.com - 如需查看完整列表,请参阅区域级端点
- 美国:
保存配置文件
- 修改后,保存文件:
- 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 Collector 。
- 右键点击并选择重启 。
验证服务是否正在运行:
sc query observiq-otel-collector检查日志中的错误:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
- 按
在 Cisco Catalyst 上配置自适应无线入侵防御系统 (aWIPS)
- 使用 SSH 登录 Cisco Catalyst。
输入全局配置,以在 AP 配置文件下启用 aWIPS:
configure terminal ap profile <profile-name> awips将 syslog 节流间隔配置为 60 秒:
awips-syslog throttle period 60
使用 Cisco AP 配置文件配置 syslog
在 AP 加入配置文件中(通过 CLI):
configure terminal ap profile <profile-name> syslog host <BINDPLANE_IP> syslog level informational syslog facility local0 end将
<BINDPLANE_IP>替换为 Bindplane 代理 IP 地址。
在 Cisco WLC 上配置 syslog (GUI)
- 登录 WLC Web 界面。
- 依次前往管理 > 日志 > 配置。
- 在 Syslog 服务器 IP 地址 字段中输入 Bindplane 代理 IP 地址。
- 点击 Add (添加)。
- 提供以下配置详细信息:
- Syslog 严重级别:选择信息。
- Syslog 功能:选择本地使用 0。
- 点击应用 。
- 点击保存配置 。
使用 WLC (CLI) 在接入点上配置 syslog
全局 AP syslog 主机:
config ap syslog host global <BINDPLANE_IP>配置特定 AP syslog 主机:
config ap syslog host specific <AP-name> <BINDPLANE_IP>设置 AP syslog 严重级别:
config ap logging syslog level informational为 AP 消息设置功能:
config logging syslog facility local0将
<BINDPLANE_IP>替换为 Bindplane 代理 IP 地址。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
applicationCategoryData |
security_result.summary |
直接映射。 |
applicationSpecificAlarmID |
target.resource.attribute.labels.applicationSpecificAlarmID |
转换为目标资源上的标签。 |
attackerMacAddr |
target.mac |
直接映射。 |
authEntityId |
principal.resource.attribute.labels.authEntityId |
转换为正文资源上的标签。 |
category |
security_result.category_details |
直接映射。 |
detectingApCount |
target.resource.attribute.labels.detectingApCount |
转换为目标资源上的标签。 |
description |
metadata.description |
直接映射。 |
displayName |
principal.user.userid |
如果模式匹配,则使用正则表达式 host/(?P<user_id>[\\w-]+) 从 displayName 中提取。 |
eventType |
metadata.product_event_type |
直接映射。 |
instanceId |
principal.resource.attribute.labels.instanceId |
转换为正文资源上的标签。 |
instanceUuid |
metadata.product_log_id |
直接映射。 |
instanceVersion |
principal.resource.attribute.labels.instanceVersion |
转换为正文资源上的标签。 |
macInfo |
target.resource.attribute.labels.macInfo |
转换为目标资源上的标签。 |
notificationDeliveryMechanism |
target.resource.attribute.labels.notificationDeliveryMechanism、network.ip_protocol |
转换为目标资源上的标签。如果值包含“snmp”(不区分大小写),则 network.ip_protocol 会设置为“UDP”。 |
previousSeverity |
target.resource.attribute.labels.previousSeverity |
转换为目标资源上的标签。如果 eventType 为“USER_AUTHENTICATION_FAILURE”且 user_id 不为空,则设置为“AUTHTYPE_UNSPECIFIED”。从日志的 timestamp 中复制。由解析器逻辑根据多个条件确定:如果 eventType 为“USER_AUTHENTICATION_FAILURE”且 user_id 不为空,则为“USER_LOGIN”。如果 is_target_present 和 is_principal_present 均为 true,则为“NETWORK_CONNECTION”。如果 is_principal_present 为 true,则为“STATUS_UPDATE”。如果 user_id 不为空,则为“USER_UNCATEGORIZED”。否则为“GENERIC_EVENT”。硬编码为“CISCO_WIPS”。硬编码为“无线入侵防御系统 (WIPS)”。硬编码为“Cisco”。如果 notificationDeliveryMechanism 包含“snmp”(不区分大小写),则设置为“UDP”。如果 reportingEntityAddress 或 source 不是 IP,则从其中一个映射。如果 reportingEntityAddress 或 source 是 IP,则从其中一个映射。如果 source 是 MAC 地址,则使用正则表达式从中提取。转换为正文资源上的标签。转换为正文资源上的标签。 |
reportingEntityAddress |
principal.ip、principal.hostname |
如果是 IP 地址,则映射到 principal.ip。否则,映射到 principal.hostname。 |
severity |
security_result.severity |
根据以下条件映射: 如果 severity 为“0”“1”“CRITICAL”或“VERY-HIGH”,则为“CRITICAL”。如果 severity 为“2”“3”“4”或“HIGH”,则为“HIGH”。如果 severity 为“5”或“MEDIUM”,则为“MEDIUM”。如果 severity 为“6”“7”或“LOW”,则为“LOW”。 |
sigAlertDescription |
security_result.description |
直接映射。 |
signatureName |
target.resource.attribute.labels.signatureName |
转换为目标资源上的标签。 |
source |
principal.hostname、principal.ip、principal.mac |
如果是 IP 地址,则映射到 principal.ip。如果是 MAC 地址,则映射到 principal.mac。否则,映射到 principal.hostname。 |
srcObjectClassId |
principal.resource.attribute.labels.srcObjectClassId |
转换为正文资源上的标签。 |
srcObjectId |
principal.resource.attribute.labels.srcObjectId |
转换为正文资源上的标签。 |
subclassName |
security_result.rule_name |
直接映射。如果 applicationSpecificAlarmID 包含“BlockList”(不区分大小写),或者 eventType 是“SIGNATURE_ATTACK”“MALICIOUS_ROGUE_AP_DETECTED”或“USER_AUTHENTICATION_FAILURE”之一,则设置为“BLOCK”。由解析器逻辑根据 eventType 确定: 如果 eventType 为“MALICIOUS_ROGUE_AP_DETECTED”,则为“NETWORK_MALICIOUS”。如果 eventType 为“SIGNATURE_ATTACK”,则为“NETWORK_SUSPICIOUS”。如果 eventType 为“USER_AUTHENTICATION_FAILURE”,则为“AUTH_VIOLATION”。 |
timestamp |
metadata.event_timestamp |
seconds 和 nanos 字段直接映射。 |