Hostname
ceed.at
Last fetched
ceed.at resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
ceed.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.40.28.27 | 188.40.0.0/16 | AS24940 | — | DE |
| 37.252.191.202 | 37.252.184.0/21 | AS44133 | — | AT |
WHOIS identity
No WHOIS records are currently associated with ceed.at in WhisperGraph.
Subdomains
3 observed subdomains of ceed.at.
| Subdomain |
|---|
| nextcloud.ceed.at |
| www.ceed.at |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for ceed.at.
| Mechanism | Target |
|---|---|
| SPF_A | ceed.at |
| SPF_MX | ceed.at |
Related pages
Pivot deeper into the graph from ceed.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ceed.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.