misp-warninglists/lists/rfc1918/list.json

17 lines
320 B
JSON
Raw Normal View History

2016-04-19 15:19:47 +02:00
{
"list": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
],
2017-12-22 15:32:24 +01:00
"type": "cidr",
2016-04-19 15:19:47 +02:00
"matching_attributes": [
"ip-src",
"ip-dst",
"domain|ip"
2016-04-19 15:19:47 +02:00
],
"description": "Event contains one or more entries part of the RFC 1918 CIDR blocks",
2017-12-22 15:32:24 +01:00
"version": 3,
2016-04-19 15:19:47 +02:00
"name": "List of RFC 1918 CIDR blocks"
}