Skip to content

Hostname

bebc256f.cdncloud.net

Last fetched

bebc256f.cdncloud.net resolves to 2 IPv4 addresses operated by COGNETCLOUD-2 - cognetcloud INC in HK.

Nutrition Label

WHISPER CANON · bebc256f.cdncloud.netRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/bebc256f.cdncloud.net

Resolution chain

bebc256f.cdncloud.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.207.198.22045.207.198.0/24AS401701COGNETCLOUD-2 - cognetcloud INCHK
45.207.198.22545.207.198.0/24AS401701COGNETCLOUD-2 - cognetcloud INCHK

WHOIS identity

No WHOIS records are currently associated with bebc256f.cdncloud.net in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from bebc256f.cdncloud.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bebc256f.cdncloud.net"})-[: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.