Skip to content

Hostname

aike003.com

Last fetched

aike003.com resolves to 10 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in HK. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · aike003.comRouting diversity3.9/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/aike003.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.150.17.13634.150.16.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.150.59.15534.150.48.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.150.67.14134.150.64.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.153.8134.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.173.23734.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.213.4034.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.219.21034.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.246.8234.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.92.35.10534.92.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
35.220.165.5435.220.160.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK

WHOIS identity

Registrar
iana:625
Organization
gsf
Contact emails

Subdomains

1 observed subdomain of aike003.com.

Threat posture

History

Related pages

Pivot deeper into the graph from aike003.com.

Cypher and MCP

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

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