Merge pull request #7 from claudex/rfc4291

Add IPv6 link local prefix
pull/8/head
Alexandre Dulaunoy 2016-08-04 09:56:06 +02:00 committed by GitHub
commit 407c2f2f98
2 changed files with 17 additions and 0 deletions

View File

@ -12,6 +12,7 @@ are available in one of the list. The list can be globally enabled or disabled i
- [lists/alexa](lists/alexa) - Top 1000 websites from Alexa
- [lists/empty-hashes](lists/empty-hashes) - hash values of empty files
- [lists/google](lists/google) - known domains and hostnames from Google
- [lists/ipv6-linklocal](ipv6-linklocal) - IPv6 link local prefix
- [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

View File

@ -0,0 +1,16 @@
{
"list": [
"FE80::/10"
],
"type": [
"cidr"
],
"matching_attributes": [
"ip-src",
"ip-dst",
"domain|ip"
],
"description": "Event contains one or more entries part of the IPv6 link local prefix (RFC 4291)",
"version": 1,
"name": "List of IPv6 link local blocks"
}