Hostname
zenmutech.com
Last fetched
zenmutech.com resolves to 2 IPv4 addresses operated by AS9370 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
zenmutech.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 163.43.117.12 | 163.43.0.0/16 | AS9370 | — | JP |
| 85.131.198.146 | 85.131.192.0/18 | AS131965 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- izumi matsukura
- Contact emails
Subdomains
19 observed subdomains of zenmutech.com.
Web-graph footprint
Distinct hostnames that link to or from zenmutech.com in the public web crawl.
119 sites link to this hostname.
144 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for zenmutech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.bmv.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.satorimail.net |
| SPF_INCLUDE | spfcm.cybermail.jp |
| SPF_IP | 157.7.105.242 |
Related pages
Pivot deeper into the graph from zenmutech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zenmutech.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.