Hostname
cmore.dk
Last fetched
cmore.dk resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
cmore.dk resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.49.204.145 | 13.48.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.53.70.158 | 13.53.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.61.238.52 | 13.60.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.63.66.203 | 13.62.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 16.171.184.16 | 16.170.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 51.21.239.27 | 51.21.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- —
- Organization
- c more entertainment ab
- Contact emails
- —
Subdomains
4 observed subdomains of cmore.dk.
Web-graph footprint
Distinct hostnames that link to or from cmore.dk in the public web crawl.
64 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cmore.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.tv4.neolane.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.38.180.37 |
| SPF_IP | 194.17.7.135/32 |
| SPF_IP | 194.17.7.157/32 |
Related pages
Pivot deeper into the graph from cmore.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmore.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.