Hostname
consent2.ksta.de
Last fetched
consent2.ksta.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
consent2.ksta.de resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.106.14 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.42 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.46 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.53 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.107.115 | 13.35.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.107.5 | 13.35.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.107.91 | 13.35.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.107.97 | 13.35.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.211.94 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.53 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.47 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.41 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with consent2.ksta.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from consent2.ksta.de in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from consent2.ksta.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consent2.ksta.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.