Hostname
tkp.vmdev.pl
Last fetched
tkp.vmdev.pl resolves to 2 IPv4 addresses operated by MEGAMAX-AS in DE.
Nutrition Label
Resolution chain
tkp.vmdev.pl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 164.139.14.96 | 164.139.12.0/22 | AS39290 | MEGAMAX-AS | DE |
| 164.61.205.96 | 164.61.192.0/18 | AS8569 | MSYS | DE |
WHOIS identity
No WHOIS records are currently associated with tkp.vmdev.pl in WhisperGraph.
Subdomains
4 observed subdomains of tkp.vmdev.pl.
Threat posture
History
Related pages
Pivot deeper into the graph from tkp.vmdev.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tkp.vmdev.pl"})-[: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.