updated description
This commit is contained in:
@@ -36,7 +36,7 @@ sequence by winlog.computer_name with maxspan=1m
|
||||
[authentication where event.action == "logged-in" and
|
||||
/* event 4624 need to be logged */
|
||||
winlog.logon.type : "Network" and event.outcome == "success" and source.ip != null and
|
||||
source.ip != "127.0.0.1" and source.ip != "::1" and
|
||||
source.ip != "127.0.0.1" and source.ip != "::1" and
|
||||
not winlog.event_data.TargetUserName : ("svc*", "PIM_*", "_*_", "*-*-*", "*$")] by winlog.event_data.TargetLogonId
|
||||
/* event 4724 need to be logged */
|
||||
[iam where event.action == "reset-password" and
|
||||
|
||||
Reference in New Issue
Block a user