Hostname
bugs.co.kr
Last fetched
bugs.co.kr resolves to 2 IPv4 addresses operated by AS45974 in KR. WHOIS lists registrar:whois corp.(http://whois.co.kr) as the registrar.
Nutrition Label
Resolution chain
bugs.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 |
|---|---|---|---|---|
| 180.210.71.11 | 180.210.71.0/24 | AS45974 | — | KR |
| 114.110.145.27 | 114.110.145.0/24 | AS45974 | — | KR |
WHOIS identity
- Registrar
- registrar:whois corp.(http://whois.co.kr)
- Organization
- ???? ??
- Contact emails
- —
Subdomains
68 observed subdomains of bugs.co.kr.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bugs.co.kr in the public web crawl.
117 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for bugs.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | nhnent.com |
| SPF_IP | 103.194.111.4 |
| SPF_IP | 103.243.201.32 |
| SPF_IP | 114.110.144.102 |
| SPF_IP | 114.110.145.90 |
| SPF_IP | 121.254.181.122 |
| SPF_IP | 121.254.181.123 |
| SPF_IP | 121.254.181.124 |
| SPF_IP | 121.254.181.24 |
| SPF_IP | 121.254.181.25 |
| SPF_IP | 121.254.182.23 |
| SPF_IP | 133.186.187.120 |
| SPF_IP | 133.186.187.121 |
| SPF_IP | 133.186.187.122 |
Related pages
Pivot deeper into the graph from bugs.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bugs.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.