Hostname
mt.co.kr
Last fetched
mt.co.kr resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
mt.co.kr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.30.220 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.31.220 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 61.100.4.214 | 61.100.4.0/24 | AS9952 | — | KR |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ?????????
- Contact emails
- —
Subdomains
129 observed subdomains of mt.co.kr.
Showing 25 of 129. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mt.co.kr in the public web crawl.
1,248 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mt.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 121.254.140.69 |
| SPF_IP | 121.254.140.86 |
| SPF_IP | 211.40.28.50 |
| SPF_IP | 61.100.4.143 |
| SPF_IP | 61.100.4.154 |
| SPF_IP | 61.100.4.220 |
| SPF_IP | 61.100.4.231 |
| SPF_IP | 61.100.4.232 |
| SPF_IP | 61.100.4.233 |
| SPF_IP | 61.100.4.234 |
| SPF_IP | 61.100.4.236 |
| SPF_IP | 61.100.4.237 |
Related pages
Pivot deeper into the graph from mt.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mt.co.kr"})-[: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.