Hostname
add-ex.com
Last fetched
add-ex.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
add-ex.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.199.0.249 | 54.199.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.250.22.63 | 54.250.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of add-ex.com owner
- Contact emails
- nic-staff@sakura.ad.jp
- 4be36eb9-d5bc-4284-a273-99d35bee974a@identity-protect.org
- 5aa4f31a-7c3a-4e16-9e5a-c7eba57be4b2@identity-protect.org
- 737242c5-a35d-486d-bca9-67b520eaa1b2@identity-protect.org
- 8d5323c5-9618-4745-9949-19187764e779@identity-protect.org
- b4f1c0dc-a231-4067-ab6a-1539f23b5251@identity-protect.org
- fbbf112d-570f-4ffd-9f16-dcd14ab87e7c@identity-protect.org
Subdomains
1 observed subdomain of add-ex.com.
| Subdomain |
|---|
| api.add-ex.com |
Threat posture
History
Related pages
Pivot deeper into the graph from add-ex.com.
- IP · 54.199.0.249
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · JP
- Email · nic-staff@sakura.ad.jp
- TLD · .com
- Browse hostnames · ad…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "add-ex.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.