Skip to content

Hostname

createatee.com

Last fetched

createatee.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · createatee.comRouting diversity5.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/createatee.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.78.2383.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.2403.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.2483.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.53.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.82.223.5.82.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.152.252.218.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.152.2652.218.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.176.21052.218.176.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.176.21852.218.176.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.220.1852.218.220.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.243.4252.218.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.133.24352.92.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.139.7552.92.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.207.8352.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.225.13952.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.226.9952.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from createatee.com.

Cypher and MCP

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

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