Skip to content

Hostname

yymenc.com

Last fetched

yymenc.com resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · yymenc.comRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/yymenc.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.1.248104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
156.236.46.251156.236.32.0/20AS9294GNETINC-AS-AP - GNET INC.HK
156.236.47.225156.236.32.0/20AS9294GNETINC-AS-AP - GNET INC.HK
172.67.128.106172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
64.64.225.13864.64.224.0/22AS25820IT7NET - IT7 Networks IncUS

WHOIS identity

Registrar
iana:1556
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from yymenc.com.

Cypher and MCP

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

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