Hostname
frisa.com.br
Last fetched
frisa.com.br resolves to 1 IPv4 address operated by AS266400 in BR.
Nutrition Label
Resolution chain
frisa.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.165.25.8 | 102.165.25.0/24 | AS266400 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- frisa frigorifico rio doce
- Contact emails
Subdomains
25 observed subdomains of frisa.com.br.
Web-graph footprint
Distinct hostnames that link to or from frisa.com.br in the public web crawl.
13 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for frisa.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | mail01.frisa.com.br |
| SPF_INCLUDE | _spf-a.f13.com.br |
| SPF_INCLUDE | _spf.directtalk.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.72.170.92/32 |
| SPF_IP | 200.186.254.108 |
| SPF_IP | 204.199.59.108 |
| SPF_MX | frisa.com.br |
Related pages
Pivot deeper into the graph from frisa.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frisa.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.