Hostname
yzu.moe
Last fetched
yzu.moe resolves to 3 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
yzu.moe 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 |
|---|---|---|---|---|
| 216.45.52.3 | 216.45.52.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 74.101.4.158 | 74.101.0.0/16 | AS701 | UUNET - Verizon Business | US |
| 96.232.98.199 | 96.232.0.0/16 | AS701 | UUNET - Verizon Business | US |
WHOIS identity
- Registrar
- iana:1861
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
7 observed subdomains of yzu.moe.
Web-graph footprint
Distinct hostnames that link to or from yzu.moe in the public web crawl.
169 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for yzu.moe.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.purelymail.com |
| SPF_INCLUDE | spf.efwd.registrar-servers.com |
Related pages
Pivot deeper into the graph from yzu.moe.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yzu.moe"})-[: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.