-
Notifications
You must be signed in to change notification settings - Fork 28
/
cisco-wlc.rules
110 lines (70 loc) · 11.8 KB
/
cisco-wlc.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Sagan cisco-wlc.rules
# Copyright (c) 2009-2023. Quadrant Information Security <www.quadrantsec.com>
# All rights reserved.
#
# Please submit any custom rules or ideas to [email protected] or the sagan-sigs mailing list
#
#*************************************************************
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
# following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
# disclaimer.
# * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
# following disclaimer in the documentation and/or other materials provided with the distribution.
# * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Rules for the Cisco WLC (Wireless LAN Controller) - The Cisco WLC doesn't always send everything via syslog.
# For example, rogue AP detection can only be sent via snmptrap. You will need to setup SNMP-Trap on the
# Cisco-WLC to point to the Sagan device. Setup snmptrapd on the Sagan device to receive the SNMP trap messages
# and forward them to syslog. When snmptrapd is used, Sagan will look for the OID of the offending message.
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Rogue AP detected [0/5]"; program: snmptrapd; content: "14179.2.6.3.36"; classtype: suspicious-traffic; threshold: type suppress, track by_src, count 5, seconds 300; sid:5001689; rev:3;)
# Champ Clark ([email protected]) - 08/27/2014
#
# WLC IDS signatures.
# Reference: http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html#para
# Revision = 1.000 Name = "Bcast deauth", Ver = 0, Preced= 1, FrmType = mgmt, Pattern = 0:0x00C0:0x03FF, Pattern = 4:0x01:0x01, Freq=30, Quiet = 300, Action = report, Desc="Broadcast Deauthentication Frame"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Bcast Deauth"; program: snmptrapd; content: "signatureName=Bcast deauth"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002104; rev:2;)
# Name = "NULL probe resp 1", Ver = 0, Preced = 2, FrmType = mgmt, Pattern = 0:0x0050:0x03FF, Pattern = 36:0x0000:0xFFFF, Freq=1, Quiet = 300, Action = report, Desc = "NULL Probe Response - Zero length SSID element"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Null probe resp 1"; program: snmptrapd; content: "signatureName=NULL probe resp 1"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002105; rev:2;)
# Name = "NULL probe resp 2", Ver = 0, Preced = 3, FrmType = mgmt, Pattern = 0:0x0050:0x03FF, Pattern = !36:0x00:0xFF, Freq=1, Quiet = 300, Action = report, Desc = "NULL Probe Response - No SSID element"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Null probe resp 2"; program: snmptrapd; content: "signatureName=NULL probe resp 2"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002106; rev:2;)
# Name = "Assoc flood", Ver = 0, Preced= 4, FrmType = mgmt, Pattern = 0:0x0000:0x03FF, Freq=50, Quiet = 600, Action = report, Desc="Association Request flood" Name = "Auth Flood", Ver = 0, Preced= 5, FrmType = mgmt, Pattern = 0: 0x00b0: 0x03FF, Freq=50, Quiet = 600, Action = report, Desc="Authentication Request flood"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Assoc Flood"; program: snmptrapd; content: "signatureName=Assoc flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002107; rev:2;)
# Name = "Reassoc flood", Ver = 0, Preced= 5, FrmType = mgmt, Pattern = 0:0x0020:0x03FF, Freq=50, Quiet = 600, Action = report, Desc="Reassociation Request flood"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Reassoc Flood"; program: snmptrapd; content: "signatureName=Reassoc flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002108; rev:2;)
# Name = "Broadcast Probe flood", Ver = 0, Preced= 6, FrmType = mgmt, Pattern = 0:0x0040:0x03FF, Pattern = 4:0x01:0x01, Pattern = 24:0x0000:0xFFFF, Freq=50, Quiet = 600, Action = report, Desc="Broadcast Probe Request flood"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Broadcast Probe flood"; program: snmptrapd; content: "signatureName=Broadcast Probe flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002109; rev:2;)
# Name = "Disassoc flood", Ver = 0, Preced= 7, FrmType = mgmt, Pattern = 0:0x00A0:0x03FF, Freq=50, Quiet = 600, Action = report, Desc="Disassociation flood"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Disassoc flood"; program: snmptrapd; content: "signatureName=Disassoc flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002110; rev:2;)
# Name = "Deauth flood", Ver = 0, Preced= 8, FrmType = mgmt, Pattern = 0:0x00C0:0x03FF, Freq=50, Quiet = 600, Action = report, Desc="Deauthentication flood"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Deauth flood"; program: snmptrapd; content: "signatureName=Deauth flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002111; rev:2;)
# Name = "Res mgmt 6 & 7", Ver = 0, Preced= 9, FrmType = mgmt, Pattern = 0:0x0060:0x03EF, Freq=5, Quiet = 600, Action = report, Desc="Reserved management sub-types 6 and 7"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Res mgmt 6 & 7"; program: snmptrapd; content: "signatureName=Res mgmt 6 & 7"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002112; rev:2;)
# Name = "Res mgmt D", Ver = 0, Preced= 10, FrmType = mgmt, Pattern = 0:0x00D0:0x03FF, Freq=5, Quiet = 600, Action = report, Desc="Reserved management sub-type D"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Res mgmt D"; program: snmptrapd; content: "signatureName=Res mgmt D"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002113; rev:2;)
# Name = "Res mgmt E & F", Ver = 0, Preced= 11, FrmType = mgmt, Pattern = 0:0x00E0:0x03EF, Freq=5, Quiet = 600, Action = report, Desc="Reserved management sub-types E and F"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Res mgmt E & F"; program: snmptrapd; content: "signatureName=Res mgmt E & F"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002114; rev:2;)
# Name = "EAPOL flood", Ver = 0, Preced= 12, FrmType = data, Pattern = 0:0x0108:0x03FF, Pattern = 30:0x888E:0xFFFF, Freq=50, Quiet = 300, Action = report, Desc="EAPOL Flood Attack"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] EAPOL flood"; program: snmptrapd; content: "signatureName=EAPOL flood"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002115; rev:2;)
# Name = "NetStumbler 3.2.0", Ver = 0, Preced= 13, FrmType = data, Pattern = 0:0x0108:0x03FF, Pattern = 27:0x00601d:0xFFFFFF, Pattern = 30:0x0001:0xFFFF, Pattern = 36:0x466c7572:0xFFFFFFFF, Freq = 1, Quiet = 300, Action = report, Desc="NetStumbler 3.2.0"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] NetStumbler 3.2.0 detected"; program: snmptrapd; content: "signatureName=NetStumbler 3.2.0"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002116; rev:2;)
# Name = "NetStumbler 3.2.3", Ver = 0, Preced= 14, FrmType = data, Pattern = 0:0x0108:0x03FF, Pattern = 27:0x00601d:0xFFFFFF, Pattern = 30:0x0001:0xFFFF, Pattern = 36:0x416C6C20:0xFFFFFFFF, Freq = 1, Quiet = 600, Action = report, Desc="NetStumbler 3.2.3"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] NetStumbler 3.2.3 detected"; program: snmptrapd; content: "signatureName=NetStumbler 3.2.3"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002117; rev:2;)
# Name = "NetStumbler 3.3.0", Ver = 0, Preced= 15, FrmType = data, Pattern = 0:0x0108:0x03FF, Pattern = 27:0x00601d:0xFFFFFF, Pattern = 30:0x0001:0xFFFF, Pattern = 36:0x20202020:0xFFFFFFFF, Freq = 1, Quiet = 600, Action = report, Desc="NetStumbler 3.3.0"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] NetStumbler 3.3.0 detected"; program: snmptrapd; content: "signatureName=NetStumbler 3.3.0"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002118; rev:2;)
# Name = "NetStumbler generic", Ver = 0, Preced= 16, FrmType = data, Pattern = 0:0x0108:0x03FF, Pattern = 27:0x00601d:0xFFFFFF, Pattern = 30:0x0001:0xFFFF, Freq = 1, Quiet = 600, Action = report, Desc="NetStumbler"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] NetStumbler generic detected"; program: snmptrapd; content: "signatureName=NetStumbler generic"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002119; rev:2;)
# Name = "Wellenreiter", Ver = 0, Preced= 17, FrmType = mgmt, Pattern = 0:0x0040:0x03FF, Pattern = 24:0x001d746869735f69735f757365645f666f725f77656c6c656e726569: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff, Freq = 1, Quiet = 600, Action = report, Desc="Wellenreiter"
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Wellenreiter detected"; program: snmptrapd; content: "signatureName=Wellenreiter"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002120; rev:2;)
# Big NAV Dos attack from AP with Base Radio MAC 00:0f:23:xx:xx:xx, Slot ID 0 and Source MAC 00:00:00:00:00:00
alert any $EXTERNAL_NET any -> $HOME_NET any (msg: "[CISCO-WLC] Big NAV Dos attack"; program: snmptrapd; content: "Big NAV Dos attack"; classtype: suspicious-traffic; reference: url,www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69366-controller-ids-sig.html; sid:5002121; rev:2;)