Skip to content

This tool parses log data and allows to define analysis pipelines for anoamly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.

License

Notifications You must be signed in to change notification settings

skopikf/logdata-anomaly-miner

 
 

Repository files navigation

logdata-anomaly-miner Build Status DeepSource

This tool parses log data and allows to define analysis pipelines for anoamly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.

AECID Demo – Anomaly Detection with AMiner and Reporting to IBM QRadar

Installation

Debian

There are Debian packages for logdata-anomaly-miner in the official Debian/Ubuntu repositories.

apt-get update && apt-get install logdata-anomaly-miner

From source

The following command will install the latest stable release:

cd $HOME
wget https://raw.githubusercontent.com/ait-aecid/logdata-anomaly-miner/master/scripts/aminer_install.sh
chmod +x aminer_install.sh
./aminer_install.sh

Getting started

Here are some resources to read in order to get started with configurations:

Publications

Publications and talks:

A complete list of publications can be found at https://aecid.ait.ac.at/further-information/.

Contribution

We're happily taking patches and other contributions. Please see the following links for how to get started:

Bugs

If you encounter any bugs, please create an issue on Github.

Security

If you discover any security-related issues read the SECURITY.md first and report the issues.

License

GPL-3.0

About

This tool parses log data and allows to define analysis pipelines for anoamly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.1%
  • Shell 4.9%