forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c38f3ea
commit e7f4527
Showing
2 changed files
with
15 additions
and
14 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 |
---|---|---|
|
@@ -8,17 +8,6 @@ sectionOrder: | |
- Connect | ||
- Collect | ||
description: "Fetch alerts and events from SEKOIA.IO XDR.\nTo use this integration, please create an API Key with the appropriate permissions." | ||
detaileddescription: |- | ||
### Sekoia XDR Integration | ||
#### Author: Sekoia.io | ||
Support and maintenance for this integration are provided by the author. Please use the following contact details: | ||
- Email: [email protected] | ||
- URL: [https://www.sekoia.io/en/contact/](https://www.sekoia.io/en/contact/) | ||
*** | ||
## Sekoia XDR | ||
- The mandatory fields are the API Key and the base URL of the API (i.e. https://api.sekoia.io/v1/sic/) | ||
--- | ||
[View documentation for the API calls](https://docs.sekoia.io/xdr/) | ||
configuration: | ||
- display: API key | ||
displaypassword: API Key | ||
|
18 changes: 15 additions & 3 deletions
18
Packs/SekoiaXDR/Integrations/SekoiaXDR/SekoiaXDR_description.md
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 |
---|---|---|
@@ -1,11 +1,23 @@ | ||
## Advanced SEKOIA.IO Configuration | ||
## Sekoia XDR Integration | ||
#### Author: Sekoia.io | ||
|
||
### API Key | ||
Support and maintenance for this integration are provided by the author. Please use the following contact details: | ||
- Email: [email protected] | ||
- URL: [https://www.sekoia.io/en/contact/](https://www.sekoia.io/en/contact/) | ||
*** | ||
|
||
## Sekoia XDR | ||
- The mandatory fields are the API Key and the base URL of the API (i.e. https://api.sekoia.io/v1/sic/) | ||
--- | ||
[View documentation for the API calls](https://docs.sekoia.io/xdr/) | ||
|
||
### API Key creation | ||
Much like any other API, Sekoio's API relies on an authentication mechanism, utilizing an API key for authentication. Obtaining one requires following a series of simple steps : | ||
|
||
- Click on **settings** ( Look on the navbar bottom ) | ||
- On **Workspace** part, click on **API keys** | ||
- Click on the + API key button | ||
- Give a name and a description to your key (description should be more than 10 characters and less than 100 characters) | ||
- Select one or more roles to associate with your key. | ||
- Click on Save | ||
- Click on Save | ||
|