Skip to content

Hostname

developer.ba.com

Last fetched

developer.ba.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in IT.

Nutrition Label

WHISPER CANON · developer.ba.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/developer.ba.com

Resolution chain

developer.ba.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
173.222.106.145173.222.106.0/24AS20940AKAMAI-ASN1IT
173.222.106.146173.222.106.0/24AS20940AKAMAI-ASN1IT
80.239.254.3480.239.224.0/19AS1299TWELVE99 Arelion, fka Telia CarrierSE
95.101.133.5895.101.133.0/24AS1299TWELVE99 Arelion, fka Telia CarrierSE

WHOIS identity

No WHOIS records are currently associated with developer.ba.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from developer.ba.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from developer.ba.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "developer.ba.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

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