Hostname
valuegolf.co.jp
Last fetched
valuegolf.co.jp resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in JP.
Nutrition Label
Resolution chain
valuegolf.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 |
|---|---|---|---|---|
| 141.147.169.138 | 141.147.160.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | JP |
WHOIS identity
- Registrar
- —
- Organization
- value golf
- Contact emails
- —
Subdomains
87 observed subdomains of valuegolf.co.jp.
Showing 25 of 87. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from valuegolf.co.jp in the public web crawl.
523 sites link to this hostname.
505 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for valuegolf.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.dev.valuegolf.co.jp |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.makeshop.jp |
| SPF_INCLUDE | spf01.aiolite.jp |
| SPF_IP | 141.147.169.138 |
| SPF_IP | 153.121.52.148 |
| SPF_IP | 203.152.207.37 |
| SPF_IP | 49.212.25.175 |
Related pages
Pivot deeper into the graph from valuegolf.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "valuegolf.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.