Skip to content

Hostname

app.simples.vet

Last fetched

app.simples.vet resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app.simples.vetRouting diversity3.9/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/app.simples.vet

Resolution chain

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

IPPrefixASNOperatorCountry
34.205.38.15834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.233.151.17134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.210.215.24644.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.192.20244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.95.3652.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
67.202.37.19067.202.0.0/18AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app.simples.vet in WhisperGraph.

Subdomains

1 observed subdomain of app.simples.vet.

Web-graph footprint

Distinct hostnames that link to or from app.simples.vet in the public web crawl.

11 sites link to this hostname.

9 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from app.simples.vet.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "app.simples.vet"})-[: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.