Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerodg/53.exabeam-ueba-api-client

Exabeam UBA REST Client
https://github.com/jerodg/53.exabeam-ueba-api-client

api client exabeam python rest ueba

Last synced: about 1 month ago
JSON representation

Exabeam UBA REST Client

Awesome Lists containing this project

README

        

```
___ _ _ _ ___ ___ _ _ ___ ___ ___ _ _ _
| __|_ ____ _| |__ ___ __ _ _ __ | | | | __| _ ) /_\ /_\ | _ \_ _| / __| (_)___ _ _| |_
| _|\ \ / _` | '_ \/ -_) _` | ' \ | |_| | _|| _ \/ _ \ / _ \| _/| | | (__| | / -_) ' \ _|
|___/_\_\__,_|_.__/\___\__,_|_|_|_| \___/|___|___/_/ \_\ /_/ \_\_| |___| \___|_|_\___|_||_\__|

```

![platform](https://img.shields.io/badge/Platform-Mac/*nix/Windows-blue.svg)
![python](https://img.shields.io/badge/Python-3.7/8%2B-blue.svg)
![Exabeam](https://img.shields.io/badge/Exabeam-4.0+-blue.svg)

![0%](https://img.shields.io/badge/Coverage-%25-red.svg)

# Exabeam User and Entity Behavior Analytics (UEBA), API client.
Client library for Exabeam's UEBA REST API.

Developed for use with Exabeam v4.0+, however, most functionality *should work
with previous versions.

Developed for use with Python3.8+, however, it should work with 3.6/7+. There is
no guarantee that future development won't utilize 3.8+ specifc syntax.

__*Not Affiliated with Exabeam__

## Installation
```bash
pip install exabeam-ueba-api-client
```

## Basic Usage
This modules' primary use-case is inheritance from other REST API clients.

```python

```

## API Implementation, Categories () ~0%, Functions () ~0%
__*These should match unit tests.__

- [x] Login
- [x] Get Notable Users
- [x] Get Watchlist Users

## Documentation
[GitHub Pages](https://jerodg.github.io/exabeam-ueba-api-client/)
- Work in Process

## Known Issues
N/A

## License
Copyright © 2019 Jerod Gawne

This program is free software: you can redistribute it and/or modify
it under the terms of the Server Side Public License (SSPL) as
published by MongoDB, Inc., either version 1 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
SSPL for more details.

You should have received a copy of the SSPL along with this program.
If not, see .