Hostname
distriangulo.com.br
Last fetched
distriangulo.com.br resolves to 2 IPv4 addresses operated by AS28250 in BR.
Nutrition Label
Resolution chain
distriangulo.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 |
|---|---|---|---|---|
| 170.78.77.2 | 170.78.76.0/22 | AS28250 | — | BR |
| 186.248.196.2 | 186.248.192.0/18 | AS23106 | — | BR |
| 186.248.196.2 | 186.248.192.0/18 | AS23106 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- distribuidora triangulo ltda.
- Contact emails
Subdomains
8 observed subdomains of distriangulo.com.br.
Web-graph footprint
Distinct hostnames that link to or from distriangulo.com.br in the public web crawl.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for distriangulo.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 170.78.77.0/26 |
| SPF_IP | 186.248.196.0/26 |
| SPF_MX | distriangulo.com.br |
Related pages
Pivot deeper into the graph from distriangulo.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "distriangulo.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.