Protect your PHP application

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

Layered protection

Features

Purpose-built filters protect your application at every critical entry point.

API for your backend

Blacklist Check

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

Protect your web application

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.

 

Lykan Shield

Security report

Reporting period

Countries of origin

Top 10
Country Attacks
United States of America 57049
France 2806
Singapore 1962
Germany 1383
Russia 684
Norway 310
Belgium 258
Sweden 235
Switzerland 203
United Kingdom 149
Total 65039
Integration backend on dashboard

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