Hostname
qyxc.org
Last fetched
qyxc.org resolves to 14 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
qyxc.org resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.201.67.19 | 154.201.64.0/21 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 154.201.83.5 | 154.201.80.0/21 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 165.99.42.97 | 165.99.42.0/24 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 198.44.176.65 | 198.44.176.0/24 | AS154321 | — | HK |
| 198.44.176.67 | 198.44.176.0/24 | AS154321 | — | HK |
| 198.44.176.76 | 198.44.176.0/24 | AS154321 | — | HK |
| 172.98.22.5 | 172.98.22.0/24 | AS154321 | — | HK |
| 172.98.22.8 | 172.98.22.0/24 | AS154321 | — | HK |
| 172.98.22.4 | 172.98.22.0/24 | AS154321 | — | HK |
| 172.98.22.3 | 172.98.22.0/24 | AS154321 | — | HK |
| 172.98.22.7 | 172.98.22.0/24 | AS154321 | — | HK |
| 198.44.176.66 | 198.44.176.0/24 | AS154321 | — | HK |
| 172.98.22.6 | 172.98.22.0/24 | AS154321 | — | HK |
| 198.44.176.8 | 198.44.176.0/24 | AS154321 | — | HK |
WHOIS identity
- Registrar
- iana:1910
- Organization
- gaojihui
- Contact emails
Subdomains
51 observed subdomains of qyxc.org.
Showing 25 of 51. View all subdomains →
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from qyxc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qyxc.org"})-[: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.