Hostname
ceetal.net
Last fetched
ceetal.net resolves to 1 IPv4 address operated by OVH - OVH SAS in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
ceetal.net 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 |
|---|---|---|---|---|
| 51.254.36.141 | 51.254.0.0/15 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- ceetal
- Contact emails
Subdomains
5 observed subdomains of ceetal.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for ceetal.net.
| Mechanism | Target |
|---|---|
| SPF_A | ceetal.net |
| SPF_A | mail.ceetal.net |
| SPF_A | minotaure2.qosinus.com |
| SPF_A | srvmail.ceetal.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2001:4b98:dc0:43:216:3eff:fe84:2cd5 |
| SPF_IP | 2001:4b98:dc0:51:216:3eff:fe91:793b |
| SPF_IP | 46.226.105.250 |
| SPF_IP | 51.254.36.141 |
| SPF_IP | 91.103.232.131 |
| SPF_IP | 91.103.232.151 |
| SPF_IP | 91.103.232.188 |
| SPF_IP | 94.127.8.244 |
| SPF_IP | 95.142.167.176 |
| SPF_MX | ceetal.net |
Related pages
Pivot deeper into the graph from ceetal.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ceetal.net"})-[: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.