Hostname
hawkeye.incloud-data.com
Last fetched
hawkeye.incloud-data.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
hawkeye.incloud-data.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 |
|---|---|---|---|---|
| 13.33.67.125 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.38 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.63 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.9 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.224.110 | 3.163.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.224.38 | 3.163.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.224.63 | 3.163.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.224.80 | 3.163.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.178.121 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.47 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.54 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.99 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with hawkeye.incloud-data.com in WhisperGraph.
Subdomains
1 observed subdomain of hawkeye.incloud-data.com.
| Subdomain |
|---|
| www.hawkeye.incloud-data.com |
Threat posture
History
Related pages
Pivot deeper into the graph from hawkeye.incloud-data.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hawkeye.incloud-data.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.