Threat List

Time IP Path Type of Attack
8:11:59 PM 191.110.254.111 Lithuania /tabula XSS
4:46:33 PM 105.201.204.189 Cape Verde /aggredior SQL Injection
3:51:38 AM 207.0.141.114 South Africa /aro XSS

Blacklist

IP Country
112.140.41.253 Cameroon
246.95.17.7 Azerbaijan
172.55.103.64 Tokelau

Try our live demo  

Web application firewall for
Express apps

Secure your Express app by adding the defendix.io firewall.
Follow these simple steps to protect your routes from malicious traffic.

Sign up for defendix.io

Get started by creating a defendix.io account. You’ll receive an API token with a free 7-day trial.

Sign Up Now

Install the defendix NPM package

Run the following command in your terminal to install defendix:

npm install defendix --save

Secure your Express routes

Add the defendix middleware to the routes you want to protect or secure your entire app. Here’s a sample:

const defendix = require('defendix')('YOUR_API_KEY');

// Add the middleware to secure your entire app
app.use(defendix);

// Alternatively, secure specific routes
app.post('/login', defendix, (req, res) => {
    // Your login logic here
});

You're all set!

Your app is now protected by defendix.io. You can monitor attacks and other activity from your dashboard.

Go to Dashboard