Hostname
dextk-api.ripbr.com.br
Last fetched
dextk-api.ripbr.com.br resolves to 2 IPv4 addresses operated by AS10429 in BR.
Nutrition Label
Resolution chain
dextk-api.ripbr.com.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 |
|---|---|---|---|---|
| 200.205.55.109 | 200.205.0.0/17 | AS10429 | — | BR |
| 201.48.250.33 | 201.48.128.0/17 | AS16735 | — | BR |
WHOIS identity
No WHOIS records are currently associated with dextk-api.ripbr.com.br in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from dextk-api.ripbr.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dextk-api.ripbr.com.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.