Skip to content

Commit

Permalink
🐛 Fix incorrect case for severity
Browse files Browse the repository at this point in the history
  • Loading branch information
pemontto committed Sep 5, 2023
1 parent f80a66a commit 97cf8a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: a8cc6d5c-4e7e-4b48-b4ac-d8a116c62a8b
name: MFA Spamming followed by Successful login
description: |
'Identifies MFA Spamming followed by Successful logins and by a successful authentication within a given time window,
'Identifies MFA Spamming followed by Successful logins and by a successful authentication within a given time window,
Default Failure count is 10 and 1 successful login with default Time Window is 5 minutes.'
severity: high
severity: High
requiredDataConnectors:
- connectorId: AzureActiveDirectory
dataTypes:
Expand Down Expand Up @@ -55,5 +55,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IPAddress
version: 1.0.0
version: 1.0.1
kind: Scheduled

0 comments on commit 97cf8a0

Please sign in to comment.