Hostname
caem.ba.gov.br
Last fetched
caem.ba.gov.br resolves to 1 IPv4 address operated by AS34931 in GB.
Nutrition Label
Resolution chain
caem.ba.gov.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 |
|---|---|---|---|---|
| 149.255.58.167 | 149.255.56.0/22 | AS34931 | — | GB |
WHOIS identity
No WHOIS records are currently associated with caem.ba.gov.br in WhisperGraph.
Subdomains
17 observed subdomains of caem.ba.gov.br.
Showing 12 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from caem.ba.gov.br in the public web crawl.
8 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for caem.ba.gov.br.
| Mechanism | Target |
|---|---|
| SPF_A | caem.ba.gov.br |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | relay.thundermail.uk |
| SPF_IP | 149.255.58.1/16 |
| SPF_IP | 149.255.58.167 |
| SPF_IP | 186.227.198.219 |
| SPF_IP | 187.45.181.138 |
| SPF_IP | 187.45.181.157 |
| SPF_IP | 187.45.181.160 |
| SPF_IP | 187.45.181.168 |
| SPF_MX | caem.ba.gov.br |
Related pages
Pivot deeper into the graph from caem.ba.gov.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caem.ba.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.