Hostname
howden.development.segdev.com.br
Last fetched
howden.development.segdev.com.br resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
howden.development.segdev.com.br 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 |
|---|---|---|---|---|
| 13.227.87.42 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.50 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.56 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.75 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.128 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.15 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.6 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.95 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.64.30 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.43 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.87 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.99 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with howden.development.segdev.com.br in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from howden.development.segdev.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "howden.development.segdev.com.br"})-[: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.