Skip to content

Hostname

webdisk.aaquadcities.com

Last fetched

webdisk.aaquadcities.com resolves to 2 IPv4 addresses operated by XRUI-AS-AP XRUI TECHNOLOGY LIMITED in HK.

Nutrition Label

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

Resolution chain

webdisk.aaquadcities.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.114.253.230203.114.252.0/22AS153494XRUI-AS-AP XRUI TECHNOLOGY LIMITEDHK
45.123.197.11745.123.196.0/22AS153494XRUI-AS-AP XRUI TECHNOLOGY LIMITEDHK

WHOIS identity

No WHOIS records are currently associated with webdisk.aaquadcities.com in WhisperGraph.

Subdomains

1 observed subdomain of webdisk.aaquadcities.com.

Threat posture

History

Related pages

Pivot deeper into the graph from webdisk.aaquadcities.com.

Cypher and MCP

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

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