Metadata-Version: 2.0
Name: loganom
Version: 0.0.5
Summary: Log analyzer to discover anomalies
Home-page: https://github.com/dbaio/loganom
Author: Danilo G. Baio
Author-email: dbaio@bsd.com.br
License: BSD2CLAUSE
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Dist: dnspython
Requires-Dist: requests
Requires-Dist: marrow.mailer

loganom
=======

.. image:: https://travis-ci.org/dbaio/loganom.svg?branch=master
    :target: https://travis-ci.org/dbaio/loganom

.. image:: https://readthedocs.org/projects/loganom/badge/?version=latest
    :target: https://loganom.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

**loganom** is a tool that checks log files in search for anomalies.
Many small and medium companies that have only local users (in the
same country) can use loganom.

The first processor check postfix sasl authentication.

Usually when an account is compromised, attackers use several machines
from their botnets to send emails (spam/virus/phishing/etc) with that
credential.

This can be observed when a user that usually connects from the same
country, suddenly send emails from all around the world.

This is an experimental program.


Installation
------------

Install using pip:

.. code-block:: sh

    pip install loganom

Sources are available on `<https://github.com/dbaio/loganom>`_ .

Documentation available on `<https://loganom.readthedocs.io/en/latest/>`_ .



