Skip to content

Hostname

cdnv2.mycustomizer.com

Last fetched

cdnv2.mycustomizer.com resolves to 5 IPv4 addresses operated by CDN77 - Datacamp Limited in PL.

Nutrition Label

WHISPER CANON · cdnv2.mycustomizer.comRouting diversity3.0/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cdnv2.mycustomizer.com

Resolution chain

cdnv2.mycustomizer.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
138.199.17.163138.199.17.0/24AS60068CDN77 - Datacamp LimitedPL
138.199.17.171138.199.17.0/24AS60068CDN77 - Datacamp LimitedPL
152.233.10.59152.233.10.0/23AS60068CDN77 - Datacamp LimitedUS
79.127.206.20879.127.206.0/24AS60068CDN77 - Datacamp LimitedUS
79.127.206.23479.127.206.0/24AS60068CDN77 - Datacamp LimitedUS

WHOIS identity

No WHOIS records are currently associated with cdnv2.mycustomizer.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cdnv2.mycustomizer.com in the public web crawl.

64 sites link to this hostname.

1 site linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cdnv2.mycustomizer.com.

Cypher and MCP

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

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