Metadata-Version: 2.1
Name: pyintelowl
Version: 0.1.2
Summary: Client and Library for Intel Owl
Home-page: https://github.com/mlodic/pyintelowl
Author: Matteo Lodi
License: UNKNOWN
Description: # pyintelowl
        
        Simple Client for the [Intel Owl Project](https://github.com/mlodic/intel_owl)
        
        2 ways to use it:
        * as a library
        * as a command line script
        
        You can select which analyzers you want to run for every analysis you perform.
        
        ### Library
        `pip3 install pyintelowl`
        
        `from pyintelowl.pyintelowl import IntelOwl`
        
        
        ### Command line Client
        2 Submodules: `file` and `observable`
        
        ##### Sample
        Example:
        `python3 intel_owl_client.py -k <api_key> -i <url> -a PE_Info -a File_Info file -f <path_to_file>`
        
        ##### Observable
        Example:
        `python3 intel_owl_client.py -k <api_key> -i <url> -a AbuseIPDB -a OTXQuery observable -v google.com`
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
