Hostname
okazaki-mfg.com
Last fetched
okazaki-mfg.com resolves to 2 IPv4 addresses operated by AS2497 in JP. WHOIS lists iana:1485 as the registrar.
Nutrition Label
Resolution chain
okazaki-mfg.com 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 |
|---|---|---|---|---|
| 150.31.214.20 | 150.31.0.0/16 | AS2497 | — | JP |
| 150.95.158.240 | 150.95.128.0/17 | AS7506 | — | JP |
WHOIS identity
- Registrar
- iana:1485
- Organization
- okazaki manufacturing
- Contact emails
Subdomains
2 observed subdomains of okazaki-mfg.com.
Web-graph footprint
Distinct hostnames that link to or from okazaki-mfg.com in the public web crawl.
90 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for okazaki-mfg.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.activegate-ss.jp |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 202.238.230.88 |
| SPF_IP | 210.149.76.222 |
| SPF_IP | 210.162.168.214 |
Related pages
Pivot deeper into the graph from okazaki-mfg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okazaki-mfg.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.