Skip to content

Hostname

vtr.com

Last fetched

vtr.com resolves to 4 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · vtr.comRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/vtr.com

Resolution chain

vtr.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.60.103.1445.60.103.0/24AS19551INCAPSULA - Incapsula IncUS
45.60.31.1445.60.31.0/24AS19551INCAPSULA - Incapsula IncUS
35.71.133.25335.71.128.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.223.2.4752.223.0.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
iana:1647
Organization
vtr global com
Contact emails

Subdomains

83 observed subdomains of vtr.com.

Web-graph footprint

Distinct hostnames that link to or from vtr.com in the public web crawl.

357 sites link to this hostname.

47 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for vtr.com.

MechanismTarget
SPF_INCLUDE_block1.vtr.net
SPF_INCLUDE_block2.vtr.net
SPF_INCLUDE_eblock1.vtr.com

Related pages

Pivot deeper into the graph from vtr.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "vtr.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.