Skip to content

Hostname

komoot.de

Last fetched

komoot.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ.

Nutrition Label

WHISPER CANON · komoot.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/komoot.de

Resolution chain

komoot.de resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.227.192.5413.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.6213.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.7913.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.8513.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
3.167.227.1053.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.573.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.583.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.803.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
54.240.184.11454.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.12254.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8154.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.9554.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

42 observed subdomains of komoot.de.

Web-graph footprint

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

7,710 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for komoot.de.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from komoot.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "komoot.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.