Hostname
ftec.com.br
Last fetched
ftec.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ftec.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 |
|---|---|---|---|---|
| 52.84.199.11 | 52.84.199.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.199.111 | 52.84.199.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.199.30 | 52.84.199.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.199.31 | 52.84.199.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.112 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.118 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.39 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.42 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- centro superior de tecnologia tecbrasil ltda
- Contact emails
Subdomains
96 observed subdomains of ftec.com.br.
Showing 25 of 96. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ftec.com.br in the public web crawl.
47 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ftec.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | smtp.vtexcrm.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
Related pages
Pivot deeper into the graph from ftec.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftec.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.