Hostname
bem.to.gov.br
Last fetched
bem.to.gov.br resolves to 2 IPv4 addresses operated by AS262352 in BR.
Nutrition Label
Resolution chain
bem.to.gov.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 |
|---|---|---|---|---|
| 131.72.217.196 | 131.72.216.0/23 | AS262352 | — | BR |
| 191.223.64.196 | 191.223.64.0/20 | AS8167 | — | BR |
WHOIS identity
No WHOIS records are currently associated with bem.to.gov.br in WhisperGraph.
Subdomains
3 observed subdomains of bem.to.gov.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bem.to.gov.br.
| Mechanism | Target |
|---|---|
| SPF_IP | 200.172.138.84/32 |
| SPF_MX | bem.to.gov.br |
Related pages
Pivot deeper into the graph from bem.to.gov.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bem.to.gov.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.