Wireless Intrusion Detection: Tool Comparison
Wireless Intrusion Detection Systems (WIDS) and their active counterpart, WIPS (Wireless Intrusion Prevention Systems), monitor RF spectrum and 802.11 frame traffic to detect rogue access points, evil twins, deauthentication floods and other RF-layer attacks that wired security tooling has no visibility into. The tools differ significantly in deployment model — dedicated sensor hardware versus AP-integrated monitoring versus software running on commodity radios — and in what they can do once something is detected. This article compares three commonly deployed options: Kismet, Cisco aWIPS and Aruba WIPS.
What WIDS/WIPS actually detects
Regardless of vendor, wireless intrusion detection tooling generally watches for the same categories of threat: rogue access points (unauthorized APs broadcasting on the network, whether malicious or an employee's personal hotspot), evil twin / honeypot APs impersonating a legitimate SSID, deauthentication and disassociation floods, ad-hoc/peer-to-peer connections that bypass managed infrastructure, and anomalous client behavior such as MAC spoofing or unusually broad probe requests consistent with reconnaissance.
The meaningful differentiator between products is less 'what can it see' and more what it does with a detection: does it just alert, does it locate the device physically (via RF triangulation across multiple sensors), and can it actively contain a rogue device (typically by sending spoofed deauthentication frames at the rogue AP's clients — a capability that carries real legal and regulatory caveats depending on jurisdiction and spectrum).
Kismet
Kismet is an open-source wireless network detector, sniffer and WIDS that runs on commodity Wi-Fi adapters (with monitor-mode support) and works across 802.11, Bluetooth, and some SDR-based protocols. It's passive by design — it detects and logs rather than actively containing rogue devices — and is commonly used for site surveys, red-team reconnaissance detection, and as a low-cost sensor layer for organizations that don't want to commit to a full commercial WIPS deployment.
Its strength is flexibility: it runs on Linux (including Raspberry Pi-class hardware), is scriptable, and its detection logic and alert definitions are fully inspectable and extensible since it's open source. Its weakness for enterprise use is that it requires you to build the surrounding operational layer yourself — sensor placement, alert routing, containment response, and multi-sensor correlation are all DIY unless paired with additional tooling.
Cisco aWIPS
Cisco's Adaptive Wireless IPS (aWIPS) runs as an integrated feature of Cisco's wireless infrastructure (Catalyst / Aironet APs managed by a wireless LAN controller or Catalyst Center), using production APs in monitor mode or dedicated hardware sensors to continuously scan for threats. Because it's tightly integrated with Cisco's controller architecture, it correlates RF-layer detections with the wired network context the controller already has — for example, tying a detected rogue AP's MAC/SSID to whether it's actually connected to the corporate switched network (a 'rogue on wire' classification), which materially changes response priority.
aWIPS supports automated rogue containment (deauthenticating clients from a classified malicious rogue) and location tracking when deployed with sufficient AP density for RF triangulation. The tradeoff is that it's only available as part of a Cisco wireless deployment — it's not a bolt-on for a mixed-vendor environment — and licensing/feature depth varies across the Cisco Catalyst Center/DNA licensing tiers.
Aruba WIPS
Aruba (HPE) offers WIPS as part of its Aruba Central / AirWave-managed infrastructure, using Aruba APs (in air-monitor mode or dedicated Aruba Spectrum/Air Monitor sensors) alongside RFProtect licensing for the fuller threat-detection and containment feature set. Like Cisco's offering, it correlates wireless detections against the managed network — classifying rogues based on whether they're seen on the wired segment — and supports automated containment plus physical location estimation via signal strength triangulation across multiple APs.
Aruba's detection signature library covers the same core categories (rogue AP, honeypot/evil twin, DoS patterns, ad-hoc networks) with configurable policies per SSID/zone. As with Cisco, this is infrastructure-coupled: full WIPS capability assumes an Aruba-managed wireless estate rather than being deployable against arbitrary third-party APs.
Comparison
A summary of deployment model and capability differences relevant to choosing between them:
| Capability | Kismet | Cisco aWIPS | Aruba WIPS |
|---|---|---|---|
| License model | Open source, free | Commercial, bundled with Cisco wireless infra | Commercial, RFProtect license on Aruba infra |
| Deployment | Any monitor-mode capable radio / commodity hardware | Cisco APs (monitor mode) or dedicated sensors + WLC/Catalyst Center | Aruba APs (air-monitor mode) or Spectrum sensors + Central/AirWave |
| Vendor lock-in | None — works with third-party infrastructure | Requires Cisco wireless infrastructure | Requires Aruba wireless infrastructure |
| Active containment (deauth rogue) | Not built-in (manual/scripted only) | Yes, automated policy-based containment | Yes, automated policy-based containment |
| Rogue-on-wire correlation | Not native | Yes, via wired/wireless controller correlation | Yes, via wired/wireless controller correlation |
| RF-based location tracking | Limited / manual | Yes, with sufficient AP/sensor density | Yes, with sufficient AP/sensor density |
| Best fit | Mixed-vendor environments, audits, budget-constrained monitoring | Existing large-scale Cisco wireless estates | Existing large-scale Aruba wireless estates |
Deployment considerations
- •Active containment (spoofed deauth against a rogue) can affect devices outside your legal control and may run into regulatory restrictions in some jurisdictions — confirm policy and legal guidance before enabling automated containment, not just detection.
- •Sensor/AP density directly determines location-tracking accuracy; a WIPS with too few monitoring points will detect a rogue reliably but won't localize it usefully.
- •In mixed-vendor or BYOD-heavy environments, an independent sensor layer (Kismet or a dedicated third-party WIPS) avoids the blind spots of infrastructure that only monitors its own AP fleet.
- •Treat WIDS/WIPS alerts as one input to incident response, not a standalone control — pair rogue AP detections with wired-side NAC/port security to actually contain devices that do connect to the network.
References
Primary sources for the material above. Standards are cited by identifier so they stay findable as publishers reorganise their sites.
- NIST SP 800-153 — Guidelines for Securing WLANs
- IEEE 802.11-2020 — Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications
- Kismet Wireless Project Documentation, kismetwireless.net