Hostname
gonbei.jp
Last fetched
gonbei.jp resolves to 2 IPv4 addresses operated by AS2514 in JP.
Nutrition Label
Resolution chain
gonbei.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 |
|---|---|---|---|---|
| 203.141.128.13 | 203.141.128.0/19 | AS2514 | — | JP |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- interlink co.,ltd.
- Contact emails
Subdomains
5 observed subdomains of gonbei.jp.
Web-graph footprint
Distinct hostnames that link to or from gonbei.jp in the public web crawl.
180 sites link to this hostname.
63 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 gonbei.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.interlink.ad.jp |
| SPF_INCLUDE | ispapi.net |
| SPF_IP | 93.190.234.74/32 |
| SPF_IP | 93.190.234.75/32 |
Related pages
Pivot deeper into the graph from gonbei.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gonbei.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.