Hostname
fire-shadow.hyparlink.com
Last fetched
fire-shadow.hyparlink.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
fire-shadow.hyparlink.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.223.206 | 16.15.216.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.182.105.21 | 16.182.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.182.32.141 | 16.182.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.16.52 | 3.5.16.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.216.114.42 | 52.216.114.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.42.221 | 52.216.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.43.221 | 52.216.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.54.5 | 52.216.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.135.117 | 52.217.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.135.5 | 52.217.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.67.195 | 52.217.67.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.80.227 | 52.217.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.92.59 | 52.217.92.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.194.165 | 54.231.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.203.61 | 54.231.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fire-shadow.hyparlink.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from fire-shadow.hyparlink.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from fire-shadow.hyparlink.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fire-shadow.hyparlink.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.