<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3ASensitive_IP_addresses%2Flist</id>
		<title>Module:Sensitive IP addresses/list - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3ASensitive_IP_addresses%2Flist"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Sensitive_IP_addresses/list&amp;action=history"/>
		<updated>2026-04-28T13:44:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=666&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=666&amp;oldid=prev"/>
				<updated>2018-10-24T22:40:57Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:40, 24 October 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=665&amp;oldid=prev</id>
		<title>MSGJ: add range for United States Department of Homeland Security</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=665&amp;oldid=prev"/>
				<updated>2017-12-12T12:17:18Z</updated>
		
		<summary type="html">&lt;p&gt;add range for United States Department of Homeland Security&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;return {&lt;br /&gt;
	--[=[&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;Entity name&amp;#039;,                                   -- required&lt;br /&gt;
		id = &amp;#039;entityid&amp;#039;,                                        -- required, must be unique&lt;br /&gt;
		description = &amp;#039;a description of the entity&amp;#039;,            -- required&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;, -- &amp;quot;political&amp;quot; or &amp;quot;technical&amp;quot;     -- optional (default &amp;quot;political&amp;quot;)&lt;br /&gt;
		ipv4Ranges = { -- One or more IPv4 CIDR ranges          -- optional&lt;br /&gt;
			&amp;#039;1.2.3.0/24&amp;#039;,&lt;br /&gt;
			&amp;#039;4.5.6.0/24&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = { -- One or more IPv6 CIDR ranges          -- optional&lt;br /&gt;
			&amp;#039;2001:db8::ff00:0:0/96&amp;#039;,&lt;br /&gt;
			&amp;#039;2001:db8::ff05:0:0/96&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		notes = &amp;#039;Notes about the entity or the IP ranges&amp;#039;,      -- optional&lt;br /&gt;
	},&lt;br /&gt;
	--]=]&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;United States House of Representatives&amp;#039;,&lt;br /&gt;
		id = &amp;#039;ushr&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[United States House of Representatives]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;143.228.0.0/16&amp;#039;,&lt;br /&gt;
			&amp;#039;143.231.0.0/16&amp;#039;,&lt;br /&gt;
			&amp;#039;137.18.0.0/16&amp;#039;,&lt;br /&gt;
			&amp;#039;12.185.56.0/29&amp;#039;,&lt;br /&gt;
			&amp;#039;12.147.170.144/28&amp;#039;,&lt;br /&gt;
			&amp;#039;74.119.128.0/22&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			&amp;#039;2620:0:e20::/46&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;United States Senate&amp;#039;,&lt;br /&gt;
		id = &amp;#039;ussenate&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[United States Senate]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;156.33.0.0/16&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			&amp;#039;2620:0:8a0::/48&amp;#039;,&lt;br /&gt;
			&amp;#039;2600:803:618::/48&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;United States Department of Justice&amp;#039;,&lt;br /&gt;
		id = &amp;#039;usdoj&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[United States Department of Justice]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;149.101.0.0/16&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			&amp;#039;2607:f330::/32&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;United States Department of Homeland Security&amp;#039;,&lt;br /&gt;
		id = &amp;#039;usdhs&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[United States Department of Homeland Security]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;65.165.132.0/24&amp;#039;,&lt;br /&gt;
			&amp;#039;204.248.24.0/24&amp;#039;,&lt;br /&gt;
			&amp;#039;216.81.80.0/20&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			&amp;#039;2600:400::/32&amp;#039;,&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;Canadian Department of National Defence&amp;#039;,&lt;br /&gt;
		id = &amp;#039;cdnd&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[Canadian Department of National Defence]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;131.132.0.0/14&amp;#039;,&lt;br /&gt;
			&amp;#039;131.136.0.0/14&amp;#039;,&lt;br /&gt;
			&amp;#039;131.140.0.0/15&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		notes = &amp;#039;These ranges include any IP matching 131.{132-141}.*.*&amp;#039;,&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;Canadian House of Commons&amp;#039;,&lt;br /&gt;
		id = &amp;#039;chc&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[Canadian House of Commons]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;192.197.82.0/24&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;Parliament of the United Kingdom&amp;#039;,&lt;br /&gt;
		id = &amp;#039;ukparliament&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[Parliament of the United Kingdom]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;194.60.0.0/18&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;United States Department of the Navy and United States Marine Corps&amp;#039;,&lt;br /&gt;
		id = &amp;#039;usnavy&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[United States Department of the Navy]] and the [[United States Marine Corps]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;political&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;138.162.0.0/16&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = &amp;#039;Wikimedia Foundation&amp;#039;,&lt;br /&gt;
		id = &amp;#039;wmf&amp;#039;,&lt;br /&gt;
		description = &amp;#039;the [[Wikimedia Foundation]]&amp;#039;,&lt;br /&gt;
		reason = &amp;#039;technical&amp;#039;,&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			&amp;#039;91.198.174.0/24&amp;#039;,&lt;br /&gt;
			&amp;#039;185.15.56.0/22&amp;#039;,&lt;br /&gt;
			&amp;#039;198.35.26.0/23&amp;#039;,&lt;br /&gt;
			&amp;#039;208.80.152.0/22&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			&amp;#039;2620:0:860::/46&amp;#039;,&lt;br /&gt;
			&amp;#039;2a02:ec80::/32&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>MSGJ</name></author>	</entry>

	</feed>