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
Resolution chain
cmld.network resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.26.74.180 | 185.26.74.0/24 | AS42065 | FRANCE-IX-MRS-AS | RU |
| 93.92.199.194 | 93.92.199.0/24 | AS215179 | UA-LUX | RU |
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.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.