Hostname
frimesa.com.br
Last fetched
frimesa.com.br resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in BR.
Nutrition Label
Resolution chain
frimesa.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 |
|---|---|---|---|---|
| 164.152.49.87 | 164.152.32.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
| 136.248.113.37 | 136.248.64.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
WHOIS identity
- Registrar
- —
- Organization
- alessandro grequi cardoso
- Contact emails
Subdomains
15 observed subdomains of frimesa.com.br.
Web-graph footprint
Distinct hostnames that link to or from frimesa.com.br in the public web crawl.
76 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for frimesa.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | rp.oracleemaildelivery.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 177.220.165.74 |
| SPF_IP | 177.220.165.77 |
| SPF_IP | 201.89.225.90 |
Related pages
Pivot deeper into the graph from frimesa.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frimesa.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.