Hostname
help.bugs.co.kr
Last fetched
help.bugs.co.kr resolves to 1 IPv4 address operated by AS45974 in KR.
Nutrition Label
Resolution chain
help.bugs.co.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 |
|---|---|---|---|---|
| 180.210.71.36 | 180.210.71.0/24 | AS45974 | — | KR |
WHOIS identity
No WHOIS records are currently associated with help.bugs.co.kr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from help.bugs.co.kr in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for help.bugs.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | nhnent.com |
| SPF_IP | 122.152.116.200 |
| SPF_IP | 211.172.245.15 |
| SPF_IP | 211.233.85.225 |
| SPF_IP | 211.43.215.181 |
| SPF_IP | 211.43.215.240 |
| SPF_IP | 219.254.20.19 |
| SPF_IP | 219.254.20.20 |
Related pages
Pivot deeper into the graph from help.bugs.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "help.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.