Hostname
arcjp.com
Last fetched
arcjp.com resolves to 1 IPv4 address operated by KDDI KDDI CORPORATION in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
arcjp.com 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 |
|---|---|---|---|---|
| 211.5.148.141 | 211.5.0.0/16 | AS2516 | KDDI KDDI CORPORATION | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- arc co.
- Contact emails
Subdomains
4 observed subdomains of arcjp.com.
Web-graph footprint
Distinct hostnames that link to or from arcjp.com in the public web crawl.
39 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for arcjp.com.
| Mechanism | Target |
|---|---|
| SPF_A | www4349.sakura.ne.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.rakus-cloud.jp |
| SPF_IP | 123.226.24.66 |
| SPF_IP | 150.249.199.184 |
| SPF_IP | 153.246.218.140 |
| SPF_IP | 158.199.192.168 |
| SPF_IP | 159.28.71.187 |
| SPF_IP | 211.5.148.136 |
| SPF_MX | arcjp.com |
Related pages
Pivot deeper into the graph from arcjp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arcjp.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.