Hostname
frigomuzzi.com.br
Last fetched
frigomuzzi.com.br resolves to 2 IPv4 addresses operated by BIZNESSHOSTING-DBA-VOLICO - VOLICO in US.
Nutrition Label
Resolution chain
frigomuzzi.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 |
|---|---|---|---|---|
| 199.59.96.217 | 199.59.96.0/23 | AS33724 | BIZNESSHOSTING-DBA-VOLICO - VOLICO | US |
| 204.216.187.134 | 204.216.128.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
WHOIS identity
No WHOIS records are currently associated with frigomuzzi.com.br in WhisperGraph.
Subdomains
6 observed subdomains of frigomuzzi.com.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for frigomuzzi.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | ec2-177-71-182-155.sa-east-1.compute.amazonaws.com |
| SPF_A | mail.frigomuzzi.com.br |
| SPF_INCLUDE | spf.m9.network |
| SPF_IP | 149.56.170.0/24 |
| SPF_IP | 187.32.4.252 |
| SPF_IP | 189.17.165.132 |
| SPF_IP | 199.59.96.192/26 |
| SPF_IP | 208.88.121.0/24 |
| SPF_MX | frigomuzzi.com.br |
| SPF_MX | mail.frigomuzzi.com.br |
Related pages
Pivot deeper into the graph from frigomuzzi.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frigomuzzi.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.