Hostname
data.cgomesu.com
Last fetched
data.cgomesu.com resolves to 2 IPv4 addresses operated by AS18881 in BR.
Nutrition Label
Resolution chain
data.cgomesu.com 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 |
|---|---|---|---|---|
| 186.212.212.230 | 186.212.208.0/20 | AS18881 | — | BR |
| 191.32.49.231 | 191.32.32.0/19 | AS18881 | — | BR |
WHOIS identity
No WHOIS records are currently associated with data.cgomesu.com in WhisperGraph.
Subdomains
1 observed subdomain of data.cgomesu.com.
| Subdomain |
|---|
| a.data.cgomesu.com |
Threat posture
History
Related pages
Pivot deeper into the graph from data.cgomesu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data.cgomesu.com"})-[: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.