Module:Sensitive IP addresses/list
Appearance
![]() | This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module houses data about sensitive IP ranges used by Module:Sensitive IP addresses.
Validation errors
Found the following errors:
- Missing field 'id' in data entry #1
- Missing field 'id' in data entry #2
- Missing field 'id' in data entry #3
- Missing field 'id' in data entry #4
- Missing field 'id' in data entry #5
- Missing field 'id' in data entry #6
return {
--[=[
{
name = 'Entity name', -- required
description = 'A description of the entity', -- optional
reason = 'political', -- "political" or "technical" -- optional (default "political")
ipv4Ranges = { -- One or more IPv4 CIDR ranges -- optional
'1.2.3.0/24',
'4.5.6.0/24',
},
ipv6Ranges = { -- One or more IPv6 CIDR ranges -- optional
'2001:db8::ff00:0:0/96',
'2001:db8::ff05:0:0/96',
},
notes = 'Notes about the entity or the IP ranges', -- optional
},
--]=]
{
name = 'Qatar',
description = 'The nation of [[Qatar]]',
reason = 'political',
ipv4Ranges = {
'82.148.96.68/32',
'82.148.97.69/32',
},
},
{
name = 'United States House of Representatives',
description = '[[United States House of Representative]]',
reason = 'political',
ipv4Ranges = {
'143.228.0.0/16',
'143.231.0.0/16',
'137.18.0.0/16',
'12.185.56.0/29',
'12.147.170.144/28',
'74.119.128.0/22',
},
ipv6Ranges = {
'2620:0:e20::/46',
},
},
{
name = 'United States Senate',
description = '[[United States Senate]]',
reason = 'political',
ipv4Ranges = {
'156.33.0.0/16',
},
ipv6Ranges = {
'2620:0:8a0::/48',
'2600:803:618::/48',
},
},
{
name = 'United States Department of Justice',
description = '[[United States Department of Justice]]',
reason = 'political',
ipv4Ranges = {
'149.101.0.0/16',
},
},
{
name = 'United States Department of Homeland Security',
description = '[[United States Department of Homeland Security]]',
reason = 'political',
ipv4Ranges = {
'65.165.132.0/24',
'204.248.24.0/24',
'216.81.80.0/20',
},
},
{
name = 'Government of Canada',
description = '[[Government of Canada]]',
reason = 'political',
ipv4Ranges = {
'192.197.77.0/24',
'192.197.78.0/23',
'192.197.80.0/22',
'192.197.84.0/23',
'192.197.86.0/24',
},
notes = 'These ranges include any IP matching 131.{132-141}.*.*',
},
}