Hostname
flinx.com.br
Last fetched
flinx.com.br resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:godaddy (86) as the registrar.
Nutrition Label
Resolution chain
flinx.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.226.209.105 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.110 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.54 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.97 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.60.105 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.11 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.32 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.244.60.75 | 18.244.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 99.86.240.102 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.21 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.90 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.92 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:godaddy (86)
- Organization
- albert de almeida ferreira
- Contact emails
Subdomains
12 observed subdomains of flinx.com.br.
Threat posture
History
Related pages
Pivot deeper into the graph from flinx.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flinx.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.