Skip to content

Hostname

aity53.cc

Last fetched

aity53.cc resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · aity53.ccRouting diversity5.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/aity53.cc

Resolution chain

aity53.cc resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.183.11813.33.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.33.183.1313.33.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.33.183.3513.33.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.33.183.7513.33.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.33.88.11913.33.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
13.33.88.12113.33.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
13.33.88.1813.33.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
13.33.88.9413.33.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
18.172.52.418.172.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.172.52.4018.172.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.172.52.4618.172.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.172.52.518.172.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
3.167.192.1253.167.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.192.1273.167.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.192.183.167.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.192.193.167.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.1093.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.43.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.443.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.563.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with aity53.cc in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from aity53.cc.

Cypher and MCP

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

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