Hostname
nap.dk
Last fetched
nap.dk resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
nap.dk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.240.214.165 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.208.149.21 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.208.192.160 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.208.33.131 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- —
- Organization
- nordic autoparts aps
- Contact emails
- —
Subdomains
3 observed subdomains of nap.dk.
| Subdomain |
|---|
| export.nap.dk |
| gtm.nap.dk |
| www.nap.dk |
Web-graph footprint
Distinct hostnames that link to or from nap.dk in the public web crawl.
105 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for nap.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.frontdata.dk |
| SPF_INCLUDE | send.heyloyalty.com |
| SPF_INCLUDE | spf.hostnordic.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 194.150.112.0/24 |
| SPF_IP | 194.150.113.0/24 |
| SPF_IP | 87.51.6.242 |
| SPF_IP | 87.63.220.138 |
Related pages
Pivot deeper into the graph from nap.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nap.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.