Hostname
mail.arceight.co.jp
Last fetched
mail.arceight.co.jp resolves to 3 IPv4 addresses operated by KDDI - KDDI CORPORATION in JP.
Nutrition Label
Resolution chain
mail.arceight.co.jp 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 |
|---|---|---|---|---|
| 106.139.211.17 | 106.128.0.0/11 | AS2516 | KDDI - KDDI CORPORATION | JP |
| 106.139.212.17 | 106.128.0.0/11 | AS2516 | KDDI - KDDI CORPORATION | JP |
| 150.60.159.18 | 150.60.0.0/16 | AS9597 | CPI-NET - KDDI Web Communications Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with mail.arceight.co.jp in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mail.arceight.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-kw.im.kddi.ne.jp |
Related pages
Pivot deeper into the graph from mail.arceight.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.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.