Hostname
helipay.com
Last fetched
helipay.com resolves to 3 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
helipay.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 |
|---|---|---|---|---|
| 114.117.133.48 | 114.117.132.0/22 | AS45090 | — | CN |
| 43.145.18.187 | 43.145.0.0/18 | AS45090 | — | CN |
| 43.137.92.194 | 43.137.64.0/18 | AS45090 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- sun xiaoping
- Contact emails
Subdomains
61 observed subdomains of helipay.com.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from helipay.com in the public web crawl.
19 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for helipay.com.
| Mechanism | Target |
|---|---|
| SPF_A | all.turborelay.com |
| SPF_A | mail.helipay.com |
| SPF_IP | 120.133.136.110 |
| SPF_IP | 120.133.136.98 |
Related pages
Pivot deeper into the graph from helipay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helipay.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.