Zen, your in-app firewall for peace of mind– at runtime.
Zen is an embedded Web Application Firewall that autonomously protects your Java apps against common and critical attacks.
Zen protects your Java apps by preventing user input containing dangerous strings, which allow SQL injections. It runs on the same server as your Java app for easy installation and zero maintenance.
Zen for Java currently supports onwards of Java 17. The latest tested version is Java 21. We offer support for Java, Kotlin and Groovy.
Zen will autonomously protect your Java applications from the inside against:
- 🛡️ NoSQL injection attacks
- 🛡️ SQL injection attacks
- 🛡️ Command injection attacks
- 🛡️ Path traversal attacks This support is currently limited to Path/Paths and new File(String)
- 🛡️ Server-side request forgery (SSRF)
Zen operates autonomously on the same server as your Java app to:
- ✅ Secure your app like a classic web application firewall (WAF), but with none of the infrastructure or cost.
- ✅ Rate limit specific API endpoints by IP or by user
- ✅ Allow you to block specific users manually
- ✅ Auto-generate API specifications
- ✅
Spring MVC
3.x - ✅
Javalin
6.x - 🚧
Spring Webflux
3.x
- ✅
Spring MVC
3.x - ✅
Spring Webflux
3.x - 🚧
Ktor
- ✅
Spring MVC
3.x - ✅
Spring Webflux
3.x
- 🚧
Akka
- ✅
MariaDB Java Client
- ✅
Microsoft JDBC Driver For SQL Server
- ✅
MySQL Connector/J
- ✅
PostgreSQL JDBC Driver
- ✅
OkHttp
(no SSRF redirect coverage) - ✅
Apache HttpClient
(no SSRF redirect coverage)
You can install Zen by downloading the zip file here and unzipping it to your directory of choice,
we picked /opt/zen
here for our Linux system as an example. We also have support for Windows and Mac OS X.
Please ensure you do not alter the structure of this folder and that the process can read & write to it.
To activate Zen you then just have to add the following argument to your Java command :
-javaagent:/opt/zen/agent.jar
Replace /opt/zen
with your directory of choice.
To use user-blocking and/or rate-limiting features, you will have to include the following Jarfile into your repository, for gradle :
dependencies {
# ...
implementation files('/opt/zen/agent_api.jar')
# ...
}
For further setup continue to your Web Framework of choice (Click here for Spring)
Aikido is your no nonsense application security platform. One central system that scans your source code & cloud, shows you what vulnerabilities matter, and how to fix them - fast. So you can get back to building.
Zen is a new product by Aikido. Built for developers to level up their security. While Aikido scans, get Zen for always-on protection.
You can use some of Zen’s features without Aikido, of course. Peace of mind is just a few lines of code away.
But you will get the most value by reporting your data to Aikido.
You will need an Aikido account and a token to report events to Aikido. If you don't have an account, you can sign up for free.
Here's how:
- Log in to your Aikido account.
- Go to Zen.
- Go to apps.
- Click on Add app.
- Choose a name for your app.
- Click Generate token.
- Copy the token.
- Set the token as the environment variable
AIKIDO_TOKEN
By default, Zen will only detect and report attacks to Aikido.
To block requests, set the AIKIDO_BLOCK
environment variable to true
.
See Reporting to Aikido to learn how to send events to Aikido.
Configure Zen using environment variables for authentication, mode settings, debugging, and more.
This program is offered under a commercial and under the AGPL license. You can be released from the requirements of the AGPL license by purchasing a commercial license. Buying such a license is mandatory as soon as you develop commercial activities involving the Zen software without disclosing the source code of your own applications.
For more information, please contact Aikido Security at this address: [email protected] or create an account at https://app.aikido.dev.
See CODE_OF_CONDUCT.md for more information.
Our bug bounty program is public and can be found by all registered Intigriti users at: https://app.intigriti.com/researcher/programs/aikido/aikidoruntime
See SECURITY.md for more information.