Hostname
asso.cmso.com
Last fetched
asso.cmso.com resolves to 2 IPv4 addresses operated by France Telecom - Orange in FR.
Nutrition Label
Resolution chain
asso.cmso.com 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 |
|---|---|---|---|---|
| 90.121.17.27 | 90.121.0.0/17 | AS3215 | France Telecom - Orange | FR |
| 93.20.44.27 | 93.0.0.0/11 | AS15557 | LDCOMNET --- I3Dnet --- | FR |
WHOIS identity
No WHOIS records are currently associated with asso.cmso.com in WhisperGraph.
Subdomains
2 observed subdomains of asso.cmso.com.
| Subdomain |
|---|
| ns-1.asso.cmso.com |
| ns-2.asso.cmso.com |
Threat posture
History
Related pages
Pivot deeper into the graph from asso.cmso.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asso.cmso.com"})-[: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.