Hostname
onesolution.com.hk
Last fetched
onesolution.com.hk resolves to 1 IPv4 address operated by AS17444 in HK.
Nutrition Label
Resolution chain
onesolution.com.hk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 210.245.233.93 | 210.245.224.0/19 | AS17444 | — | HK |
WHOIS identity
No WHOIS records are currently associated with onesolution.com.hk in WhisperGraph.
Subdomains
16 observed subdomains of onesolution.com.hk.
Web-graph footprint
Distinct hostnames that link to or from onesolution.com.hk in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for onesolution.com.hk.
| Mechanism | Target |
|---|---|
| SPF_A | onesolution.com.hk |
| SPF_INCLUDE | _spf.onesolution.hk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 210.245.233.103 |
| SPF_IP | 210.245.233.120 |
| SPF_IP | 210.245.233.88 |
| SPF_IP | 58.64.140.17 |
| SPF_IP | 58.64.140.4 |
| SPF_IP | 58.64.140.5 |
| SPF_MX | onesolution.com.hk |
Related pages
Pivot deeper into the graph from onesolution.com.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onesolution.com.hk"})-[: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.