Skip to content

Hostname

cdfz.tech

Last fetched

cdfz.tech resolves to 9 IPv4 addresses operated by MULTA-ASN1 - MULTACOM CORPORATION in US. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · cdfz.techRouting diversity2.4/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/cdfz.tech

Resolution chain

cdfz.tech resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
148.135.90.84148.135.0.0/17AS35916MULTA-ASN1 - MULTACOM CORPORATIONUS
38.14.254.10338.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.11838.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.1238.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.12538.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.12838.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.13138.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.7738.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US
38.14.254.8538.14.248.0/21AS400619AROSS-AS - AROSSCLOUD INC.US

WHOIS identity

Registrar
iana:1556
Organization
Contact emails

Subdomains

4 observed subdomains of cdfz.tech.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for cdfz.tech.

MechanismTarget
SPF_INCLUDE_spf.mx.cloudflare.net

Related pages

Pivot deeper into the graph from cdfz.tech.

Cypher and MCP

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

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