Autonomous System
AS45697
Last fetched
AS45697 is operated by UBAYA-AS-ID - Universitas Surabaya, registered in ID, and announces 4 prefixes to 4 BGP neighbours. AS45697 has a reputation score of 17.7 (NEUTRAL); 3 of its 512 announced IPv4 addresses appear on threat feeds.
Nutrition Label
Routing footprint
- Announced prefixes
- 4
- BGP neighbours
- 4
- RPKI ROAs
- 2
- MOAS conflicts
- 0
- CAIDA AS-rank
- 48,623
- Customer-cone ASNs
- 1
- Facilities
- 0
- Internet exchanges
- 0
Blast radius
- Announced IPv4 addresses
- 512
- Threat-listed addresses
- 3
- Threat density
- 0.5859 %
- Routed prefixes
- 3
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 4 of this network’s 4 BGP neighbours.
Reputation
17.7reputation score (NEUTRAL)
AS45697 (UBAYA-AS-ID - Universitas Surabaya, ID) has a reputation score of 54.6 (NEUTRAL).
- Threat density
- 54.6/100
- Graph metrics
- 55.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
- Universitas Surabaya
Threat-feed evidence
Related pages
Pivot from AS45697 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: "AS45697"})
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("AS45697")Or query Whisper from your own LLM workflow via the Whisper MCP server.