Hostname
inaba.co.jp
Last fetched
inaba.co.jp resolves to 1 IPv4 address operated by AS7684 in JP.
Nutrition Label
Resolution chain
inaba.co.jp 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 |
|---|---|---|---|---|
| 153.127.97.142 | 153.127.0.0/17 | AS7684 | — | JP |
WHOIS identity
No WHOIS records are currently associated with inaba.co.jp in WhisperGraph.
Subdomains
12 observed subdomains of inaba.co.jp.
Web-graph footprint
Distinct hostnames that link to or from inaba.co.jp in the public web crawl.
296 sites link to this hostname.
39 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for inaba.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | crmstyle.com |
| SPF_INCLUDE | spf.e-refax.smtps.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.satorimail.net |
| SPF_IP | 124.109.181.7/32 |
| SPF_IP | 133.242.224.95 |
| SPF_IP | 133.242.226.14 |
| SPF_IP | 160.17.0.0/16 |
| SPF_IP | 202.214.162.144/28 |
Related pages
Pivot deeper into the graph from inaba.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inaba.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.