Hostname
ad-nex.com
Last fetched
ad-nex.com resolves to 3 IPv4 addresses operated by AS9370 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
ad-nex.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 27.133.150.213 | 27.133.128.0/19 | AS9370 | — | JP |
| 59.106.233.149 | 59.106.224.0/20 | AS9370 | — | JP |
| 59.106.237.133 | 59.106.224.0/20 | AS9370 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
5 observed subdomains of ad-nex.com.
Web-graph footprint
Distinct hostnames that link to or from ad-nex.com in the public web crawl.
108 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ad-nex.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.conoha.ne.jp |
| SPF_INCLUDE | mdhick.maildealer.jp |
| SPF_IP | 27.133.134.48/28 |
| SPF_IP | 27.133.150.208/28 |
| SPF_IP | 59.106.233.144/28 |
| SPF_IP | 59.106.237.128/28 |
Related pages
Pivot deeper into the graph from ad-nex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ad-nex.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.