Skip to content

Hostname

team.care

Last fetched

team.care resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · team.careRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/team.care

Resolution chain

team.care resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.32.241.2213.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.4613.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.4813.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.9013.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.198.163.163.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.198.503.163.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.198.733.163.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.198.783.163.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
54.230.71.11054.230.70.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
54.230.71.4854.230.70.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
54.230.71.7754.230.70.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
54.230.71.8854.230.70.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK

WHOIS identity

Registrar
iana:1068
Organization
albert bewersdorff
Contact emails

Subdomains

1 observed subdomain of team.care.

Subdomain
www.team.care

Threat posture

History

Related pages

Pivot deeper into the graph from team.care.

Cypher and MCP

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

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