Hostname
itmanager.universal.org.br
Last fetched
itmanager.universal.org.br resolves to 2 IPv4 addresses operated by AS10429 in BR.
Nutrition Label
Resolution chain
itmanager.universal.org.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 |
|---|---|---|---|---|
| 187.9.79.168 | 187.8.0.0/15 | AS10429 | — | BR |
| 187.9.79.168 | 187.8.0.0/15 | AS10429 | — | BR |
| 200.212.152.70 | 200.212.0.0/16 | AS4230 | — | BR |
WHOIS identity
No WHOIS records are currently associated with itmanager.universal.org.br in WhisperGraph.
Subdomains
1 observed subdomain of itmanager.universal.org.br.
| Subdomain |
|---|
| lb.itmanager.universal.org.br |
Threat posture
History
Related pages
Pivot deeper into the graph from itmanager.universal.org.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itmanager.universal.org.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.