Skip to content

Hostname

to.gov.br

Last fetched

to.gov.br resolves to 3 IPv4 addresses operated by AS262352 in BR.

Nutrition Label

WHISPER CANON · to.gov.brRouting diversity3.0/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/to.gov.br

Resolution chain

to.gov.br resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

No WHOIS records are currently associated with to.gov.br in WhisperGraph.

Subdomains

1,522 observed subdomains of to.gov.br.

Web-graph footprint

Distinct hostnames that link to or from to.gov.br in the public web crawl.

965 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for to.gov.br.

MechanismTarget
SPF_IP131.72.217.19/32
SPF_IP191.223.64.19/32
SPF_MXto.gov.br

Related pages

Pivot deeper into the graph from to.gov.br.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.