Skip to content

Hostname

cloudregistry.greenplus.cloud

Last fetched

cloudregistry.greenplus.cloud resolves to 3 IPv4 addresses operated by HXO1-AS 02-583 Warszawa in IR.

Nutrition Label

WHISPER CANON · cloudregistry.greenplus.cloudRouting diversity3.0/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cloudregistry.greenplus.cloud

Resolution chain

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

IPPrefixASNOperatorCountry
185.255.90.6185.255.90.0/24AS61173HXO1-AS 02-583 WarszawaIR
5.182.45.375.182.45.0/24AS61173HXO1-AS 02-583 WarszawaIR
94.182.97.4494.182.96.0/20AS31549MCK-EUROPE-ASIR

WHOIS identity

No WHOIS records are currently associated with cloudregistry.greenplus.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cloudregistry.greenplus.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cloudregistry.greenplus.cloud"})-[: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.