Skip to content

Hostname

cheatsbasis.com

Last fetched

cheatsbasis.com resolves to 2 IPv4 addresses operated by HENGTONG-IDC-LLC - HT in US. WHOIS lists iana:2273 as the registrar.

Nutrition Label

WHISPER CANON · cheatsbasis.comRouting diversity2.4/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint9.3/10canon.whisper.security/host/cheatsbasis.com

Resolution chain

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

IPPrefixASNOperatorCountry
146.148.145.3146.152.203.0/24AS26658HENGTONG-IDC-LLC - HTUS
204.11.56.37204.11.103.0/24AS40034CONFLUENCE-NETWORK-INC - Confluence Networks IncVG

WHOIS identity

Registrar
iana:2273
Organization
redacted for gdpr privacy
Contact emails

Subdomains

2 observed subdomains of cheatsbasis.com.

Web-graph footprint

Distinct hostnames that link to or from cheatsbasis.com in the public web crawl.

28 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cheatsbasis.com.

Cypher and MCP

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

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