Hostname
acifloripa.com.br
Last fetched
acifloripa.com.br resolves to 1 IPv4 address operated by AS10733 - DC MATRIX INTERNET S/A in BR.
Nutrition Label
Resolution chain
acifloripa.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 |
|---|---|---|---|---|
| 200.201.235.100 | 200.201.192.0/18 | AS10733 | AS10733 - DC MATRIX INTERNET S/A | BR |
WHOIS identity
No WHOIS records are currently associated with acifloripa.com.br in WhisperGraph.
Subdomains
1 observed subdomain of acifloripa.com.br.
| Subdomain |
|---|
| email.acifloripa.com.br |
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for acifloripa.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | acifloripa.com.br |
| SPF_A | mail02a.tcsdigital.com.br |
| SPF_A | mail02c.tcsdigital.com.br |
| SPF_A | mail04.tcsdigital.com.br |
| SPF_A | mail05.tcsdigital.com.br |
| SPF_INCLUDE | _spf.mailersend.net |
| SPF_IP | 191.233.142.19 |
| SPF_IP | 191.235.110.219 |
| SPF_IP | 191.238.210.206 |
| SPF_IP | 20.195.196.212 |
| SPF_MX | acifloripa.com.br |
Related pages
Pivot deeper into the graph from acifloripa.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acifloripa.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.