Protect your PHP application

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

Features

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

API for your backend

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 13432 different locations.

5.127.252

total blocked

868

today

Top 10 IPs Blocked
IP Date Country Attacks
Total 778
149.28.70.0 30.Nov United States 746
218.149.228.0 30.Nov South Korea 4
222.254.167.0 30.Nov Vietnam 1
172.241.247.0 30.Nov United States 1
185.92.25.0 30.Nov United Kingdom 1
198.71.235.0 30.Nov United States 1
202.178.125.0 30.Nov Cambodia 1
46.173.140.0 30.Nov Ukraine 1
71.13.87.0 30.Nov United States 1
170.64.130.0 29.Nov Australia 21

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));