Hostname
vtd-services.com
Last fetched
vtd-services.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
vtd-services.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 vtd-services.com owner
- Contact emails
- 07a3d2ba-8dee-49ef-95f8-2c1a697eaf3c@identity-protect.org
- 0c1ce797-061d-458e-b0ef-5781b2ea8f34@identity-protect.org
- 8ab67443-6d01-4055-b6c0-4fc9b9bc2f84@identity-protect.org
- de071d5e-a3a3-4004-8b56-b54626a5945f@identity-protect.org
- e814ff8f-e40d-4a75-879a-cb945f8fbf5a@identity-protect.org
- fac13c87-6733-499d-a774-5ad9e43ef9be@identity-protect.org
Subdomains
31 observed subdomains of vtd-services.com.
Threat posture
History
Related pages
Pivot deeper into the graph from vtd-services.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtd-services.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.