Skip to content

Hostname

cnfte.top

Last fetched

cnfte.top resolves to 15 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · cnfte.topRouting diversity5.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/cnfte.top

Resolution chain

cnfte.top resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.125.50104.18.112.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.29.1104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.30.149104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.33.120104.18.33.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.34.252104.18.34.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.24.207.135104.24.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.25.14.153104.25.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.25.143.145104.25.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.146.232172.64.146.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.149.12172.64.149.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.150.135172.64.150.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.154.104172.64.154.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.142.100172.66.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.46.101172.66.40.0/21AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.206.137172.67.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with cnfte.top in WhisperGraph.

Subdomains

14 observed subdomains of cnfte.top.

Threat posture

History

Related pages

Pivot deeper into the graph from cnfte.top.

Cypher and MCP

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

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