Hostname
itstudios.com
Last fetched
itstudios.com resolves to 4 IPv4 addresses operated by AS47583 in US. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
itstudios.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 |
|---|---|---|---|---|
| 147.79.120.255 | 147.79.120.0/21 | AS47583 | — | US |
| 148.135.128.207 | 148.135.128.0/21 | AS47583 | — | US |
| 153.92.12.53 | 153.92.12.0/24 | AS47583 | — | ID |
| 88.223.91.252 | 88.223.88.0/22 | AS47583 | — | ID |
WHOIS identity
- Registrar
- iana:1636
- Organization
- it.
- Contact emails
- domains@itstudios.ch
- 1badc6aa-ae9f-4d8e-bb0f-ba125b804d66@identity-protect.org
- 4bba594f-870f-4e06-95af-b1ed716dfefb@identity-protect.org
- 8fa792db-9134-42f4-a3f6-6597736537c9@identity-protect.org
- b7f254a9-97b3-4e9d-b8ef-5dc8c8535904@identity-protect.org
- cd7d873e-3113-41c6-bce4-88d5eba27f78@identity-protect.org
- contact@privacyprotect.org
Subdomains
1 observed subdomain of itstudios.com.
| Subdomain |
|---|
| www.itstudios.com |
Web-graph footprint
Distinct hostnames that link to or from itstudios.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for itstudios.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
Related pages
Pivot deeper into the graph from itstudios.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itstudios.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.