收集 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 注入身份验证文件

  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
    
  3. 等待安装完成。

  4. 运行以下命令,验证安装是否成功:

    sc query observiq-otel-collector
    

    该服务应显示为正在运行

Linux 安装

  1. 使用 root 或 sudo 权限打开终端。
  2. 运行以下命令:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    
  3. 等待安装完成。

  4. 运行以下命令,验证安装是否成功:

    sudo systemctl status observiq-otel-collector
    

    该服务应显示为活跃 (正在运行)

其他安装资源

如需了解其他安装选项和问题排查信息,请参阅 Bindplane 代理安装指南

配置 Bindplane 代理以注入 syslog 并发送到 Google SecOps

找到配置文件

  • Linux

    sudo nano /etc/bindplane-agent/config.yaml
    
  • Windows

    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
    • customer_id:从 Google SecOps 控制台复制的客户 ID
    • endpoint:区域级端点网址:
      • 美国malachiteingestion-pa.googleapis.com
      • 欧洲: europe-malachiteingestion-pa.googleapis.com
      • 亚洲: asia-southeast1-malachiteingestion-pa.googleapis.com
      • 如需查看完整列表,请参阅区域级端点

保存配置文件

  • 修改后,保存文件:
    • Linux:按 Ctrl+O,然后按 Enter,再按 Ctrl+X
    • Windows:依次点击文件 > 保存

重启 Bindplane 代理以应用更改

  • 如需在 Linux 中重启 Bindplane 代理,请运行以下命令:

    sudo systemctl restart observiq-otel-collector
    
    1. 验证服务是否正在运行:

      sudo systemctl status observiq-otel-collector
      
    2. 检查日志中的错误:

      sudo journalctl -u observiq-otel-collector -f
      
  • 如需在 Windows 中重启 Bindplane 代理,请选择以下选项之一:

    • 以管理员身份运行命令提示符或 PowerShell:

      net stop observiq-otel-collector && net start observiq-otel-collector
      
    • 服务控制台:

      1. Win+R,输入 services.msc,然后按 Enter 键。
      2. 找到 observIQ OpenTelemetry Collector
      3. 右键点击并选择重启
      4. 验证服务是否正在运行:

        sc query observiq-otel-collector
        
      5. 检查日志中的错误:

        type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
        

在 Cisco Catalyst 上配置自适应无线入侵防御系统 (aWIPS)

  1. 使用 SSH 登录 Cisco Catalyst。
  2. 输入全局配置,以在 AP 配置文件下启用 aWIPS:

    configure terminal
    ap profile <profile-name>
    awips
    
  3. 将 syslog 节流间隔配置为 60 秒:

    awips-syslog throttle period 60
    

使用 Cisco AP 配置文件配置 syslog

  1. 在 AP 加入配置文件中(通过 CLI):

    configure terminal
    ap profile <profile-name>
    syslog host <BINDPLANE_IP>
    syslog level informational
    syslog facility local0
    end
    
  2. <BINDPLANE_IP> 替换为 Bindplane 代理 IP 地址。

在 Cisco WLC 上配置 syslog (GUI)

  1. 登录 WLC Web 界面。
  2. 依次前往管理 > 日志 > 配置
  3. Syslog 服务器 IP 地址 字段中输入 Bindplane 代理 IP 地址。
  4. 点击 Add (添加)。
  5. 提供以下配置详细信息:
    • Syslog 严重级别:选择信息
    • Syslog 功能:选择本地使用 0
  6. 点击应用
  7. 点击保存配置

使用 WLC (CLI) 在接入点上配置 syslog

  1. 全局 AP syslog 主机:

    config ap syslog host global <BINDPLANE_IP>
    
  2. 配置特定 AP syslog 主机:

    config ap syslog host specific <AP-name> <BINDPLANE_IP>
    
  3. 设置 AP syslog 严重级别:

    config ap logging syslog level informational
    
  4. 为 AP 消息设置功能:

    config logging syslog facility local0
    
  5. <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.notificationDeliveryMechanismnetwork.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_presentis_principal_present 均为 true,则为“NETWORK_CONNECTION”。
如果 is_principal_present 为 true,则为“STATUS_UPDATE”。
如果 user_id 不为空,则为“USER_UNCATEGORIZED”。
否则为“GENERIC_EVENT”。硬编码为“CISCO_WIPS”。硬编码为“无线入侵防御系统 (WIPS)”。硬编码为“Cisco”。如果 notificationDeliveryMechanism 包含“snmp”(不区分大小写),则设置为“UDP”。如果 reportingEntityAddresssource 不是 IP,则从其中一个映射。如果 reportingEntityAddresssource 是 IP,则从其中一个映射。如果 source 是 MAC 地址,则使用正则表达式从中提取。转换为正文资源上的标签。转换为正文资源上的标签。
reportingEntityAddress principal.ipprincipal.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.hostnameprincipal.ipprincipal.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 secondsnanos 字段直接映射。

更新日志

查看此解析器的更新日志

需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。