Hostname
sn.dk
Last fetched
sn.dk resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
sn.dk 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 |
|---|---|---|---|---|
| 51.21.120.101 | 51.21.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 51.21.18.138 | 51.21.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- —
- Organization
- sjaellandske medier a/s
- Contact emails
Subdomains
23 observed subdomains of sn.dk.
Web-graph footprint
Distinct hostnames that link to or from sn.dk in the public web crawl.
2,635 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for sn.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _custspf.one.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | bounce.peytz.dk |
| SPF_INCLUDE | spf-partner.lasertryk.dk |
| SPF_INCLUDE | spf.iteras.dk |
| SPF_INCLUDE | spf.permido.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.81.105.159 |
| SPF_IP | 91.143.120.129 |
Related pages
Pivot deeper into the graph from sn.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sn.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.