Hostname
map-tool.com
Last fetched
map-tool.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
map-tool.com 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:468
- Organization
- on behalf of map-tool.com owner
- Contact emails
- 5cc9463fp22@opensrs.namespace4you.com
- h3315707@domains.namespace4you.com
- pnblog@126.com
- 2125c62c-0c0d-4210-b7c8-594764340511@identity-protect.org
- 4f0f0e83-704c-4f3b-9b2e-5d80b64867f0@identity-protect.org
- 6a6c5723-f7a1-46e6-951d-b2f3c8f2187f@identity-protect.org
- 7b21cd3a-b7f8-4334-8f72-e8e27f4fc58f@identity-protect.org
- a189d891-4412-454c-9a36-b9d09c9f4529@identity-protect.org
- be291a37-1ad5-4226-ab4e-593bf14e3c75@identity-protect.org
- ed7a8627-bccc-4167-ba9f-9a1731492e31@identity-protect.org
- owner-5314903@map-tool.com.whoisprivacyservice.org
Subdomains
2 observed subdomains of map-tool.com.
| Subdomain |
|---|
| api.map-tool.com |
| yuzhan.map-tool.com |
Threat posture
History
Related pages
Pivot deeper into the graph from map-tool.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "map-tool.com"})-[: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.