2017 © Pedro Peláez
 

library ingress-sentinel

Monitoring Ingress report e-mail of attacks on portals

image

vitormattos/ingress-sentinel

Monitoring Ingress report e-mail of attacks on portals

  • Wednesday, December 31, 2014
  • by vitormattos
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ingress-Sentinels

inserts data with damage email report in a sqlite database., (*1)

How to use?

  • Run Composer from your application
  • The database are used is SQLite. After run composer, run the following command to create the sqlite file:
migrate -e development
  • Put the data access for the email account that concentrates the reports Ingress in test.php file and run this file with the following command:
php test.php

When the test.php script has finished running, you will have a database to parse all emails that are configured in the account., (*2)

TODO:

  • Analysis of data from the database to identify anomaly

The Versions

31/12 2014

dev-master

9999999-dev

Monitoring Ingress report e-mail of attacks on portals

  Sources   Download

MIT

The Requires