Hostname
ceer.eu
Last fetched
ceer.eu resolves to 2 IPv4 addresses operated by AS34762 in BE. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
ceer.eu 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 |
|---|---|---|---|---|
| 188.208.36.204 | 188.208.36.0/23 | AS34762 | — | BE |
| 192.124.249.29 | 192.124.249.0/24 | AS30148 | SUCURI-SEC - Sucuri | US |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of ceer.eu.
Web-graph footprint
Distinct hostnames that link to or from ceer.eu in the public web crawl.
278 sites link to this hostname.
99 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ceer.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | app.aventri.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.99.255.38 |
| SPF_IP | 91.233.191.25 |
Related pages
Pivot deeper into the graph from ceer.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ceer.eu"})-[: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.