Hostname
util.ind.br
Last fetched
util.ind.br resolves to 2 IPv4 addresses operated by CIDNOC - Daniel Cid in IE.
Nutrition Label
Resolution chain
util.ind.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 |
|---|---|---|---|---|
| 185.70.162.11 | 185.70.162.0/24 | AS205157 | CIDNOC - Daniel Cid | IE |
| 213.190.7.5 | 213.190.7.0/24 | AS47583 | AS-HOSTINGER - Hostinger International Limited | US |
WHOIS identity
No WHOIS records are currently associated with util.ind.br in WhisperGraph.
Subdomains
7 observed subdomains of util.ind.br.
Web-graph footprint
Distinct hostnames that link to or from util.ind.br in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for util.ind.br.
| Mechanism | Target |
|---|---|
| SPF_A | util.ind.br |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 195.35.61.40 |
| SPF_IP | 31.170.163.101 |
| SPF_MX | util.ind.br |
Related pages
Pivot deeper into the graph from util.ind.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "util.ind.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.