Hostname
regal.co.jp
Last fetched
regal.co.jp resolves to 2 IPv4 addresses operated by IDCF - IDC Frontier Inc. in JP.
Nutrition Label
Resolution chain
regal.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 |
|---|---|---|---|---|
| 210.158.220.97 | 210.158.216.0/21 | AS4694 | IDCF - IDC Frontier Inc. | JP |
| 163.49.12.113 | 163.49.0.0/16 | AS2497 | IIJ - Internet Initiative Japan Inc. | — |
WHOIS identity
- Registrar
- —
- Organization
- regal corporation
- Contact emails
- —
Subdomains
8 observed subdomains of regal.co.jp.
Web-graph footprint
Distinct hostnames that link to or from regal.co.jp in the public web crawl.
579 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for regal.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.ecbeing.co.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.q-send.jp |
Related pages
Pivot deeper into the graph from regal.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "regal.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.