Hostname
mdsit.co.kr
Last fetched
mdsit.co.kr resolves to 2 IPv4 addresses operated by SMILESERV-AS-KR-KR - SMILESERV in KR. WHOIS lists registrar:(?)????? as the registrar.
Nutrition Label
Resolution chain
mdsit.co.kr 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 |
|---|---|---|---|---|
| 115.68.194.116 | 115.68.128.0/17 | AS38700 | SMILESERV-AS-KR-KR - SMILESERV | KR |
| 61.100.186.183 | 61.100.186.0/24 | AS9952 | HOSTWAY-AS-KR-KR - Hostway IDC | KR |
WHOIS identity
- Registrar
- registrar:(?)?????
- Organization
- (?)???????
- Contact emails
- —
Subdomains
6 observed subdomains of mdsit.co.kr.
Web-graph footprint
Distinct hostnames that link to or from mdsit.co.kr in the public web crawl.
23 sites link to this hostname.
99 sites linked to from this hostname.
Sample inbound links
- ansys.com
- codesecure.com
- hancomit.com
- inchron.com
- mdsit-engineering.stibee.com
- xn--910b90bw7nmtz.xn--9d0bp01avxcfrg8lbok0sv97g.com
- xn--b20boqq1n50g5kg80g.xn--9d0bp01avxcfrg8lbok0sv97g.com
- xn--eq4b82du4d74r.xn--9d0bp01avxcfrg8lbok0sv97g.com
- xn--hk3bp0j.xn--9d0bp01avxcfrg8lbok0sv97g.com
- xn--mbc-ku3my7w8ldp6l4si2qv.xn--9d0bp01avxcfrg8lbok0sv97g.com
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for mdsit.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spfblocka.toast.com |
| SPF_IP | 115.68.194.116 |
| SPF_IP | 13.124.156.209 |
| SPF_IP | 43.200.56.216 |
| SPF_IP | 52.79.180.107 |
Related pages
Pivot deeper into the graph from mdsit.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mdsit.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.