Hostname
upcs2.com
Last fetched
upcs2.com resolves to 5 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in HK.
Nutrition Label
Resolution chain
upcs2.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.92.16.21 | 34.92.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | HK |
| 52.199.186.147 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.238.152.180 | 54.238.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.250.166.148 | 54.250.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.95.142.6 | 54.95.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with upcs2.com in WhisperGraph.
Subdomains
2 observed subdomains of upcs2.com.
| Subdomain |
|---|
| bossadmin.upcs2.com |
| h5.upcs2.com |
Threat posture
History
Related pages
Pivot deeper into the graph from upcs2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upcs2.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.