Hostname
todisk.com
Last fetched
todisk.com resolves to 4 IPv4 addresses operated by DAOU-AS-KR DAOU TECHNOLOGY in KR. WHOIS lists iana:1489 as the registrar.
Nutrition Label
Resolution chain
todisk.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 |
|---|---|---|---|---|
| 115.71.28.143 | 115.71.0.0/16 | AS45996 | DAOU-AS-KR DAOU TECHNOLOGY | KR |
| 115.71.28.145 | 115.71.0.0/16 | AS45996 | DAOU-AS-KR DAOU TECHNOLOGY | KR |
| 115.71.28.146 | 115.71.0.0/16 | AS45996 | DAOU-AS-KR DAOU TECHNOLOGY | KR |
| 115.71.28.147 | 115.71.0.0/16 | AS45996 | DAOU-AS-KR DAOU TECHNOLOGY | KR |
WHOIS identity
- Registrar
- iana:1489
- Organization
- ban
- Contact emails
Subdomains
12 observed subdomains of todisk.com.
Web-graph footprint
Distinct hostnames that link to or from todisk.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for todisk.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 115.71.28.138 |
| SPF_IP | 115.71.28.142 |
Related pages
Pivot deeper into the graph from todisk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "todisk.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.