Skip to content

Hostname

bromus.rio

Last fetched

bromus.rio resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · bromus.rioRouting diversity3.0/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/bromus.rio

Resolution chain

bromus.rio resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.131.38.137104.131.0.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
178.62.87.111178.62.64.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB
198.211.103.72198.211.96.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:269
Organization
claudio cezar carvalho de almeida
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from bromus.rio.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bromus.rio"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.