Apply IP-based warning lists on ip|port combinations

pull/212/head
Maxime THIEBAUT 2022-07-05 09:11:49 +02:00
parent 0b03db25bd
commit 37418110a2
5 changed files with 20 additions and 10 deletions

View File

@ -6,9 +6,11 @@
"matching_attributes": [ "matching_attributes": [
"ip-src", "ip-src",
"ip-dst", "ip-dst",
"domain|ip" "domain|ip",
"ip-dst|port",
"ip-src|port"
], ],
"name": "List of IPv6 link local blocks", "name": "List of IPv6 link local blocks",
"type": "cidr", "type": "cidr",
"version": 2 "version": 3
} }

View File

@ -8,9 +8,11 @@
"matching_attributes": [ "matching_attributes": [
"ip-src", "ip-src",
"ip-dst", "ip-dst",
"domain|ip" "domain|ip",
"ip-dst|port",
"ip-src|port"
], ],
"name": "List of RFC 1918 CIDR blocks", "name": "List of RFC 1918 CIDR blocks",
"type": "cidr", "type": "cidr",
"version": 4 "version": 5
} }

View File

@ -6,9 +6,11 @@
"matching_attributes": [ "matching_attributes": [
"ip-src", "ip-src",
"ip-dst", "ip-dst",
"domain|ip" "domain|ip",
"ip-dst|port",
"ip-src|port"
], ],
"name": "List of RFC 3849 CIDR blocks", "name": "List of RFC 3849 CIDR blocks",
"type": "cidr", "type": "cidr",
"version": 3 "version": 4
} }

View File

@ -20,9 +20,11 @@
"matching_attributes": [ "matching_attributes": [
"ip-src", "ip-src",
"ip-dst", "ip-dst",
"domain|ip" "domain|ip",
"ip-dst|port",
"ip-src|port"
], ],
"name": "List of RFC 5735 CIDR blocks", "name": "List of RFC 5735 CIDR blocks",
"type": "cidr", "type": "cidr",
"version": 4 "version": 5
} }

View File

@ -6,9 +6,11 @@
"matching_attributes": [ "matching_attributes": [
"ip-src", "ip-src",
"ip-dst", "ip-dst",
"domain|ip" "domain|ip",
"ip-dst|port",
"ip-src|port"
], ],
"name": "List of RFC 6598 CIDR blocks", "name": "List of RFC 6598 CIDR blocks",
"type": "cidr", "type": "cidr",
"version": 4 "version": 5
} }