Hostname
dedi.cloud
Last fetched
dedi.cloud resolves to 2 IPv4 addresses operated by AS16276 in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
dedi.cloud 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 |
|---|---|---|---|---|
| 198.244.202.235 | 198.244.128.0/17 | AS16276 | — | GB |
| 91.134.8.31 | 91.134.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:69
- Organization
- asset ict
- Contact emails
Subdomains
9 observed subdomains of dedi.cloud.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for dedi.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | dedi.cloud |
| SPF_IP | 109.169.75.145 |
| SPF_IP | 109.169.78.203 |
| SPF_IP | 185.17.151.63 |
| SPF_IP | 198.244.202.235 |
| SPF_IP | 198.244.228.218 |
| SPF_MX | dedi.cloud |
Related pages
Pivot deeper into the graph from dedi.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dedi.cloud"})-[: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.