Metadata-Version: 1.1
Name: otx-misp
Version: 1.4.3
Summary: Imports Alienvault OTX pulses to a MISP instance.
Home-page: https://github.com/gcrahay/otx_misp
Author: Gaetan Crahay
Author-email: gaetan@crahay.eu
License: Apache 2.0
Description: ========
        Overview
        ========
        
        
        
        Imports Alienvault OTX pulses to a MISP instance.
        
        * Free software: Apache 2.0 license
        
        Installation
        ============
        
        Python 2 support will be dropped soon.
        
        ::
        
            pip install otx-misp
        
        Documentation
        =============
        
        https://otx-misp.readthedocs.io/
        
        Alienvault OTX SDK
        ==================
        
        All files in the `src/otx_misp/otx` directory are Copyright 2015 AlienVault, Inc. and under the Apache 2.0 license.
        
        
        
        
        Changelog
        =========
        
        
        1.4.3 (2019-02-10)
        ------------------
        
        *  Fixed the PyMISP version check in add tag wrapper (@obert01)
        
        
        1.4.2 (2018-05-11)
        ------------------
        
        *  Fix typo in logger name (@TheDr1ver)
        *  Don't add already attached tag to events
        *  Tested with Python 3.5 and MISP 2.4.89
        
        
        1.4.1 (2017-08-25)
        ------------------
        
        *  Fix MISP tag name parsing (@KALRONG)
        *  Use pulse 'created' date in MISP event (@obert01)
        
        
        1.4.0 (2017-08-14)
        ------------------
        
        *  Add YARA indicator support
        
        
        1.3.0 (2017-07-04)
        ------------------
        
        *  Fix dedup function
        *  Fix TLP tag import
        *  Don't stop on import error
        *  Python 2 support warning
        *  Tested with Python 3.5, MISP 2.4.[71-76], PyMISP 2.4.71
        
        
        1.2.1 (2017-03-31)
        ------------------
        
        *  Fix Python 3 compatibility
        
        
        1.2.0 (2017-03-31)
        ------------------
        
        *  Fixes event tagging 
        *  Adds additional tagging options
        *  Handles empty reference field in OTX pulses
        
        
        1.1.1 (2017-01-28)
        ------------------
        
        *  Improve Pulse modified field parsing
        
        1.1 (2016-12-04)
        ----------------
        
        *  Fix compatibility with PyMISP >= 2.4.53
        *  Improve Python 3 support
        
        1.0.3 (2016-09-10)
        ------------------
        
        *  Fix new configuration cloning bug
        
        1.0.2 (2016-09-02)
        ------------------
        
        *  Fix compatibility issue with Python 2.7.6
        
        1.0.1 (2016-09-01)
        ------------------
        
        *  Catch exceptions when disabling SSL warnings
        
        1.0.0 (2016-06-21)
        ------------------
        
        * First stable version
        * Pulse Traffic Light Protocol level added as tag in MISP event
        * If the last part of a MISP tag and a Pulse tag are the same, tag the MISP event
        * MISP attributes `to_ids` field
        
        0.3.0 (2016-06-20)
        ------------------
        
        * Fix default handling for distribution, threat_level and analysis parameters
        * Better performance: Use OTXv2 generator API and remove some delays
        
        0.2.0 (2016-06-14)
        ------------------
        
        * Integrate OTXv2 as a subtree.
        
        0.1.0 (2016-06-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: Alienvault,OTX,MISP
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
