Skip to content

Hostname

app.vts.com

Last fetched

app.vts.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app.vts.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/app.vts.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.14.174.563.14.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.181.593.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.20.923.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.135.2163.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.39.493.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.18.143.1803.16.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app.vts.com in WhisperGraph.

Subdomains

1 observed subdomain of app.vts.com.

Web-graph footprint

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

10 sites link to this hostname.

8 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from app.vts.com.

Cypher and MCP

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

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