Hostname
bnak.am
Last fetched
bnak.am resolves to 1 IPv4 address operated by AS8226 in AM.
Nutrition Label
Resolution chain
bnak.am 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 |
|---|---|---|---|---|
| 109.68.122.120 | 109.69.10.0/24 | AS8226 | — | AM |
WHOIS identity
No WHOIS records are currently associated with bnak.am in WhisperGraph.
Subdomains
7 observed subdomains of bnak.am.
Web-graph footprint
Distinct hostnames that link to or from bnak.am in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bnak.am.
| Mechanism | Target |
|---|---|
| SPF_A | bnak.am |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.yandex.net |
| SPF_IP | 109.68.122.120 |
| SPF_IP | 109.68.125.0/26 |
| SPF_MX | bnak.am |
Related pages
Pivot deeper into the graph from bnak.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bnak.am"})-[: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.