Skip to content

Autonomous System

AS3 — MIT-GATEWAYS - Massachusetts Institute of Technology(US)

Last fetched

AS3 is an Autonomous System operated by MIT-GATEWAYS - Massachusetts Institute of Technology and registered in US. As of Mon, 13 Jul 2026 19:41:38 GMT, it announces 100 routed IP prefixes and peers with 6 other Autonomous Systems in the WhisperGraph BGP dataset.

Nutrition Label

WHISPER CANON · AS3Routing diversity10.0/10Peering density3.4/10MOAS conflict⚠ 1 conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/asn/3

Routing footprint

AS3 announces 100 distinct routed prefixes. The 25-prefix sample below links to per-prefix pages with full conflict and reverse-DNS detail.

Peering ecosystem

6 distinct peers via BGP. The first 6 are listed below.

Peer ASNOperatorCountry
AS11537INTERNET2-RESEARCH-EDU - Internet2US
AS174COGENT-174 - Cogent Communications, LLCUS
AS265886BR
AS266306BR
AS59404RU
AS6939HURRICANE - Hurricane Electric LLCUS

Blast radius

Count of dependent hostnames if AS3 disappeared from the routing table.

Blast radius: Computing — check back later. The precompute pipeline refreshes this panel within a few days.

MOAS / hijack watch

Prefixes routed by AS3 that another Autonomous System also announces. A non-empty list is one of the strongest BGP-hijack signals available without active probes.

PrefixConflicting ASNOperator
128.201.192.0/23AS265886

Threat posture

Related pages

Pivot deeper into the graph from AS3.

Cypher and MCP

Reproduce the headline metric directly against graph.whisper.security:

MATCH (a:ASN {name: "AS3"})-[:HAS_NAME]->(n:ASN_NAME)
OPTIONAL MATCH (a)-[:HAS_COUNTRY]->(c:COUNTRY)
RETURN a.name AS asn, n.name AS operator, c.name AS country

Or query Whisper from your own LLM workflow via the Whisper MCP server.