Skip to content

Hostname

ab7.cc

Last fetched

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

Nutrition Label

WHISPER CANON · ab7.ccRouting diversity4.8/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/ab7.cc

Resolution chain

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

IPPrefixASNOperatorCountry
16.162.120.16316.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
16.162.120.16916.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
172.65.44.124172.65.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
43.199.253.24543.198.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
43.229.7.3743.229.7.0/24AS59371HK
54.46.54.15754.46.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.HK
69.160.168.18769.160.168.0/24AS59371HK
47.76.228.7847.76.128.0/17AS45102HK
8.217.85.1528.217.0.0/17AS45102HK

WHOIS identity

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

Subdomains

1 observed subdomain of ab7.cc.

Subdomain
www.ab7.cc

Threat posture

History

Related pages

Pivot deeper into the graph from ab7.cc.

Cypher and MCP

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

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