forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes For 'Cortex XDR - Large Upload' Playbook (demisto#34343)
* changed the conditions in task number 3 and 69 * RN * RN * removed the inputs.SrcHostname, inputs.SrcIPAddress, inputs.Username used within tasks number 112 and 56 * added browser names to secrets ignore file * added FW app ID to secrets ignore file * revert changes in secrets ignore file * added browser names and FW app ID to secrets ignore file
- Loading branch information
Showing
5 changed files
with
114 additions
and
50 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 |
---|---|---|
|
@@ -93,3 +93,16 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
brave.exe | ||
msedge.exe | ||
iexplore.exe | ||
Safari.exe | ||
Opera.exe | ||
Firefox.exe | ||
Chrome.exe | ||
ip | ||
tcp | ||
udp | ||
ssl | ||
syslog | ||
quic |
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
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
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,7 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Cortex XDR - Large Upload | ||
|
||
- Fixed an issue where incorrect object was configured for the *'Found Results?'* conditional task. | ||
- Added additional regex expressions to the *'Check Uploaded Data Volume'* task in order to remove decimal points from the amount of uploaded data before it is compared with the *'Transferred_Data _Threshold'* playbook input. |
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