Threat List
Time | IP | Path | Type of Attack |
---|---|---|---|
10:01:03 PM | 9.166.247.232 Lao People's Democratic Republic | /voluptatem | XSS |
7:03:47 AM | 143.192.245.165 Cuba | /viriliter | XSS |
9:45:16 AM | 42.83.110.25 Liechtenstein | /acies | XSS |
Blacklist
IP | Country |
---|---|
169.83.33.47 | Luxembourg |
109.190.216.86 | Senegal |
30.177.110.205 | Haiti |
Defendix is a web application firewall that shields your site and ensure robust protection before the worst happens.
Works out-of-the box with the following technologies:
Stop threats like malware and hackers with our WAF before they reach your site.
We have integrations for Express, Ruby on Rails and Django.
const express = require('express');
const defendix = require('defendix');
const app = express();
app.use(defendix); // Use the firewall on your whole app
// Or enable it to a single route
app.get('/secure', defendix, (req, res) => {
res.send('This is my secure page');
});
// Or finally, you can enable it for a module as well
app.use('/admin', defendix, require('./admin'));
app.listen(3000);
Our app agents are open-source, allowing you to review the code yourself and verify our commitment to your privacy.
Stop threats like malware and hackers with our WAF before they reach your site.
Stop threats like malware and hackers with our WAF before they reach your site.
What is a WAF? A Web Application Firewall (WAF) blocks malicious traffic such as SQL injections and XSS attacks before it reaches your site.
Will it work on my site? Absolutely! Defendix integrates seamlessly with all popular platforms. For custom setups, our API is ready to assist.
How much does it cost? It’s $49 per month per site, with unlimited requests.
Are there any extra fees for high traffic? No additional charges—your price stays the same regardless of traffic volume.
How hard is it to set up? Setup is straightforward—install our agent, and you're protected. For detailed steps, check our integration guide.
Can I try it for free? Yes, enjoy a fully featured 7-day free trial to experience Defendix in action.
Follow these simple steps to protect your application effortlessly.
Download our agent
Select and download the microagent for your framework: Express, Rails, or Django.
Integrate the agent
Follow our quick setup guide to integrate it into your app.
Your app is protected!
Enjoy immediate protection and manage settings through our dashboard.
Experience top-notch protection with a quick and easy setup.