Skip to content

Hostname

drawtwo.cards

Last fetched

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

Nutrition Label

WHISPER CANON · drawtwo.cardsRouting diversity5.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/drawtwo.cards

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.128.2113.5.128.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.128.2183.5.128.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.130.153.5.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.131.1353.5.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.131.2353.5.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.1063.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.103.4052.219.103.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.109.21652.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.109.7252.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.110.052.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.110.852.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.143.7252.219.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.176.3252.219.176.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.176.9652.219.176.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.179.8852.219.176.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.92.22452.219.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from drawtwo.cards.

Cypher and MCP

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

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