Hostname
mimacstudy.com
Last fetched
mimacstudy.com resolves to 2 IPv4 addresses operated by AS9318 in KR. WHOIS lists iana:87 as the registrar.
Nutrition Label
Resolution chain
mimacstudy.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 |
|---|---|---|---|---|
| 121.125.65.188 | 121.125.0.0/16 | AS9318 | — | KR |
| 121.125.65.190 | 121.125.0.0/16 | AS9318 | — | KR |
WHOIS identity
- Registrar
- iana:87
- Organization
- digitaldaesung
- Contact emails
Subdomains
14 observed subdomains of mimacstudy.com.
Web-graph footprint
Distinct hostnames that link to or from mimacstudy.com in the public web crawl.
78 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mimacstudy.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.124.129.160/27 |
| SPF_IP | 116.124.129.165 |
| SPF_IP | 116.124.129.167 |
| SPF_IP | 116.124.129.174 |
| SPF_IP | 121.125.65.160/27 |
| SPF_IP | 121.125.65.164 |
| SPF_IP | 121.125.65.166 |
| SPF_IP | 121.125.65.179 |
| SPF_IP | 121.125.66.160/27 |
| SPF_IP | 121.125.66.173 |
| SPF_IP | 221.139.3.96/27 |
Related pages
Pivot deeper into the graph from mimacstudy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mimacstudy.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.