Skip to content

Hostname

cimadata.hostedrt.com

Last fetched

cimadata.hostedrt.com resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · cimadata.hostedrt.comRouting diversity3.9/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cimadata.hostedrt.com

Resolution chain

cimadata.hostedrt.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.20.228.252107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.84.20252.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.14.22352.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.72.183.23952.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.197.47.23254.196.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cimadata.hostedrt.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for cimadata.hostedrt.com.

MechanismTarget
SPF_INCLUDEspf.hostedrt.com

Related pages

Pivot deeper into the graph from cimadata.hostedrt.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cimadata.hostedrt.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.