Skip to content

Hostname

cmld.network

Last fetched

cmld.network resolves to 2 IPv4 addresses operated by FRANCE-IX-MRS-AS in RU. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · cmld.networkRouting diversity2.4/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/cmld.network

Resolution chain

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

IPPrefixASNOperatorCountry
185.26.74.180185.26.74.0/24AS42065FRANCE-IX-MRS-ASRU
93.92.199.19493.92.199.0/24AS215179UA-LUXRU

WHOIS identity

Registrar
iana:303
Organization
privacy protect, llc (privacyprotect.org)
Contact emails

Subdomains

15 observed subdomains of cmld.network.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for cmld.network.

MechanismTarget
SPF_INCLUDEmail.cmld.ru

Related pages

Pivot deeper into the graph from cmld.network.

Cypher and MCP

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

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