Autonomous System
AS135780
Last fetched
AS135780 is operated by AIRFIBER-AS - AirFiber Networks Pvt Ltd, registered in IN, and announces 16 prefixes to 4 BGP neighbours. AS135780 has a reputation score of 19.0 (NEUTRAL); 7 of its 2,048 announced IPv4 addresses appear on threat feeds.
Nutrition Label
Routing footprint
- Announced prefixes
- 16
- BGP neighbours
- 4
- RPKI ROAs
- 39
- MOAS conflicts
- 0
- CAIDA AS-rank
- 26,856
- Customer-cone ASNs
- 1
- Facilities
- 35
- Internet exchanges
- 4
Blast radius
- Announced IPv4 addresses
- 2,048
- Threat-listed addresses
- 7
- Threat density
- 0.3418 %
- Routed prefixes
- 9
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
19.0reputation score (NEUTRAL)
AS135780 (AIRFIBER-AS - AirFiber Networks Pvt Ltd, IN) has a reputation score of 52.0 (NEUTRAL).
- Threat density
- 47.3/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
- AirFiber Networks Pvt Ltd
Threat-feed evidence
Related pages
Pivot from AS135780 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: "AS135780"})
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("AS135780")Or query Whisper from your own LLM workflow via the Whisper MCP server.