Hostname
deas.dk
Last fetched
deas.dk resolves to 1 IPv4 address operated by CLOUDCENTER in FI.
Nutrition Label
Resolution chain
deas.dk 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 |
|---|---|---|---|---|
| 185.82.145.150 | 185.82.144.0/22 | AS41993 | CLOUDCENTER | FI |
WHOIS identity
- Registrar
- —
- Organization
- deas a/s
- Contact emails
Subdomains
35 observed subdomains of deas.dk.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from deas.dk in the public web crawl.
199 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for deas.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emply.com |
| SPF_INCLUDE | _spf_cd.spamtitan.com |
| SPF_INCLUDE | bounce.peytz.dk |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dixa.io |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.outforce.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.199.210.126 |
| SPF_IP | 64.224.13.64/26 |
| SPF_IP | 77.240.25.140 |
| SPF_IP | 77.247.70.242/32 |
Related pages
Pivot deeper into the graph from deas.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deas.dk"})-[: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.