Protect your PHP application

LykanShield protects your PHP application for hacking like SQL injection, bad IPs etc.

Features

FileUpload Filter
MimeType Filter
Bad Bot Filter
Bad IP Filter
SQL Injection
XSS Injection Filter
File Injection Filter
REST API

API for your backend

Blacklist Check

We only hold IP addresses for only 1 day! Right now we have 240.574 Ips.

Protect your web application

Implement LykanShield to any PHP application you want. It protects your software from SQL Injection, bad IPs, bad bots and has an upload filter by extension and mime type.

With its REST API you can easly add a hack report to your dashboard or use our implemention tool, once you are registered.

All LykanShield user are connected. So once an bad IP has been detected, all connected websites are save from attack by that identified IP.

 

Security for free

Our project started in May 2013.
Worldwide we detected attacks from 13226 different locations.

4.996.222

total blocked

770

today

Top 10 IPs Blocked
IP Date Country Attacks
Total 17
85.215.188.0 23.Sep Germany 4
65.108.76.0 23.Sep 4
194.5.213.0 23.Sep United States 2
138.199.31.0 23.Sep United Kingdom 1
46.38.255.0 23.Sep Germany 1
166.88.248.0 23.Sep Thailand 1
47.128.42.0 23.Sep Singapore 1
196.245.236.0 23.Sep Austria 1
95.25.79.0 23.Sep Russia 1
38.242.151.0 23.Sep Turkey 1

Integration backend on dashboard

1. Option: Embed via IFRAME in your backend dashboard

register and use our assistant to generate your iframe code. Very simple way.


2. Option: Get information via API into your backend dashboard

this JSON string includes data to create an chart or tables with IP information for your dashboard

<?PHP
/** 
* lykan::get_lock()
* @param integer $days     => Days back from NOW
* @param integer $limit    => Limit of fetched IPs. Max is 100
**/
require ('./includes/lykan.class.php');
$json_string = lykan::get_lock(30, 10);
var_dump(json_decode($json_string, true));