Hostname
stark.dk
Last fetched
stark.dk resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
stark.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 |
|---|---|---|---|---|
| 20.50.2.80 | 20.48.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from stark.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for stark.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.consignor.com |
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | essprod0.templafy-ess.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.116.223.15 |
| SPF_IP | 194.116.223.16 |
| SPF_IP | 194.116.223.161 |
| SPF_IP | 194.116.223.162 |
| SPF_IP | 194.116.223.168 |
| SPF_IP | 194.116.223.33 |
| SPF_IP | 194.116.223.34 |
| SPF_IP | 199.7.200.0/21 |
| SPF_IP | 20.61.145.119/32 |
| SPF_IP | 40.107.236.41 |
| SPF_IP | 87.54.9.98 |
| SPF_IP | 87.54.9.99 |
| SPF_IP | 89.207.160.0/21 |
| SPF_IP | 94.231.99.42 |
Related pages
Pivot deeper into the graph from stark.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stark.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.