Hostname
www.ctext.org
Last fetched
www.ctext.org resolves to 1 IPv4 address operated by NOCIX - Nocix, LLC in US.
Nutrition Label
Resolution chain
www.ctext.org 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 |
|---|---|---|---|---|
| 74.91.19.10 | 74.91.16.0/20 | AS33387 | NOCIX - Nocix, LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.ctext.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for www.ctext.org.
| Mechanism | Target |
|---|---|
| SPF_A | www.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 | www.ctext.org |
Related pages
Pivot deeper into the graph from www.ctext.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.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.