Hostname
adference.io
Last fetched
adference.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
adference.io 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.67.195.12 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.15 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.5 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.96 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.222.214.101 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.105 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.25 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.7 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.244.60 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.70 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.8 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.96 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
- —
Subdomains
82 observed subdomains of adference.io.
Showing 25 of 82. View all subdomains →
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from adference.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adference.io"})-[: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.