Hostname
concept-trail.com
Last fetched
concept-trail.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:93 as the registrar.
Nutrition Label
Resolution chain
concept-trail.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:93
- Organization
- milen radumilo
- Contact emails
- milenradumilo@gmail.com
- 0ef91f5a4fb0d6c556637fd022eca177a6d2693a@privatedomain.gkg.net
- 5a496a5b3ea626ec8e4b1c160f0c2c30f07be6cc@privatedomain.gkg.net
- 784bbc9d0e76bb7c58f7f67993c3e0db1eb343b8@privatedomain.gkg.net
- 8d5560a61ae94db3b035709c81e32ab1b6870cb8@privatedomain.gkg.net
- 98d2abaf4961312722c11fe3c4849f46d64dfd08@privatedomain.gkg.net
- 9c4568f1985f31c0cdef308aecb32a0bdd250343@privatedomain.gkg.net
- c0193d5cd421280ca48af5091f705ef50d17d990@privatedomain.gkg.net
- dc48c108b48ce9c36d0102ee33913ed3e8b0c15c@privatedomain.gkg.net
- f7e0e0b7c866a4dedbd01cf16917fd30ad9560ee@privatedomain.gkg.net
Web-graph footprint
Distinct hostnames that link to or from concept-trail.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from concept-trail.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "concept-trail.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.