Hostname
arceight.co.jp
Last fetched
arceight.co.jp resolves to 2 IPv4 addresses operated by CPI-NET - KDDI Web Communications Inc. in JP.
Nutrition Label
Resolution chain
arceight.co.jp 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 |
|---|---|---|---|---|
| 122.200.213.41 | 122.200.192.0/19 | AS9597 | CPI-NET - KDDI Web Communications Inc. | JP |
| 150.60.158.253 | 150.60.0.0/16 | AS9597 | CPI-NET - KDDI Web Communications Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- arceight corp.inc
- Contact emails
- —
Subdomains
2 observed subdomains of arceight.co.jp.
Web-graph footprint
Distinct hostnames that link to or from arceight.co.jp in the public web crawl.
14 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for arceight.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.secure.ne.jp |
| SPF_INCLUDE | spf2.secure.ne.jp |
Related pages
Pivot deeper into the graph from arceight.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arceight.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.