Metadata-Version: 2.1
Name: siemkit
Version: 0.0.16
Summary: Open-Source Community Tools for SIEM
Home-page: https://github.com/cybersiem
Author: CyberSIEM Community
Author-email: dave@cybersiem.com
License: Apache 2.0
Keywords: SIEM,CEF,LEEF,SOC,CYBERSIEM,KIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Logging
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pytimeparse
Requires-Dist: dateparser

## [CyberSIEM<sup>(R)</sup>](https://www.cybersiem.com/) Community Kit

* An open-source "Swiss Army Knife" for anything SIEM related!

* While this project is gaining rapid progress, it is far from ready..

    - **WARNING!** _This toolkit is still experimental and we do not recommended it for use in production. Do note that 
    at this stage we are not yet releasing stable versions as the API changes on daily basis!_

## Installation

```bash
pip install siemkit
```

## Updating

```bash
pip install --upgrade siemkit
```

Package:
   - https://pypi.org/project/siemkit/  

GitHub: 
   - https://github.com/cybersiem/community

## Libraries

* Work in progress

    - `siemkit.api.arcsight.esm.v72`
    - `siemkit.arcsight`
    - `siemkit.simulate`
    - `siemkit.win32.registry`
    - `siemkit.adaptors`
    - `siemkit.cfg`
    - `siemkit.const`
    - `siemkit.data`
    - `siemkit.event`
    - `siemkit.file`
    - `siemkit.flag`
    - `siemkit.generate`
    - `siemkit.hash`
    - `siemkit.html`
    - `siemkit.ldap`
    - `siemkit.listen`
    - `siemkit.logging`
    - `siemkit.net`
    - `siemkit.parse`
    - `siemkit.random`
    - `siemkit.send`
    - `siemkit.smtp`
    - `siemkit.time`
    - `siemkit.web`

## Why Contribute

* [Why Contribute to Open-Source](https://opensource.guide/how-to-contribute/#why-contribute-to-open-source)

_Work in progress . . ._

## Contributors / Authors
- [@DK26](https://github.com/dk26) - _David Krasnitsky_  (CyberSIEM)
- _Ofek Sher_ (CyberSIEM)
- _Yochay Ezra_ (CyberSIEM)

## Special Thanks
- _Marius2_ (Micro Focus Expert)


## Third-Party Libraries:

* hfilesize - MIT License  
    by: simonzack  
    source: https://github.com/simonzack/hfilesize  
    license: https://opensource.org/licenses/MIT  


* pytimeparse - MIT License  
    by: wroberts  
    source: https://github.com/wroberts/pytimeparse  
    license: https://github.com/wroberts/pytimeparse/blob/master/LICENSE.rst  


* dateparser - BSD 3-Clause License  
    source: https://github.com/scrapinghub/dateparser  
    license: https://github.com/scrapinghub/dateparser/blob/master/LICENSE  


* requests - Apache 2.0 License  
    by: Kenneth Reitz  
    source: https://github.com/psf/requests  
    license: https://github.com/psf/requests/blob/master/LICENSE  


* future - MIT License  
    by: Ed Schofield  
    homepage: https://python-future.org/  
    license: https://opensource.org/licenses/MIT  


* setuptools - MIT License  
    by: Jason R Coombs <jaraco@jaraco.com>  
    source: https://github.com/pypa/setuptools  
    license: https://opensource.org/licenses/MIT  


* urllib3 - MIT License  
    by: Andrey Petrov <andrey.petrov@shazow.net>  
    homepage: https://urllib3.readthedocs.io/en/latest/  
    source: https://github.com/urllib3/urllib3  
    license: https://github.com/urllib3/urllib3/blob/master/LICENSE.txt  



