Metadata-Version: 2.1
Name: msiem
Version: 0.3.3
Summary: McAfee SIEM Command Line Interface
Home-page: https://github.com/mfesiem/msiem
Author: tristanlatr, andywalden
License: The MIT License
Description: ## McAfee SIEM Command Line Interface
        
        [![Tests](https://github.com/mfesiem/msiem/workflows/test/badge.svg)](https://github.com/mfesiem/msiem/actions)
        [![PyPI version](https://badge.fury.io/py/msiem.svg)](https://pypi.org/project/msiem/)
        [![Docs](https://img.shields.io/badge/-manpage-blue)](https://mfesiem.github.io/docs/msiem/index.html)
        
        ```
                        _                
          _ __ ___  ___(_) ___ _ __ ___  
         | '_ ` _ \/ __| |/ _ | '_ ` _ \ 
         | | | | | \__ | |  __| | | | | |
         |_| |_| |_|___|_|\___|_| |_| |_| CLI
             
         McAfee SIEM Command Line Interface
        ```
        
        Most of the core `msiempy` features accessible with CLI.  
        
        Based on the work of [andywalen](https://github.com/andywalden).  
        
        ## Features
        
        - ESM operations: monitor, show statuses
        - Datasource operations: add, delete - including client datasources
        - Alarm operations and querying: filter, acknowledge, unacknowledge, delete
        - Event operations and querying: filter
        - Query any ESM API endpoint with any data.
        
        ## Installation
        ```bash
        $ python3 -m pip install msiem --upgrade
        ```
        
        ## Command Line Interface documentation
        **Read the [manpage](https://mfesiem.github.io/docs/msiem/)** or use `msiem -h`.  
        
        #### More to come !
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
