Croatian startup rmBug, founded by Mario Đanić and Luka Kladarić, has secured 400 thousand euros pre-seed investment from the Silicon Gardens fund and entrepreneur Damir Sabol, co-founder of Iskon, Microblink, and Photomath, which was acquired by Google in 2023 in the largest technology exit in Croatia to date.
The company rmBug is developing a tool that addresses one of the most common yet most neglected security issues in software companies – uncontrolled and invisible access to production databases.
Every other system in the modern tech stack has transitioned to identity-based authentication for years: SSO for applications, IAM for cloud resources, certificates for services. Databases are the exception. They still operate on shared passwords that circulate via Slack, are obtained on the first day of work, and are never changed because someone once tried and crashed production. Consequently, almost no one hacks databases; they log in with a password that everyone already knows.
The consequences are always the same: three engineers share one set of credentials for the production database, someone leaves the team, and no one revokes their access, the audit log exists, but no one reads it. Something goes wrong, and the question is always the same: who was inside, what did they do, and when? In most companies, no one can answer that question.
– At every workplace, the same pattern was observed: security tools built for compliance theater, not for the engineers who have to use them daily. That’s why we built something different – says Mario Đanić, co-founder and director of rmBug.
rmBug consists of three components: an agent on the engineer’s computer that manages authentication, an gateway that is set up within the company’s infrastructure and never exits to rmBug’s cloud, and a dashboard for managing access rules and reviewing audit logs. Engineers authenticate through the existing identity provider, and all queries to the database pass through the gateway, which logs and controls them. In doing so, they continue to use the tools they are accustomed to – psql, MySQL CLI, TablePlus, or DBeaver – without any change in their workflow.
