Skip to content

Hostname

cloud.virtusa.com

Last fetched

cloud.virtusa.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in IT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
23.205.47.16723.205.47.0/24AS20940AKAMAI-ASN1IT
23.205.47.17623.205.47.0/24AS20940AKAMAI-ASN1IT
62.115.252.1162.115.0.0/16AS1299TWELVE99 Arelion, fka Telia CarrierFI
62.115.252.5762.115.0.0/16AS1299TWELVE99 Arelion, fka Telia CarrierSE

WHOIS identity

No WHOIS records are currently associated with cloud.virtusa.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cloud.virtusa.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cloud.virtusa.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.