Hostname
posta.ba
Last fetched
posta.ba resolves to 1 IPv4 address operated by BIHNET BIHNET Autonomus System in BA.
Nutrition Label
Resolution chain
posta.ba 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 |
|---|---|---|---|---|
| 80.65.65.1 | 80.65.64.0/21 | AS9146 | BIHNET BIHNET Autonomus System | BA |
WHOIS identity
No WHOIS records are currently associated with posta.ba in WhisperGraph.
Subdomains
12 observed subdomains of posta.ba.
Web-graph footprint
Distinct hostnames that link to or from posta.ba in the public web crawl.
153 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for posta.ba.
| Mechanism | Target |
|---|---|
| SPF_A | insmtp1.qss.ba |
| SPF_A | insmtp2.qss.ba |
| SPF_A | outsmtp1.qss.ba |
| SPF_A | outsmtp2.qss.ba |
| SPF_IP | 109.205.32.32/28 |
| SPF_IP | 109.205.32.36 |
| SPF_IP | 109.205.32.37 |
| SPF_IP | 109.205.32.39 |
| SPF_IP | 109.205.32.40 |
| SPF_IP | 80.65.65.0/28 |
Related pages
Pivot deeper into the graph from posta.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "posta.ba"})-[: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.