Hostname
flexdev.com.br
Last fetched
flexdev.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
flexdev.com.br 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 |
|---|---|---|---|---|
| 18.239.168.103 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.15 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.27 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.87 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.164.36.126 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.29 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.59 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.84 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- —
- Organization
- flexdev automa??o comercial ltda - me
- Contact emails
Subdomains
7 observed subdomains of flexdev.com.br.
Web-graph footprint
Distinct hostnames that link to or from flexdev.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for flexdev.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | flespf.flexdev.com.br |
| SPF_MX | flexdev.com.br |
Related pages
Pivot deeper into the graph from flexdev.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flexdev.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.