Hostname
cobblestone.dk
Last fetched
cobblestone.dk resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
cobblestone.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.241.66.142 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.19.151.118 | 52.18.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.194.128.31 | 54.194.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.81.52.213 | 99.80.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- —
- Organization
- cobblestone a/s
- Contact emails
- —
Subdomains
32 observed subdomains of cobblestone.dk.
Showing 23 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cobblestone.dk in the public web crawl.
34 sites link to this hostname.
86 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cobblestone.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.eu.signature365.net |
| SPF_INCLUDE | spf.zentura.dk |
| SPF_IP | 128.77.139.202 |
| SPF_IP | 194.182.10.94 |
| SPF_IP | 62.199.210.126 |
| SPF_IP | 63.34.34.144 |
| SPF_IP | 77.66.88.239 |
Related pages
Pivot deeper into the graph from cobblestone.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cobblestone.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.