Hostname
areatecno.com.br
Last fetched
areatecno.com.br resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
areatecno.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.185.212.232 | 192.185.208.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 80.23.105.43 | 80.23.0.0/16 | AS3269 | — | IT |
WHOIS identity
No WHOIS records are currently associated with areatecno.com.br in WhisperGraph.
Subdomains
8 observed subdomains of areatecno.com.br.
Threat posture
History
Mail and authentication
MX records
- areatecno.com.br
SPF policy
9 SPF mechanisms authorising senders for areatecno.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | areatecno.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 162.241.19.104 |
| SPF_IP | 192.185.176.133 |
| SPF_IP | 192.185.212.232 |
| SPF_IP | 192.185.24.15 |
| SPF_IP | 2804:14c:b5:8698:49da:a7ab:7856:4b5 |
| SPF_MX | areatecno.com.br |
Related pages
Pivot deeper into the graph from areatecno.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "areatecno.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.