Hostname
misakitz.net
Last fetched
misakitz.net resolves to 1 IPv4 address operated by AS63949 in JP. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
misakitz.net 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 |
|---|---|---|---|---|
| 139.162.79.64 | 139.162.64.0/19 | AS63949 | — | JP |
WHOIS identity
- Registrar
- iana:1387
- Organization
- c/o whoisproxy.com
- Contact emails
- 6e0c13d4b7@misakitz.net.whoistrustee.com
- yasuhiro.asaka@grauwoelfchen.net
- 32591e625142e6042f140f2d07a03c81f652744fad63fe7e9a16abc358d61be3@misakitz.net.whoisproxy.org
- 5d47faa4a8e7b43cef05db7af4335c493cd54e333103e0c874a8485f7a632b57@misakitz.net.whoisproxy.org
- 672ca6152f6cf27fe4ac67fc42264e52d840bd119083f52d3575a9b3f0b5b8f9@misakitz.net.whoisproxy.org
- a4a8c95f6560aac358fdcc841e504c6c93cb6bfe0416450c8f89d6c6cef4a07d@misakitz.net.whoisproxy.org
Subdomains
2 observed subdomains of misakitz.net.
| Subdomain |
|---|
| blog.misakitz.net |
| www.misakitz.net |
Threat posture
History
Related pages
Pivot deeper into the graph from misakitz.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "misakitz.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.