Hostname
btest.kr
Last fetched
btest.kr resolves to 1 IPv4 address operated by AS4766 in KR.
Nutrition Label
Resolution chain
btest.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 |
|---|---|---|---|---|
| 218.144.181.202 | 218.144.0.0/13 | AS4766 | — | KR |
WHOIS identity
No WHOIS records are currently associated with btest.kr in WhisperGraph.
Subdomains
12 observed subdomains of btest.kr.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for btest.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.122.36.43 |
| SPF_IP | 175.207.13.250 |
| SPF_IP | 175.207.29.7 |
| SPF_IP | 218.144.181.202 |
| SPF_IP | 222.237.78.102 |
| SPF_IP | 58.229.180.230 |
| SPF_IP | 59.6.168.73 |
Related pages
Pivot deeper into the graph from btest.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btest.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.