Apply IP-based warning lists on ip|port combinations
parent
0b03db25bd
commit
37418110a2
|
@ -6,9 +6,11 @@
|
|||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
"domain|ip",
|
||||
"ip-dst|port",
|
||||
"ip-src|port"
|
||||
],
|
||||
"name": "List of IPv6 link local blocks",
|
||||
"type": "cidr",
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
|
|
@ -8,9 +8,11 @@
|
|||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
"domain|ip",
|
||||
"ip-dst|port",
|
||||
"ip-src|port"
|
||||
],
|
||||
"name": "List of RFC 1918 CIDR blocks",
|
||||
"type": "cidr",
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
|
|
@ -6,9 +6,11 @@
|
|||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
"domain|ip",
|
||||
"ip-dst|port",
|
||||
"ip-src|port"
|
||||
],
|
||||
"name": "List of RFC 3849 CIDR blocks",
|
||||
"type": "cidr",
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
|
|
@ -20,9 +20,11 @@
|
|||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
"domain|ip",
|
||||
"ip-dst|port",
|
||||
"ip-src|port"
|
||||
],
|
||||
"name": "List of RFC 5735 CIDR blocks",
|
||||
"type": "cidr",
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
|
|
@ -6,9 +6,11 @@
|
|||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
"domain|ip",
|
||||
"ip-dst|port",
|
||||
"ip-src|port"
|
||||
],
|
||||
"name": "List of RFC 6598 CIDR blocks",
|
||||
"type": "cidr",
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue