From 37418110a20207039eb468d992707c0b86067d11 Mon Sep 17 00:00:00 2001 From: Maxime THIEBAUT <46688461+0xThiebaut@users.noreply.github.com> Date: Tue, 5 Jul 2022 09:11:49 +0200 Subject: [PATCH] Apply IP-based warning lists on ip|port combinations --- lists/ipv6-linklocal/list.json | 6 ++++-- lists/rfc1918/list.json | 6 ++++-- lists/rfc3849/list.json | 6 ++++-- lists/rfc5735/list.json | 6 ++++-- lists/rfc6598/list.json | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/lists/ipv6-linklocal/list.json b/lists/ipv6-linklocal/list.json index 3f3a841..ecc944b 100644 --- a/lists/ipv6-linklocal/list.json +++ b/lists/ipv6-linklocal/list.json @@ -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 } diff --git a/lists/rfc1918/list.json b/lists/rfc1918/list.json index c9c71dd..ac87270 100644 --- a/lists/rfc1918/list.json +++ b/lists/rfc1918/list.json @@ -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 } diff --git a/lists/rfc3849/list.json b/lists/rfc3849/list.json index d5ee9b8..4b7bc67 100644 --- a/lists/rfc3849/list.json +++ b/lists/rfc3849/list.json @@ -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 } diff --git a/lists/rfc5735/list.json b/lists/rfc5735/list.json index 4a532e4..fc02b0b 100644 --- a/lists/rfc5735/list.json +++ b/lists/rfc5735/list.json @@ -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 } diff --git a/lists/rfc6598/list.json b/lists/rfc6598/list.json index c95720e..09e5640 100644 --- a/lists/rfc6598/list.json +++ b/lists/rfc6598/list.json @@ -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 }