-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh automation library documentation
- Loading branch information
1 parent
a504767
commit cbec25e
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Nybble | ||
|
||
![Nybble](/assets/playbooks/library/nybble.png){ align=right width=150 } | ||
|
||
[Nybble Hub](https://nybble-security.io) is the worldwide first blue team community which handles your alerts at a glance. | ||
|
||
## Configuration | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `nhub_url` | `string` | Nybble Hub Connector Base URL | | ||
| `nhub_username` | `string` | Nybble Hub Connector username | | ||
| `nhub_key` | `string` | Nybble Hub Connector Key to authenticate the requests | | ||
|
||
## Actions | ||
|
||
### Create Alert | ||
|
||
Create an Alert into Nybble Hub | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `alert_data` | `object` | Received alert, from Sekoia 'Get Alert' action | | ||
| `rule` | `object` | Alert Rule from Rule Catalog, from Sekoia 'Get Rule' action | | ||
| `events` | `array` | Related Events, from Sekoia 'Get The Alert Events' action | | ||
|
||
|
||
**Outputs** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `status` | `boolean` | | | ||
| `details` | `string` | | | ||
|
||
|
||
## Extra | ||
|
||
Module **`Nybble` v1.0.1** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters