Hostname
default.werkplanner.app
Last fetched
default.werkplanner.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
default.werkplanner.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.2.100 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.35 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.43 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.68 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.198.45 | 13.35.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.35.198.57 | 13.35.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.35.198.72 | 13.35.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.35.198.89 | 13.35.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with default.werkplanner.app in WhisperGraph.
Subdomains
1 observed subdomain of default.werkplanner.app.
| Subdomain |
|---|
| wildcard.default.werkplanner.app |
Threat posture
History
Related pages
Pivot deeper into the graph from default.werkplanner.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "default.werkplanner.app"})-[: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.