Skip to content

Hostname

bis.vidazoo.com

Last fetched

bis.vidazoo.com resolves to 8 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · bis.vidazoo.comRouting diversity4.8/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings4.8/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/bis.vidazoo.com

Resolution chain

bis.vidazoo.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
152.42.154.184152.42.152.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
178.128.135.220178.128.132.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
143.244.223.22143.244.220.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
143.244.210.108143.244.208.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
138.197.225.213138.197.224.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
24.144.67.4124.144.64.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
134.199.241.33134.199.240.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
45.55.116.845.55.116.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

No WHOIS records are currently associated with bis.vidazoo.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from bis.vidazoo.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from bis.vidazoo.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bis.vidazoo.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.