Hostname
bnkode.com
Last fetched
bnkode.com resolves to 4 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1489 as the registrar.
Nutrition Label
Resolution chain
bnkode.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 |
|---|---|---|---|---|
| 136.243.106.228 | 136.243.0.0/16 | AS24940 | — | DE |
| 152.53.168.39 | 152.53.168.0/22 | AS214996 | — | US |
| 176.9.114.118 | 176.9.0.0/16 | AS24940 | — | DE |
| 183.99.223.123 | 183.96.0.0/13 | AS4766 | — | KR |
WHOIS identity
- Registrar
- iana:1489
- Organization
- kim do hyun
- Contact emails
Subdomains
63 observed subdomains of bnkode.com.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bnkode.com in the public web crawl.
10 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bnkode.com.
| Mechanism | Target |
|---|---|
| SPF_A | 121-167-69-82.plesk.page |
| SPF_A | bnkode.com |
| SPF_MX | bnkode.com |
Related pages
Pivot deeper into the graph from bnkode.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bnkode.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.