Skip to content

Hostname

api-us.roborock.com

Last fetched

api-us.roborock.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-us.roborock.comRouting diversity5.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api-us.roborock.com

Resolution chain

api-us.roborock.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.51.139.193101.0.9.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.40.131101.0.9.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.209.233.1623.218.180.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.215.7.2423.218.180.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.52.10435.0.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
35.169.223.2935.182.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.3.156.9152.0.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.70.165.152.79.64.0/18AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.181.3154.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.162.85.15254.174.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.85.166.1054.93.64.0/18AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.155.18398.96.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-us.roborock.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-us.roborock.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-us.roborock.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.