Hostname
cetaf.org
Last fetched
cetaf.org resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
cetaf.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 |
|---|---|---|---|---|
| 141.95.203.217 | 141.95.128.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:1383
- Organization
- ana casino
- Contact emails
Subdomains
15 observed subdomains of cetaf.org.
Web-graph footprint
Distinct hostnames that link to or from cetaf.org in the public web crawl.
216 sites link to this hostname.
425 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cetaf.org.
| Mechanism | Target |
|---|---|
| SPF_A | cetaf.org |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_IP | 141.95.203.217 |
| SPF_IP | 162.19.87.74 |
| SPF_IP | 188.165.193.69 |
| SPF_IP | 2001:41d0:2:8a45:0:0:0:0 |
| SPF_IP | 2001:41d0:306:1cd9:0:0:0:0 |
| SPF_IP | 2001:41d0:306:2a4a:0:0:0:0 |
| SPF_MX | cetaf.org |
Related pages
Pivot deeper into the graph from cetaf.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cetaf.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.