Hostname
sp.pointi.jp
Last fetched
sp.pointi.jp resolves to 3 IPv4 addresses operated by AS2527 in JP.
Nutrition Label
Resolution chain
sp.pointi.jp resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.238.4.195 | 118.238.0.0/17 | AS2527 | — | JP |
| 122.210.98.131 | 122.208.0.0/14 | AS17506 | — | JP |
| 203.141.48.163 | 203.141.48.0/22 | AS9607 | — | JP |
WHOIS identity
No WHOIS records are currently associated with sp.pointi.jp in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from sp.pointi.jp in the public web crawl.
171 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for sp.pointi.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mdeat.maildealer.jp |
| SPF_INCLUDE | mds3098gw.maildealer.jp |
| SPF_INCLUDE | spf-a.pointi.jp |
| SPF_INCLUDE | spf-b.pointi.jp |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf-rmb.mpme.jp |
Related pages
Pivot deeper into the graph from sp.pointi.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sp.pointi.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.