Hostname
axtos.com
Last fetched
axtos.com resolves to 2 IPv4 addresses operated by CTCX Chubu Telecommunications Company, Inc. in JP.
Nutrition Label
Resolution chain
axtos.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 |
|---|---|---|---|---|
| 203.129.126.229 | 203.129.112.0/20 | AS18126 | CTCX Chubu Telecommunications Company, Inc. | JP |
| 203.138.251.72 | 203.138.0.0/16 | AS2514 | INFOSPHERE NTT PC Communications, Inc. | JP |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from axtos.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for axtos.com.
| Mechanism | Target |
|---|---|
| SPF_A | mss732.kagoya.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf-wa.e-atoms.jp |
| SPF_INCLUDE | spf.bmv.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 133.18.202.62 |
| SPF_IP | 162.43.105.84 |
| SPF_IP | 203.129.126.224/28 |
| SPF_IP | 203.138.251.64/28 |
| SPF_IP | 2406:8c00:0:3409:133:18:202:62 |
| SPF_IP | 52.198.45.2 |
Related pages
Pivot deeper into the graph from axtos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axtos.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.