Hostname
abcdofrio.com.br
Last fetched
abcdofrio.com.br resolves to 2 IPv4 addresses operated by Brasil Site Informatica LTDA in BR.
Nutrition Label
Resolution chain
abcdofrio.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 |
|---|---|---|---|---|
| 177.11.54.229 | 177.11.54.0/24 | AS53243 | Brasil Site Informatica LTDA | BR |
| 45.231.100.38 | 45.231.100.0/23 | AS267236 | Velho Ponto Net -Telecom | BR |
WHOIS identity
No WHOIS records are currently associated with abcdofrio.com.br in WhisperGraph.
Subdomains
9 observed subdomains of abcdofrio.com.br.
Threat posture
History
Mail and authentication
MX records
- abcdofrio.com.br
SPF policy
5 SPF mechanisms authorising senders for abcdofrio.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | abcdofrio.com.br |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf.cloudns.link |
| SPF_IP | 177.11.54.229 |
| SPF_MX | abcdofrio.com.br |
Related pages
Pivot deeper into the graph from abcdofrio.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abcdofrio.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.