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 263.530 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.

 

Top 10 IPs Blocked
IP Date Country Attacks
Total 28
93.103.249.0 26.Apr 4
79.124.72.0 26.Apr 4
41.218.224.0 26.Apr 4
103.232.25.0 26.Apr 4
171.224.240.0 26.Apr 4
154.39.152.0 26.Apr 2
94.127.110.0 26.Apr 2
154.72.81.0 26.Apr 2
3.145.130.0 26.Apr 1
45.61.184.0 26.Apr 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));