Merge pull request #212 from 0xThiebaut/private-ips

Apply IP-based RFC warning lists on `ip-*|port` combinations
pull/213/head
Alexandre Dulaunoy 2022-07-05 22:09:02 +02:00 committed by GitHub
commit 5559793bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 10 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}