Hostname
public.qa.cookunity.com
Last fetched
public.qa.cookunity.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
public.qa.cookunity.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 |
|---|---|---|---|---|
| 18.165.201.120 | 18.165.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.201.20 | 18.165.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.201.22 | 18.165.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.201.82 | 18.165.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.238.49.111 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.112 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.40 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.46 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.229.34 | 18.65.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.229.62 | 18.65.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.229.8 | 18.65.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.229.94 | 18.65.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with public.qa.cookunity.com in WhisperGraph.
Subdomains
1 observed subdomain of public.qa.cookunity.com.
| Subdomain |
|---|
| mage.public.qa.cookunity.com |
Threat posture
History
Related pages
Pivot deeper into the graph from public.qa.cookunity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "public.qa.cookunity.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.