Hostname
qq138139.com
Last fetched
qq138139.com resolves to 4 IPv4 addresses operated by AS138415 in HK. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
qq138139.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.234.38.194 | 156.234.38.0/24 | AS138415 | — | HK |
| 202.5.31.28 | 202.5.31.0/24 | AS201106 | — | US |
| 23.248.222.162 | 23.248.222.0/24 | AS138415 | — | US |
| 62.204.54.162 | 62.204.54.0/24 | AS201106 | — | US |
WHOIS identity
- Registrar
- iana:1923
- Organization
- guang zhou yi ma ke ji you xian gong si
- Contact emails
Subdomains
2 observed subdomains of qq138139.com.
| Subdomain |
|---|
| m.qq138139.com |
| www.qq138139.com |
Threat posture
History
Related pages
Pivot deeper into the graph from qq138139.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qq138139.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.