Skip to content

Commit

Permalink
Merge pull request #8945 from pemontto/severity-case
Browse files Browse the repository at this point in the history
🐛 Fix incorrect case for severity
  • Loading branch information
v-atulyadav authored Sep 5, 2023
2 parents 5fd088e + 97cf8a0 commit c4e59be
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 c4e59be

Please sign in to comment.