Skip to content

Hostname

encity.cc

Last fetched

encity.cc resolves to 7 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1479 as the registrar.

Nutrition Label

WHISPER CANON · encity.ccRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/encity.cc

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.36.252104.21.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.201.159172.67.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
185.61.211.51185.61.211.0/24AS7488CNSERVER-AP-AS - CNServer LLC
185.61.211.50185.61.211.0/24AS7488CNSERVER-AP-AS - CNServer LLC
185.61.211.49185.61.211.0/24AS7488CNSERVER-AP-AS - CNServer LLC
185.61.211.48185.61.211.0/24AS7488CNSERVER-AP-AS - CNServer LLC
185.61.211.47185.61.211.0/24AS7488CNSERVER-AP-AS - CNServer LLC

WHOIS identity

Registrar
iana:1479
Organization
xie honghua
Contact emails

Subdomains

1 observed subdomain of encity.cc.

Subdomain
www.encity.cc

Web-graph footprint

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

6 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from encity.cc.

Cypher and MCP

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

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