Hostname
care.vittude.com
Last fetched
care.vittude.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
care.vittude.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.50.224.183 | 101.0.12.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.209.3.14 | 18.216.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.226.125.26 | 34.240.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.4.127.224 | 52.12.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.4.198.65 | 52.12.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.70.120.157 | 52.75.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.172.145.166 | 54.179.0.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.174.189.174 | 54.179.128.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 72.44.43.213 | 72.44.88.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.90.225.183 | 98.96.179.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with care.vittude.com in WhisperGraph.
Subdomains
1 observed subdomain of care.vittude.com.
| Subdomain |
|---|
| www.care.vittude.com |
Threat posture
History
Related pages
Pivot deeper into the graph from care.vittude.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "care.vittude.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.