Hostname
vtx-cpd.com
Last fetched
vtx-cpd.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
vtx-cpd.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.134.251.213 | 13.134.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 16.60.19.41 | 16.60.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 91.134.252.10 | 91.134.0.0/16 | AS16276 | — | GB |
WHOIS identity
- Registrar
- iana:1515
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
8 observed subdomains of vtx-cpd.com.
Web-graph footprint
Distinct hostnames that link to or from vtx-cpd.com in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for vtx-cpd.com.
| Mechanism | Target |
|---|---|
| SPF_A | vtx-cpd.com |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.stackmail.com |
| SPF_MX | vtx-cpd.com |
Related pages
Pivot deeper into the graph from vtx-cpd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtx-cpd.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.