Metadata-Version: 2.0
Name: loganom
Version: 1.0.2
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
Project-URL: Documentation, https://loganom.readthedocs.io/en/latest/
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Email
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
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

.. image:: https://badge.fury.io/py/loganom.svg
    :target: https://pypi.org/project/loganom/

**loganom** is a tool that checks mail log files in search for anomalies.

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/>`_.



