Update GitLab_BruteForce.yaml
This commit is contained in:
Родитель
6a66331446
Коммит
fa8aec5f2b
|
@ -25,7 +25,7 @@ query: |
|
|||
let EndRunTime = StartTime - RunTime;
|
||||
let EndLearningTime = StartTime + LearningPeriod;
|
||||
let GitLabFailedLogins = (GitLabApp
|
||||
| where Message contains "Failed Login"
|
||||
| where FailedLogin == 1
|
||||
| parse kind=regex Message with "Failed Login: username=" User "ip=" IpAddress
|
||||
| project TimeGenerated, EventTime, Computer, User, HostName, HostIP, IpAddress);
|
||||
GitLabFailedLogins
|
||||
|
|
Загрузка…
Ссылка в новой задаче