Hostname
yzhs.net
Last fetched
yzhs.net resolves to 3 IPv4 addresses operated by MULTA-ASN1 - MULTACOM CORPORATION in US. WHOIS lists iana:3855 as the registrar.
Nutrition Label
Resolution chain
yzhs.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.135.114.141 | 148.135.0.0/17 | AS35916 | MULTA-ASN1 - MULTACOM CORPORATION | US |
| 148.135.114.135 | 148.135.0.0/17 | AS35916 | MULTA-ASN1 - MULTACOM CORPORATION | — |
| 113.20.3.9 | 113.20.0.0/20 | AS35916 | MULTA-ASN1 - MULTACOM CORPORATION | — |
WHOIS identity
- Registrar
- iana:3855
- Organization
- shandong yanzhou huansheng subianchang
- Contact emails
- —
Subdomains
2 observed subdomains of yzhs.net.
| Subdomain |
|---|
| mail.yzhs.net |
| www.yzhs.net |
Web-graph footprint
Distinct hostnames that link to or from yzhs.net in the public web crawl.
17 sites link to this hostname.
481 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from yzhs.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yzhs.net"})-[: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.