Hostname
exound.com
Last fetched
exound.com resolves to 1 IPv4 address operated by YUNIFY-NET Yunify Technologies Inc. in CN. WHOIS lists iana:1366 as the registrar.
Nutrition Label
Resolution chain
exound.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.198.14.89 | 139.198.14.0/24 | AS59078 | YUNIFY-NET Yunify Technologies Inc. | CN |
WHOIS identity
- Registrar
- iana:1366
- Organization
- digime
- Contact emails
Subdomains
2 observed subdomains of exound.com.
| Subdomain |
|---|
| static.exound.com |
| www.exound.com |
Web-graph footprint
Distinct hostnames that link to or from exound.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for exound.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.qiye.aliyun.com |
| SPF_IP | 47.90.198.32 |
Related pages
Pivot deeper into the graph from exound.com.
- IP · 139.198.14.89
- ASN · AS59078YUNIFY-NET Yunify Technologies Inc.
- Registrar · iana:1366
- Country · CN
- Email · sales@digime.cc
- TLD · .com
- Browse hostnames · ex…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exound.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.