Skip to content

Autonomous System

AS202585

Last fetched

AS202585 is operated by bgp-rodeo - Nick Bouwhuis, registered in NL, and announces 5 prefixes to 22 BGP neighbours. AS202585 has a reputation score of 12.7 (NEUTRAL); 1 of its 256 announced IPv4 addresses appear on threat feeds.

Nutrition Label

WHISPER CANON · AS202585Routing diversity3.9/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/asn/202585

Routing footprint

Announced prefixes
5
BGP neighbours
22
RPKI ROAs
3
MOAS conflicts
0
CAIDA AS-rank
12,303
Customer-cone ASNs
2
Facilities
75
Internet exchanges
6

Blast radius

Announced IPv4 addresses
256
Threat-listed addresses
1
Threat density
0.3906 %
Routed prefixes
1

How much of the internet this network is responsible for, and how much of that address space currently appears on a threat feed. Coverage: computed.

Peering ecosystem

A sample of 22 of this network’s 22 BGP neighbours.

Reputation

12.7reputation score (NEUTRAL)

AS202585 (bgp-rodeo - Nick Bouwhuis, NL) has a reputation score of 64.6 (NEUTRAL).

Threat density
58.2/100
Graph metrics
90.0/100
Historical behaviour
75.0/100
Prefix age
20.0/100

These are reputation signals about the network as a whole, not a threat-feed verdict about a specific address.

Registration

Registered to
Nick Bouwhuis
RIR
RIPE
Registered
Thu, 29 Sep 2022 11:13:14 GMT

Threat-feed evidence

Related pages

Pivot from AS202585 into the prefixes, peers and country it routes for.

Cypher and MCP

Reproduce this network's routing footprint against graph.whisper.security:

MATCH (a:ASN {name: "AS202585"})
OPTIONAL MATCH (a)-[:HAS_NAME]->(n:ASN_NAME)
CALL { WITH a MATCH (a)-[:ROUTES]->(p:ANNOUNCED_PREFIX) RETURN count(p) AS prefixes }
CALL { WITH a MATCH (a)-[:BGP_NEIGHBOR]-(x:ASN) RETURN count(x) AS peers }
RETURN n.name AS operator, prefixes, peers;
CALL whisper.asnThreatDensity("AS202585")

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