Hostname
asko.dk
Last fetched
asko.dk resolves to 1 IPv4 address operated by CONTABO in DE. WHOIS lists registrar:abion ab as the registrar.
Nutrition Label
Resolution chain
asko.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.252.234.220 | 185.252.234.0/23 | AS51167 | CONTABO | DE |
WHOIS identity
- Registrar
- registrar:abion ab
- Organization
- am appliance holding ab
- Contact emails
Subdomains
2 observed subdomains of asko.dk.
| Subdomain |
|---|
| intranet.asko.dk |
| www.asko.dk |
Web-graph footprint
Distinct hostnames that link to or from asko.dk in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for asko.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mr.gorenje.si |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.55.91.97 |
| SPF_IP | 194.55.91.98 |
| SPF_IP | 194.55.91.99 |
| SPF_MX | asko.dk |
Related pages
Pivot deeper into the graph from asko.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asko.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.