Hostname
u16822.com
Last fetched
u16822.com resolves to 3 IPv4 addresses operated by AS132046 in PH. WHOIS lists iana:1040 as the registrar.
Nutrition Label
Resolution chain
u16822.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.115.167.129 | 185.115.167.0/24 | AS132046 | — | PH |
| 35.221.175.82 | 35.221.160.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | TW |
| 35.221.178.61 | 35.221.176.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | TW |
WHOIS identity
- Registrar
- iana:1040
- Organization
- celton manx
- Contact emails
Subdomains
38 observed subdomains of u16822.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from u16822.com in the public web crawl.
9 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from u16822.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "u16822.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.