Merge pull request #65 from StefanKelm/master

add RFC 6761 list
pull/66/head
Alexandre Dulaunoy 2018-03-29 14:57:34 +02:00 committed by GitHub
commit 6372922439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

View File

@ -28,6 +28,7 @@ are available in one of the list. The list can be globally enabled or disabled i
- [lists/rfc3849](lists/rfc3849) - RFC 3849 - Documentation prefix for ipv6
- [lists/rfc5735](lists/rfc5735) - RFC 5735 CIDR blocks - Special Use IPv4 Addresses
- [lists/rfc6598](lists/rfc6598) - RFC 6598 IANA-Reserved IPv4 Prefix for Shared Address Space (Carrier- Grade NAT (CGN) devices)
- [lists/rfc6761](lists/rfc6761) - RFC 6761 Special-Use Domain Names
- [lists/security-provider-blogpost](lists/security-provider-blogpost) - Security providers or vendors blog domains
- [lists/second-level-tlds](lists/second-level-tlds) - Mozilla list of second level top-level domains
- [lists/tlds](lists/tlds) - top-level domains

34
lists/rfc6761/list.json Normal file
View File

@ -0,0 +1,34 @@
{
"description": "Event contains one or more entries part of the RFC 6761 Special-Use Domain Names",
"list": [
"example.com",
"example.net",
"example.org",
"10.in-addr.arpa",
"16.172.in-addr.arpa",
"17.172.in-addr.arpa",
"18.172.in-addr.arpa",
"19.172.in-addr.arpa",
"20.172.in-addr.arpa",
"21.172.in-addr.arpa",
"22.172.in-addr.arpa",
"23.172.in-addr.arpa",
"24.172.in-addr.arpa",
"25.172.in-addr.arpa",
"26.172.in-addr.arpa",
"27.172.in-addr.arpa",
"28.172.in-addr.arpa",
"29.172.in-addr.arpa",
"30.172.in-addr.arpa",
"31.172.in-addr.arpa",
"168.192.in-addr.arpa"
],
"matching_attributes": [
"hostname",
"domain",
"domain|ip"
],
"type": "string",
"name": "List of RFC 6761 Special-Use Domain Names",
"version": 1
}