RFC 5735 added

pull/4/head
Alexandre Dulaunoy 2016-06-24 10:53:23 +02:00
parent 3fa228200a
commit 6e00a93ee0
2 changed files with 30 additions and 0 deletions

View File

@ -13,6 +13,7 @@ are available in one of the list. The list can be globally enabled or disabled i
- [lists/multicast](lists/multicast) - known IPv4 multicast CIDR blocks
- [lists/public-dns](lists/public-dns) - IP addresses of public DNS resolver
- [lists/rfc1918](lists/rfc1918) - RFC 1918 network subnets
- [lists/rfc5735](lists/rfc5735) - RFC 5735 CIDR blocks - Special Use IPv4 Addresses
- [lists/second-level-tlds](lists/second-level-tlds) - Mozilla list of second level top-level domains
- [lists/tlds](lists/tlds) - top-level domains

29
lists/rfc5735/list.json Normal file
View File

@ -0,0 +1,29 @@
{
"list": [
"0.0.0.0/8",
"10.0.0.0/8",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.88.99.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"224.0.0.0/4",
"240.0.0.0/4",
"255.255.255.255/32"
],
"type": [
"cidr"
],
"matching_attributes": [
"ip-src",
"ip-dst"
],
"description": "Event contains one or more entries part of the RFC 5735 CIDR blocks - Special Use IPv4 Addresses",
"version": 1,
"name": "List of RFC 5735 CIDR blocks"
}