Hostname
technobrisa.com.br
Last fetched
technobrisa.com.br resolves to 2 IPv4 addresses operated by AS263870 in BR.
Nutrition Label
Resolution chain
technobrisa.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 |
|---|---|---|---|---|
| 138.186.228.17 | 138.186.228.0/24 | AS263870 | — | BR |
| 31.170.166.98 | 31.170.166.0/23 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with technobrisa.com.br in WhisperGraph.
Subdomains
3 observed subdomains of technobrisa.com.br.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for technobrisa.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | technobrisa.com.br |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 138.186.228.0/24 |
| SPF_MX | technobrisa.com.br |
Related pages
Pivot deeper into the graph from technobrisa.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "technobrisa.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.