Hostname
nostech.kr
Last fetched
nostech.kr resolves to 1 IPv4 address operated by KIXS-AS-KR-KR - Korea Telecom in KR.
Nutrition Label
Resolution chain
nostech.kr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 183.111.144.112 | 183.104.0.0/13 | AS4766 | KIXS-AS-KR-KR - Korea Telecom | KR |
WHOIS identity
No WHOIS records are currently associated with nostech.kr in WhisperGraph.
Subdomains
7 observed subdomains of nostech.kr.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for nostech.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 112.175.44.32 |
| SPF_IP | 147.47.206.58 |
| SPF_IP | 183.111.144.112 |
| SPF_IP | 210.106.105.13 |
| SPF_IP | 211.34.104.37 |
| SPF_IP | 211.43.15.180 |
| SPF_IP | 211.43.15.199 |
| SPF_IP | 222.122.205.135 |
| SPF_IP | 58.149.229.154 |
Related pages
Pivot deeper into the graph from nostech.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nostech.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.