Metadata-Version: 2.4
Name: loganom
Version: 1.1.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.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: dnspython
Requires-Dist: requests
Requires-Dist: marrow.mailer
Requires-Dist: texttable
Requires-Dist: pymsteams
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

loganom
=======

.. image:: https://github.com/dbaio/loganom/workflows/Python%20package/badge.svg
    :target: https://github.com/dbaio/loganom/actions?query=workflow%3A%22Python+package%22
    :alt: Python package Status

.. 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 of 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 who usually connects from the same country
suddenly sends emails from worldwide.

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

