whowgames / li3_ids

lithium plugin to analyze requests via IDS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lithium Intrusion Detection System Library

Lithium library for Intrusion Detection PHPIDS.

PHPIDS Spec version: 0.7

Installation

Add a submodule to your li3 libraries:

git submodule add git@github.com:bruensicke/li3_ids.git libraries/li3_ids

and activate it in you app (config/bootstrap/libraries.php), of course:

Libraries::add('li3_ids');

Usage

To have a look at what is going on, have a look into your logs folder

tail -f resources/tmp/warning.log

Credits

This plugin is kindly provided by weluse GmbH. Thanks for that.

more Features will follow soon.

Ideas:

  • Database Logging
  • MailService
  • ImpactLevel mapping to Log-Levels

About

lithium plugin to analyze requests via IDS

License:Other


Languages

Language:PHP 97.7%Language:CSS 2.3%