Hostname
api.ctext.org
Last fetched
api.ctext.org resolves to 2 IPv4 addresses operated by AS133752 in HK.
Nutrition Label
Resolution chain
api.ctext.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.161.224.90 | 103.161.224.0/23 | AS133752 | — | HK |
| 74.91.19.10 | 74.91.16.0/20 | AS33387 | NOCIX - Nocix, LLC | US |
WHOIS identity
No WHOIS records are currently associated with api.ctext.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.ctext.org in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for api.ctext.org.
| Mechanism | Target |
|---|---|
| SPF_A | api.ctext.org |
| SPF_IP | 103.16.228.82 |
| SPF_IP | 103.161.224.90 |
| SPF_IP | 112.121.173.138 |
| SPF_IP | 180.178.56.74 |
| SPF_IP | 208.94.242.82 |
| SPF_IP | 2604:4300:a:21a:0:0:0:2 |
| SPF_IP | 74.91.19.10 |
| SPF_IP | 74.91.30.58 |
| SPF_MX | api.ctext.org |
Related pages
Pivot deeper into the graph from api.ctext.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.ctext.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.