Threat List

Time IP Path Type of Attack
3:01:50 PM 126.220.114.189 Poland /minus SQL Injection
9:56:12 PM 52.1.253.64 Hong Kong /similique XSS
1:10:13 PM 36.236.195.179 Liberia /tantillus SQL Injection

Blacklist

IP Country
40.118.250.255 Taiwan
74.23.111.59 Saint Helena
73.214.99.251 Palestine

Try our live demo  

Web application firewall for
Django apps

Secure your Django 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 Middleware

Download and install our pre-built middleware for Django. You can find the installation instructions and download link below:

Download Middleware

Configure the Middleware

After downloading, configure the middleware in your Django project:

# myapp/settings.py
DEFENDIX_API_KEY = 'YOUR_API_KEY'

MIDDLEWARE = [
    # other middleware classes
    'path.to.your.DefendixMiddleware',
]

You're all set!

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

Go to Dashboard