Hostname
ghinf.com
Last fetched
ghinf.com resolves to 3 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:471 as the registrar.
Nutrition Label
Resolution chain
ghinf.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.143.78.177 | 43.143.64.0/18 | AS45090 | — | CN |
| 8.219.216.155 | 8.219.128.0/17 | AS45102 | — | SG |
| 47.239.60.175 | 47.239.0.0/16 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:471
- Organization
- wang ximin
- Contact emails
Subdomains
7 observed subdomains of ghinf.com.
Web-graph footprint
Distinct hostnames that link to or from ghinf.com in the public web crawl.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ghinf.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from ghinf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ghinf.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.