Hostname
data2.link
Last fetched
data2.link resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
data2.link 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 |
|---|---|---|---|---|
| 18.228.105.132 | 18.228.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.230.96.67 | 18.230.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 52.67.197.17 | 52.67.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.232.224.139 | 54.232.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.233.245.255 | 54.233.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.94.253.85 | 54.94.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- registrant of data2.link
- Contact emails
- —
Subdomains
4 observed subdomains of data2.link.
Showing 2 of 4. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from data2.link.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data2.link"})-[: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.