2016-06-24 10:53:23 +02:00
|
|
|
{
|
2021-06-10 09:58:49 +02:00
|
|
|
"description": "Event contains one or more entries part of the Special Use IPv4 Addresses CIDR blocks (RFC 5735)",
|
2016-06-24 10:53:23 +02:00
|
|
|
"list": [
|
|
|
|
"0.0.0.0/8",
|
|
|
|
"10.0.0.0/8",
|
|
|
|
"127.0.0.0/8",
|
|
|
|
"169.254.0.0/16",
|
|
|
|
"172.16.0.0/12",
|
|
|
|
"192.0.0.0/24",
|
|
|
|
"192.0.2.0/24",
|
|
|
|
"192.168.0.0/16",
|
2020-04-03 13:37:17 +02:00
|
|
|
"192.88.99.0/24",
|
2016-06-24 10:53:23 +02:00
|
|
|
"198.18.0.0/15",
|
|
|
|
"198.51.100.0/24",
|
|
|
|
"203.0.113.0/24",
|
|
|
|
"224.0.0.0/4",
|
|
|
|
"240.0.0.0/4",
|
|
|
|
"255.255.255.255/32"
|
|
|
|
],
|
|
|
|
"matching_attributes": [
|
|
|
|
"ip-src",
|
2016-06-27 11:32:04 +02:00
|
|
|
"ip-dst",
|
2022-07-05 09:11:49 +02:00
|
|
|
"domain|ip",
|
|
|
|
"ip-dst|port",
|
|
|
|
"ip-src|port"
|
2016-06-24 10:53:23 +02:00
|
|
|
],
|
2020-04-03 13:37:17 +02:00
|
|
|
"name": "List of RFC 5735 CIDR blocks",
|
|
|
|
"type": "cidr",
|
2022-07-05 09:11:49 +02:00
|
|
|
"version": 5
|
2016-06-24 10:53:23 +02:00
|
|
|
}
|