Hostname
adexad.com
Last fetched
adexad.com resolves to 2 IPv4 addresses operated by CLARANET-AS - Claranet Limited in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
adexad.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 |
|---|---|---|---|---|
| 146.185.45.74 | 146.185.40.0/21 | AS8426 | CLARANET-AS - Claranet Limited | FR |
| 216.24.57.1 | 216.24.57.0/24 | AS397273 | RENDER - Render | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- js web production
- Contact emails
Subdomains
4 observed subdomains of adexad.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for adexad.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _mailcust.gandi.net |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from adexad.com.
- IP · 146.185.45.74
- ASN · AS8426CLARANET-AS - Claranet Limited
- Registrar · iana:81
- Country · FR
- Email · cfee8d8b01c548fc863f4e31032f6c90-51996078@contact.gandi.net
- 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: "adexad.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.