Skip to content

Hostname

bbab.cc

Last fetched

bbab.cc resolves to 2 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in US.

Nutrition Label

WHISPER CANON · bbab.ccRouting diversity2.4/10Peering density5.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/bbab.cc

Resolution chain

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

IPPrefixASNOperatorCountry
23.224.145.15523.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
38.246.253.3838.246.253.0/24AS979NETLAB-SDN - NetLab GlobalHK

WHOIS identity

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

Subdomains

1 observed subdomain of bbab.cc.

Subdomain
www.bbab.cc

Threat posture

History

Related pages

Pivot deeper into the graph from bbab.cc.

Cypher and MCP

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

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