-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trigger * rn * fixid * newrn
- Loading branch information
Showing
3 changed files
with
35 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,6 @@ | ||
|
||
#### Triggers Recommendations | ||
|
||
##### New: SSO Brute Force Activity | ||
|
||
This trigger is responsible for handling the 'SSO Brute Force Threat Detected' and 'SSO Brute Force Activity Observed' alerts. |
28 changes: 28 additions & 0 deletions
28
Packs/Core/Triggers/Trigger_-_SSO_Brute_Force_Activity.json
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 @@ | ||
{ | ||
"trigger_id": "4c039023b3a5216ba6774484bf1859ea", | ||
"playbook_id": "SSO Brute Force", | ||
"suggestion_reason": "Recommended for 'SSO Brute Force Threat Detected' and 'SSO Brute Force Activity Observed' alerts", | ||
"description": "This trigger is responsible for handling the 'SSO Brute Force Threat Detected' and 'SSO Brute Force Activity Observed' alerts", | ||
"trigger_name": "SSO Brute Force Activity", | ||
"alerts_filter": { | ||
"filter": { | ||
"AND": [ | ||
{ | ||
"OR": [ | ||
{ | ||
"SEARCH_FIELD": "alert_name", | ||
"SEARCH_TYPE": "EQ", | ||
"SEARCH_VALUE": "SSO Brute Force Threat Detected" | ||
}, | ||
{ | ||
"SEARCH_FIELD": "alert_name", | ||
"SEARCH_TYPE": "EQ", | ||
"SEARCH_VALUE": "SSO Brute Force Activity Observed" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
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