Hostname
mzk2.com
Last fetched
mzk2.com resolves to 1 IPv4 address operated by AS9371 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
mzk2.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 |
|---|---|---|---|---|
| 219.94.129.192 | 219.94.128.0/17 | AS9371 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
1 observed subdomain of mzk2.com.
| Subdomain |
|---|
| www.mzk2.com |
Web-graph footprint
Distinct hostnames that link to or from mzk2.com in the public web crawl.
10 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mzk2.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 133.18.100.193/32 |
| SPF_IP | 202.229.33.252/32 |
| SPF_IP | 219.106.225.145/32 |
| SPF_IP | 219.106.225.151/32 |
| SPF_IP | 219.106.225.152/32 |
| SPF_IP | 64.18.0.0/20 |
Related pages
Pivot deeper into the graph from mzk2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mzk2.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.