Skip to content

Hostname

bitrix-test.decast.com

Last fetched

bitrix-test.decast.com resolves to 2 IPv4 addresses operated by RUSPHONE-AS in RU.

Nutrition Label

WHISPER CANON · bitrix-test.decast.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bitrix-test.decast.com

Resolution chain

bitrix-test.decast.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
89.17.58.12289.17.56.0/21AS201825RUSPHONE-ASRU
91.224.182.12891.224.182.0/23AS56477NTKLTD-ASRU

WHOIS identity

No WHOIS records are currently associated with bitrix-test.decast.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from bitrix-test.decast.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bitrix-test.decast.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 20

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