Hostname
eduease.com
Last fetched
eduease.com resolves to 4 IPv4 addresses operated by AS136958 in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
eduease.com 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 |
|---|---|---|---|---|
| 157.148.65.35 | 157.148.65.0/24 | AS136958 | — | CN |
| 175.12.90.35 | 175.12.64.0/18 | AS151823 | — | CN |
| 218.94.231.35 | 218.94.231.0/24 | AS134770 | — | CN |
| 58.221.32.35 | 58.208.0.0/12 | AS4134 | — | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- song yunni
- Contact emails
Subdomains
37 observed subdomains of eduease.com.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eduease.com in the public web crawl.
106 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from eduease.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eduease.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.