Hostname
tk-p.pro
Last fetched
tk-p.pro resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
tk-p.pro resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.158.13 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.15 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.55 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.78 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- tk planning
- Contact emails
- —
Subdomains
2 observed subdomains of tk-p.pro.
| Subdomain |
|---|
| mail.tk-p.pro |
| www.tk-p.pro |
Web-graph footprint
Distinct hostnames that link to or from tk-p.pro in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for tk-p.pro.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.makeshop.jp |
Related pages
Pivot deeper into the graph from tk-p.pro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tk-p.pro"})-[: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.