Hostname
thecea.org.uk
Last fetched
thecea.org.uk resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists registrar:123-reg limited t/a 123-reg as the registrar.
Nutrition Label
Resolution chain
thecea.org.uk 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 |
|---|---|---|---|---|
| 199.60.103.117 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.17 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- registrar:123-reg limited t/a 123-reg
- Organization
- enigma creative
- Contact emails
Subdomains
1 observed subdomain of thecea.org.uk.
| Subdomain |
|---|
| www.thecea.org.uk |
Web-graph footprint
Distinct hostnames that link to or from thecea.org.uk in the public web crawl.
104 sites link to this hostname.
193 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for thecea.org.uk.
| Mechanism | Target |
|---|---|
| SPF_A | thecea.org.uk |
| SPF_INCLUDE | 26098716.spf10.hubspotemail.net |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.72.159.0/24 |
| SPF_MX | thecea.org.uk |
Related pages
Pivot deeper into the graph from thecea.org.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thecea.org.uk"})-[: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.