Hostname
cebs.at
Last fetched
cebs.at resolves to 2 IPv4 addresses operated by AS15817 in DE. WHOIS lists registrar:ledl.net gmbh as the registrar.
Nutrition Label
Resolution chain
cebs.at 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.94.254.68 | 188.94.248.0/21 | AS15817 | — | DE |
| 213.145.225.160 | 213.145.224.0/19 | AS25575 | — | AT |
WHOIS identity
- Registrar
- registrar:ledl.net gmbh
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of cebs.at.
Web-graph footprint
Distinct hostnames that link to or from cebs.at in the public web crawl.
54 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cebs.at.
| Mechanism | Target |
|---|---|
| SPF_A | cebs.at |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 52.174.7.133 |
| SPF_IP | 91.135.164.123 |
Related pages
Pivot deeper into the graph from cebs.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cebs.at"})-[: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.