Hostname
compose.glow.dev.cdn.usecompose.com
Last fetched
compose.glow.dev.cdn.usecompose.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
compose.glow.dev.cdn.usecompose.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 |
|---|---|---|---|---|
| 104.212.67.120 | 104.208.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 40.90.64.10 | 40.80.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
No WHOIS records are currently associated with compose.glow.dev.cdn.usecompose.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from compose.glow.dev.cdn.usecompose.com.
- IP · 104.212.67.120
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Country · US
- Apex domain · usecompose.com
- Parent domain · glow.dev.cdn.usecompose.com
- TLD · .com
- Browse hostnames · co…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compose.glow.dev.cdn.usecompose.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.