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
e29cdcc
commit d46adef
Showing
2 changed files
with
29 additions
and
1 deletion.
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,28 @@ | ||
|
||
#### Integrations | ||
|
||
##### Sekoia XDR | ||
|
||
- Delete Outgoing mirroring function and modify fetch incident function | ||
|
||
#### Layouts | ||
|
||
##### Sekoia XDR Layout | ||
|
||
- Use the first layout after rebase | ||
|
||
#### Mappers | ||
|
||
##### Sekoia XDR - Incoming Mapper | ||
|
||
- Add some new fileds to mapper | ||
|
||
#### Scripts | ||
|
||
##### CloseSekoiaAlert | ||
|
||
- Use the mirroring status to update the alert status | ||
|
||
##### SekoiaXDRChangeStatus | ||
|
||
- Use the mirroring status to update the alert status |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "SekoiaXDR", | ||
"description": "Request Sekoia Defend (XDR) from Cortex XSOAR", | ||
"support": "partner", | ||
"currentVersion": "1.0.0", | ||
"currentVersion": "1.1.0", | ||
"author": "SEKOIA.IO", | ||
"url": "https://www.sekoia.io/en/contact/", | ||
"email": "[email protected]", | ||
|