Hostname
openstreetmaps.org
Last fetched
openstreetmaps.org resolves to 3 IPv4 addresses operated by AS15830 in NL. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
openstreetmaps.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 82.199.86.102 | 82.199.64.0/19 | AS15830 | — | NL |
| 82.199.86.103 | 82.199.64.0/19 | AS15830 | — | NL |
| 82.199.86.104 | 82.199.64.0/19 | AS15830 | — | NL |
WHOIS identity
- Registrar
- iana:81
- Organization
- grant slater
- Contact emails
Subdomains
13 observed subdomains of openstreetmaps.org.
Web-graph footprint
Distinct hostnames that link to or from openstreetmaps.org in the public web crawl.
74 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
14 SPF mechanisms authorising senders for openstreetmaps.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 184.104.179.128/27 |
| SPF_IP | 184.104.226.96/27 |
| SPF_IP | 184.104.226.98 |
| SPF_IP | 193.60.236.0/24 |
| SPF_IP | 2001:470:1:b3b:0:0:0:2 |
| SPF_IP | 2001:470:1:b3b::/64 |
| SPF_IP | 2001:470:1:fa1::/64 |
| SPF_IP | 2001:4d78:500:5e3::/64 |
| SPF_IP | 2001:4d78:fe03:1c:0:0:0:2 |
| SPF_IP | 2001:4d78:fe03:1c::/64 |
| SPF_IP | 82.199.86.96/27 |
| SPF_IP | 87.252.214.96/27 |
| SPF_IP | 87.252.214.98 |
| SPF_MX | openstreetmaps.org |
Related pages
Pivot deeper into the graph from openstreetmaps.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openstreetmaps.org"})-[: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.