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 Materialscientist (talk | contribs) at 02:28, 2 December 2016 (Info on 198.89.127.88 was correct as of Feb 2016, but hardly anymore, according to activity and all IP identifiers (geo, ISP, etc.)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

return {
	--[=[
	{
		name = 'Entity name',                                   -- required
		id = 'entityid',                                        -- required, must be unique
		description = 'A description of the entity',            -- required
		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 = 'United States House of Representatives',
		id = 'ushr',
		description = 'the [[United States House of Representatives]]',
		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',
		id = 'ussenate',
		description = 'the [[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',
		id = 'usdoj',
		description = 'the [[United States Department of Justice]]',
		reason = 'political',
		ipv4Ranges = {
			'149.101.0.0/16',
		},
	},
	{
		name = 'United States Department of Homeland Security',
		id = 'usdhs',
		description = 'the [[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',
		id = 'goc',
		description = 'the [[Government of Canada]]',
		reason = 'political',
		ipv4Ranges = {
			'192.197.77.0/24',
			'192.197.78.0/23',
			'192.197.80.0/23',
			-- The gap here is covered by the Canadian House of Commons below
			'192.197.83.0/24',
			'192.197.84.0/23',
			'192.197.86.0/24',
		},
		notes = 'These ranges include any IP matching 192.197.{77-86}.*',
	},
	{
		name = 'Canadian Department of National Defence',
		id = 'cdnd',
		description = 'the [[Canadian Department of National Defence]]',
		reason = 'political',
		ipv4Ranges = {
			'131.132.0.0/14',
			'131.136.0.0/14',
			'131.140.0.0/15',
		},
		notes = 'These ranges include any IP matching 131.{132-141}.*.*',
	},
	{
		name = 'Canadian House of Commons',
		id = 'chc',
		description = 'the [[Canadian House of Commons]]',
		reason = 'political',
		ipv4Ranges = {
			'192.197.82.0/24',
		},
	},
	{
		name = 'Parliament of the United Kingdom',
		id = 'ukparliament',
		description = 'the [[Parliament of the United Kingdom]]',
		reason = 'political',
		ipv4Ranges = {
			'192.60.0.0/18',
		},
	},
	{
		name = 'United States Department of the Navy and United States Marine Corps',
		id = 'usnavy',
		description = 'the [[United States Department of the Navy]] and the [[United States Marine Corps]]',
		reason = 'political',
		ipv4Ranges = {
			'138.162.0.0/16',
		},
	},
	{
		name = 'Abscissa.cluenet.org',
		id = 'abcissa',
		description = '[//wiki.cluenet.org/wiki/Server:Abscissa.cluenet.org Abscissa.cluenet.org], host of multiple bots including [[User:ClueBot NG|ClueBot NG]]',
		reason = 'technical',
		ipv4Ranges = {
			'24.40.136.251/32',
		},
		ipv6Ranges = {
			'2002:1828:88fb:0:dcad:beff:feef:202/128',
		},
	},
	{
		name = 'Wikimedia Foundation',
		id = 'wmf',
		description = 'the [[Wikimedia Foundation]]',
		reason = 'technical',
		ipv4Ranges = {
			'91.198.174.0/24',
			'185.15.56.0/22',
			'198.35.26.0/23',
			'208.80.152.0/22',
		},
		ipv6Ranges = {
			'2620:0:860::/46',
			'2a02:ec80::/32',
		},
	},
}