Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerodg/53.exabeam-ueba-api-client
- Owner: jerodg
- License: other
- Created: 2019-10-15T15:48:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T00:06:12.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T12:09:18.246Z (3 months ago)
- Topics: api, client, exabeam, python, rest, ueba
- Language: Python
- Size: 685 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 GawneThis 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 .