Hostname
gequhai.com
Last fetched
gequhai.com resolves to 6 IPv4 addresses operated by FD-298-8796 - FASTNET DATA INC in SG. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
gequhai.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.26.214.236 | 154.26.214.0/24 | AS8796 | FD-298-8796 - FASTNET DATA INC | SG |
| 154.40.36.62 | 154.40.36.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 156.238.224.225 | 156.238.224.0/23 | AS402506 | — | HK |
| 38.55.146.191 | 38.55.146.0/24 | AS400619 | AROSS-AS - AROSSCLOUD INC. | US |
| 38.246.245.148 | 38.246.245.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 45.205.31.152 | 45.205.30.0/23 | AS402506 | — | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of gequhai.com.
| Subdomain |
|---|
| www.gequhai.com |
Web-graph footprint
Distinct hostnames that link to or from gequhai.com in the public web crawl.
25 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gequhai.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gequhai.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.