Skip to content

Hostname

rascal01-e.aws-ebiz.xfinity.com

Last fetched

rascal01-e.aws-ebiz.xfinity.com resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · rascal01-e.aws-ebiz.xfinity.comRouting diversity4.8/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/rascal01-e.aws-ebiz.xfinity.com

Resolution chain

rascal01-e.aws-ebiz.xfinity.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.24.140.148100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.22.90.6123.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.208.137.13.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.225.185.1083.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.233.44.293.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.247.9535.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.200.242.13852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.73.15152.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.242.22752.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with rascal01-e.aws-ebiz.xfinity.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from rascal01-e.aws-ebiz.xfinity.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "rascal01-e.aws-ebiz.xfinity.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.