Hostname
0x7g.com
Last fetched
0x7g.com resolves to 4 IPv4 addresses operated by AS55933 in HK. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
0x7g.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 |
|---|---|---|---|---|
| 123.254.108.206 | 123.254.108.0/22 | AS55933 | — | HK |
| 134.122.187.249 | 134.122.187.0/24 | AS152194 | — | SG |
| 134.122.196.5 | 134.122.196.0/24 | AS152194 | — | SG |
| 43.240.12.6 | 43.240.12.0/23 | AS133731 | — | HK |
WHOIS identity
- Registrar
- iana:1068
- Organization
- huai an shi guang jie dian zi shang wu you xian gong si
- Contact emails
Subdomains
1 observed subdomain of 0x7g.com.
| Subdomain |
|---|
| www.0x7g.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 0x7g.com.
- IP · 123.254.108.206
- ASN · AS55933
- Registrar · iana:1068
- Country · HK
- Email · cb7e553852b445abb3693a7192aa1099.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · 0x…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0x7g.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.