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