Skip to content

Hostname

openstreetmap.de

Last fetched

openstreetmap.de resolves to 1 IPv4 address operated by AS24940 in DE.

Nutrition Label

WHISPER CANON · openstreetmap.deRouting diversity1.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/openstreetmap.de

Resolution chain

openstreetmap.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
138.201.247.34138.201.0.0/16AS24940DE

WHOIS identity

No WHOIS records are currently associated with openstreetmap.de in WhisperGraph.

Subdomains

65 observed subdomains of openstreetmap.de.

Web-graph footprint

Distinct hostnames that link to or from openstreetmap.de in the public web crawl.

9,617 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for openstreetmap.de.

MechanismTarget
SPF_Aopenstreetmap.de
SPF_IP139.17.3.227
SPF_IP139.17.3.229
SPF_IP2a01:238:4000:0:21:6879:9ac1:9e7e
SPF_IP2a01:238:4000:0:3ca:c780:8a7d:7be2
SPF_IP2a01:238:4000:0:4ea:44ad:b203:c2ab
SPF_MXopenstreetmap.de

Related pages

Pivot deeper into the graph from openstreetmap.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "openstreetmap.de"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.