Hostname
nd.qa-bkstr.com
Last fetched
nd.qa-bkstr.com resolves to 4 IPv4 addresses operated by AS139309 in TR.
Nutrition Label
Resolution chain
nd.qa-bkstr.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.7.118.170 | 64.7.118.0/24 | AS139309 | — | TR |
| 64.7.118.186 | 64.7.118.0/24 | AS139309 | — | TR |
| 82.102.152.169 | 82.102.128.0/19 | AS12400 | — | IL |
| 82.102.152.176 | 82.102.128.0/19 | AS12400 | — | IL |
WHOIS identity
No WHOIS records are currently associated with nd.qa-bkstr.com in WhisperGraph.
Subdomains
1 observed subdomain of nd.qa-bkstr.com.
| Subdomain |
|---|
| www.nd.qa-bkstr.com |
Threat posture
History
Related pages
Pivot deeper into the graph from nd.qa-bkstr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nd.qa-bkstr.com"})-[: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.