Hostname
always-api.linkerdev.com
Last fetched
always-api.linkerdev.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
always-api.linkerdev.com resolves to 6 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.17 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.37 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.64 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.69 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.193.29.51 | 35.7.128.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.23.189.206 | 52.46.16.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with always-api.linkerdev.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from always-api.linkerdev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "always-api.linkerdev.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.