RFC 1918 networks

pull/1/head
Alexandre Dulaunoy 2016-04-19 15:19:47 +02:00
parent a7a2b3b805
commit 1b0ac3c631
1 changed files with 16 additions and 0 deletions

16
lists/rfc1918/list.json Normal file
View File

@ -0,0 +1,16 @@
{
"list": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
],
"type": [
"cidr"
],
"matching_attributes": [
"ip-src",
"ip-dst"
],
"description": "Event contains one or more entries part of the RFC 1918 CIDR blocks",
"name": "List of RFC 1918 CIDR blocks"
}