Hostname
unext.co.jp
Last fetched
unext.co.jp resolves to 1 IPv4 address operated by AS139255 in JP.
Nutrition Label
Resolution chain
unext.co.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.140.112.141 | 103.140.112.0/24 | AS139255 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- u-nxet co.,ltd.
- Contact emails
- —
Subdomains
10 observed subdomains of unext.co.jp.
Web-graph footprint
Distinct hostnames that link to or from unext.co.jp in the public web crawl.
636 sites link to this hostname.
134 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for unext.co.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.140.112.241/32 |
| SPF_IP | 103.140.112.242/32 |
| SPF_IP | 210.150.110.161/32 |
| SPF_IP | 210.150.110.176/32 |
| SPF_IP | 69.169.238.130/32 |
| SPF_IP | 69.169.238.131/32 |
Related pages
Pivot deeper into the graph from unext.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unext.co.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.