Hostname
lifork.jp
Last fetched
lifork.jp resolves to 1 IPv4 address operated by AS9607 in JP.
Nutrition Label
Resolution chain
lifork.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 |
|---|---|---|---|---|
| 211.14.0.157 | 211.14.0.0/21 | AS9607 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- yasutoshi sakakibara
- Contact emails
Subdomains
10 observed subdomains of lifork.jp.
Web-graph footprint
Distinct hostnames that link to or from lifork.jp in the public web crawl.
94 sites link to this hostname.
59 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for lifork.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 13.112.6.91 |
| SPF_IP | 13.115.215.42 |
| SPF_IP | 210.140.104.16 |
| SPF_IP | 210.224.185.178 |
| SPF_IP | 52.68.105.191 |
Related pages
Pivot deeper into the graph from lifork.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lifork.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.