Skip to content

Hostname

qamby.com

Last fetched

qamby.com resolves to 2 IPv4 addresses operated by HENGTONG-IDC-LLC - HT in HK. WHOIS lists iana:151 as the registrar.

Nutrition Label

WHISPER CANON · qamby.comRouting diversity2.4/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/qamby.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.205.167.141103.205.164.0/22AS26658HENGTONG-IDC-LLC - HTHK
69.46.46.7869.46.46.0/24AS400940RAILWAY - RailwayUS

WHOIS identity

Registrar
iana:151
Organization
domain administrator
Contact emails

Subdomains

10 observed subdomains of qamby.com.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from qamby.com.

Cypher and MCP

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

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