Hostname
aveda.com.cn
Last fetched
aveda.com.cn resolves to 4 IPv4 addresses operated by AS20940 in SG. WHOIS lists registrar:码恪御标信息科技(上海)有限公司 as the registrar.
Nutrition Label
Resolution chain
aveda.com.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 125.56.219.3 | 125.56.219.0/24 | AS20940 | — | SG |
| 23.32.29.99 | 23.32.29.0/24 | AS20940 | — | SG |
| 23.43.85.11 | 23.43.85.0/24 | AS20940 | — | US |
| 23.43.85.18 | 23.43.85.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- registrar:码恪御标信息科技(上海)有限公司
- Organization
- 雅诗兰黛(上海)商贸有限公司
- Contact emails
Subdomains
13 observed subdomains of aveda.com.cn.
Threat posture
History
Related pages
Pivot deeper into the graph from aveda.com.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aveda.com.cn"})-[: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.