Hostname
pakuc.com
Last fetched
pakuc.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
pakuc.com 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 |
|---|---|---|---|---|
| 108.157.188.104 | 108.157.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.188.77 | 108.157.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.188.79 | 108.157.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.188.91 | 108.157.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.33.235.26 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.43 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.5 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.85 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.64.211.90 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.91 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.57 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.89 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- nina yip
- Contact emails
Subdomains
1 observed subdomain of pakuc.com.
| Subdomain |
|---|
| wildcard.pakuc.com |
Threat posture
History
Related pages
Pivot deeper into the graph from pakuc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pakuc.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.