Hostname
unicom.dk
Last fetched
unicom.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
unicom.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 |
|---|---|---|---|---|
| 94.231.107.250 | 94.231.177.0/24 | AS48854 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- unicom nordic aps
- Contact emails
Subdomains
11 observed subdomains of unicom.dk.
Web-graph footprint
Distinct hostnames that link to or from unicom.dk in the public web crawl.
7 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for unicom.dk.
| Mechanism | Target |
|---|---|
| SPF_A | unicom-dk.mail.eo.outlook.com |
| SPF_INCLUDE | _spf.mailersend.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | send.heysender.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.permido.com |
| SPF_IP | 178.21.248.27 |
| SPF_IP | 195.215.245.90/28 |
| SPF_IP | 86.58.132.194/26 |
| SPF_IP | 87.63.138.227 |
| SPF_MX | unicom.dk |
Related pages
Pivot deeper into the graph from unicom.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unicom.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.