Hostname
nipa.kr
Last fetched
nipa.kr resolves to 2 IPv4 addresses operated by AS135354 in KR. WHOIS lists registrar:gabia, inc.(http://www.gabia.co.kr) as the registrar.
Nutrition Label
Resolution chain
nipa.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 |
|---|---|---|---|---|
| 101.101.171.95 | 101.101.168.0/22 | AS135354 | — | KR |
| 27.96.154.141 | 27.96.144.0/20 | AS135354 | — | KR |
WHOIS identity
- Registrar
- registrar:gabia, inc.(http://www.gabia.co.kr)
- Organization
- ?????????
- Contact emails
- —
Subdomains
15 observed subdomains of nipa.kr.
Web-graph footprint
Distinct hostnames that link to or from nipa.kr in the public web crawl.
565 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for nipa.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hiworks.co.kr |
| SPF_INCLUDE | _spfblocka.toast.com |
| SPF_INCLUDE | spf.gov-naverworks.com |
| SPF_IP | 119.31.243.133 |
| SPF_IP | 119.31.244.175 |
| SPF_IP | 119.31.244.39 |
| SPF_IP | 175.45.211.4 |
| SPF_IP | 210.96.108.183 |
| SPF_IP | 211.188.69.135 |
Related pages
Pivot deeper into the graph from nipa.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nipa.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.