Hostname
k16.ba
Last fetched
k16.ba resolves to 1 IPv4 address operated by OVH - OVH SAS in FR.
Nutrition Label
Resolution chain
k16.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 |
|---|---|---|---|---|
| 94.23.249.32 | 94.24.48.0/21 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
No WHOIS records are currently associated with k16.ba in WhisperGraph.
Subdomains
3 observed subdomains of k16.ba.
| Subdomain |
|---|
| mail.k16.ba |
| ns.k16.ba |
| www.k16.ba |
Web-graph footprint
Distinct hostnames that link to or from k16.ba in the public web crawl.
36 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
- monster.seo-anomaly-anchor.online
- monster.seo-anomaly-authority.online
- monster.seo-anomaly-backlink.online
- monster.seo-anomaly-black.online
- monster.seo-anomaly-crawling.online
- monster.seo-anomaly-dofollow.online
- monster.seo-anomaly-domain.online
- monster.seo-anomaly-hreflang.online
- monster.seo-anomaly-indexing.online
- monster.seo-anomaly-seoaudit.online
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for k16.ba.
| Mechanism | Target |
|---|---|
| SPF_A | k16.ba |
| SPF_MX | k16.ba |
Related pages
Pivot deeper into the graph from k16.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "k16.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.