Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored and github-actions[bot] committed Jun 19, 2024
1 parent a504767 commit cbec25e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions _shared_content/automate/library/nybble.md
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**
Binary file added docs/assets/playbooks/library/nybble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ nav:
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
- Mimecast: xdr/features/automate/library/mimecast.md
- Netskope: xdr/features/automate/library/netskope.md
- Nybble: xdr/features/automate/library/nybble.md
- OSINT: xdr/features/automate/library/osint.md
- Okta: xdr/features/automate/library/okta.md
- Onyphe: xdr/features/automate/library/onyphe.md
Expand Down Expand Up @@ -533,6 +534,7 @@ nav:
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
- Mimecast: tip/features/automate/library/mimecast.md
- Netskope: tip/features/automate/library/netskope.md
- Nybble: tip/features/automate/library/nybble.md
- OSINT: tip/features/automate/library/osint.md
- Okta: tip/features/automate/library/okta.md
- Onyphe: tip/features/automate/library/onyphe.md
Expand Down

0 comments on commit cbec25e

Please sign in to comment.