Jump to content

Module:Sensitive IP addresses/list

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 04:26, 24 July 2016 (add more entities). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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}.*.*',
	},
}