Hostname
tk2023.tokyo
Last fetched
tk2023.tokyo has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
tk2023.tokyo has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:49
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of tk2023.tokyo.
| Subdomain |
|---|
| lp.tk2023.tokyo |
| www.tk2023.tokyo |
Web-graph footprint
Distinct hostnames that link to or from tk2023.tokyo in the public web crawl.
9 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- tk2023.tokyo
SPF policy
6 SPF mechanisms authorising senders for tk2023.tokyo.
| Mechanism | Target |
|---|---|
| SPF_A | sv635.xbiz.ne.jp |
| SPF_A | tk2023.tokyo |
| SPF_INCLUDE | spf.baremetal.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_IP | 133.242.151.190 |
| SPF_MX | tk2023.tokyo |
Related pages
Pivot deeper into the graph from tk2023.tokyo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tk2023.tokyo"})-[: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.