Hostname
komel.com.br
Last fetched
komel.com.br resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
komel.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 |
|---|---|---|---|---|
| 108.158.194.105 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.194.30 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.194.34 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.194.62 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.169.202.17 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.20 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.47 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.79 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.104 | 99.85.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.106 | 99.85.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.47 | 99.85.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.59 | 99.85.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with komel.com.br in WhisperGraph.
Subdomains
1 observed subdomain of komel.com.br.
| Subdomain |
|---|
| www.komel.com.br |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from komel.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "komel.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.