Hostname
xxzx.tech
Last fetched
xxzx.tech resolves to 12 IPv4 addresses operated by GOOGLE - Google LLC in US. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
xxzx.tech resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 74.125.138.103 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.138.104 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.138.105 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.138.106 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.138.147 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.138.99 | 74.125.138.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.200.103 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.200.104 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.200.105 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.200.106 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.200.147 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | SG |
| 74.125.200.99 | 74.125.200.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
- Registrar
- iana:1599
- Organization
- zhang jun jun
- Contact emails
- —
Subdomains
2 observed subdomains of xxzx.tech.
| Subdomain |
|---|
| nj.xxzx.tech |
| or.xxzx.tech |
Threat posture
History
Related pages
Pivot deeper into the graph from xxzx.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xxzx.tech"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.