Skip to content

Hostname

apac.aod.cloud

Last fetched

apac.aod.cloud resolves to 1 IPv4 address operated by VORTECH-AS-AP VORTECH BUSINESS SOLUTIONS PTY LTD. in AU.

Nutrition Label

WHISPER CANON · apac.aod.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/apac.aod.cloud

Resolution chain

apac.aod.cloud resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.27.38.93103.27.38.0/24AS58989VORTECH-AS-AP VORTECH BUSINESS SOLUTIONS PTY LTD.AU

WHOIS identity

No WHOIS records are currently associated with apac.aod.cloud in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from apac.aod.cloud in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from apac.aod.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "apac.aod.cloud"})-[: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.