Hostname
e6yun.com
Last fetched
e6yun.com resolves to 2 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
e6yun.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 |
|---|---|---|---|---|
| 42.192.35.148 | 42.192.0.0/18 | AS45090 | — | CN |
| 43.145.38.18 | 43.145.0.0/18 | AS45090 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- —
- Contact emails
Subdomains
14 observed subdomains of e6yun.com.
Web-graph footprint
Distinct hostnames that link to or from e6yun.com in the public web crawl.
20 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for e6yun.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.m.feishu.cn |
Related pages
Pivot deeper into the graph from e6yun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e6yun.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.