Hostname
studioncorp.com
Last fetched
studioncorp.com resolves to 4 IPv4 addresses operated by AS23576 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
studioncorp.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.93.151.134 | 110.93.148.0/22 | AS23576 | — | KR |
| 110.93.151.164 | 110.93.148.0/22 | AS23576 | — | KR |
| 61.247.192.225 | 61.247.192.0/20 | AS23576 | — | KR |
| 61.247.194.49 | 61.247.192.0/20 | AS23576 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- naver webtoon
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from studioncorp.com in the public web crawl.
14 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for studioncorp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | navercorp.com |
Related pages
Pivot deeper into the graph from studioncorp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studioncorp.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.