Hostname
nexans.jp
Last fetched
nexans.jp resolves to 4 IPv4 addresses operated by AS20940 in NL.
Nutrition Label
Resolution chain
nexans.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.18.121.146 | 2.18.121.0/24 | AS20940 | — | NL |
| 2.18.121.218 | 2.18.121.0/24 | AS20940 | — | NL |
| 23.215.0.136 | 23.215.0.0/24 | AS20940 | — | US |
| 23.215.0.144 | 23.215.0.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- nexans
- Contact emails
Subdomains
2 observed subdomains of nexans.jp.
| Subdomain |
|---|
| mail.nexans.jp |
| www.nexans.jp |
Web-graph footprint
Distinct hostnames that link to or from nexans.jp in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for nexans.jp.
| Mechanism | Target |
|---|---|
| SPF_MX | nexans.jp |
Related pages
Pivot deeper into the graph from nexans.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nexans.jp"})-[: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.