Skip to content

Hostname

ewv.cc

Last fetched

ewv.cc resolves to 2 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · ewv.ccRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/ewv.cc

Resolution chain

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

IPPrefixASNOperatorCountry
156.225.17.95156.225.16.0/21AS401696COGNETCLOUD - cognetcloud INCHK
91.195.240.1291.195.240.0/23AS47846DE

WHOIS identity

Registrar
iana:1556
Organization
Contact emails

Subdomains

1 observed subdomain of ewv.cc.

Subdomain
www.ewv.cc

Web-graph footprint

Distinct hostnames that link to or from ewv.cc in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from ewv.cc.

Cypher and MCP

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

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