Module:Sensitive IP addresses/list

This module houses data about sensitive IP ranges used by Module:Sensitive IP addresses.

Module:Sensitive IP addresses/list

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',
		},
		Ranges = { -- One or more IPv6 CIDR ranges          -- optional
			'2001:db8::ff00:0:0/96',ipv6
			'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 = {
			'12.147.170.144/28',
			'12.185.56.0/29',
			'74.119.128.0/22',
			'137.18.0.0/16',
			'143.228.0.0/16',
			'143.231.0.0/16',
		},
		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 = 'Executive Office of the President of the United States',
		id = 'useop',
		description = 'the [[Executive Office of the President of the United States]]',
		reason = 'political',
		ipv4Ranges = {
			'165.119.0.0/16',
			'198.137.240.0/23',
			'204.68.207.0/24',
		},
		ipv6Ranges = {
			'2620:10F:B000::/40',
		},
	},
	{
		name = 'United States Department of Justice',
		id = 'usdoj',
		description = 'the [[United States Department of Justice]]',
		reason = 'political',
		ipv4Ranges = {
			'149.101.0.0/16',
		},
		ipv6Ranges = {
			'2607:f330::/32',
		},
	},
	{
		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',
		},
		ipv6Ranges = {
			'2600:400::/32',
		}
	},
	{
		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 = {
			'194.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 = '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',
		},
	},
    {
        name = 'Wiki Education Dashboard',
        id = 'wikieducationdashboard',
        description = 'dashboard.wikiedu.org OAuth application, maintained by [[:meta:Wiki Education Foundation|Wiki Education Foundation]]',
        reason = 'technical',
        ipv4Ranges = {
			'45.79.106.114/32',
        },
        ipv6Ranges = {
			'2600:3c01::f03c:93ff:fe24:db1b/128',
		},
    },
    {
        name = 'TEST-NET-1',
        id = 'test',
        description = 'RFC 5737 reserved test range',
        reason = 'technical',
        ipv4Ranges = {
			'192.0.2.0/24',
        },
        notes = 'This can be blocked (with no need to notify the WMF) for testing or training purposes.'
    }
}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.