-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration File [WinEvent]
phbits edited this page Feb 12, 2021
·
2 revisions
These settings are only required if using WinEvent as an Alert Method.
The logname should be Application though this is configurable. If changed, be sure to update the New-EventLog command to reflect this change.
LogName = ApplicationSelect one of the following: Error, FailureAudit, Information, SuccessAudit, Warning
EntryType = WarningBy default WebsiteFailedLogins source isn't registered. To do so, run the following command to register WebsiteFailedLogins or choose your own.
New-EventLog -LogName Application -Source WebsiteFailedLoginsSource = WebsiteFailedLoginsEvent Id when logging an IP that exceeds threshold FailedLoginsPerIP.
FailedLoginsPerIPEventId = 10Event Id logged when all failed requests exceed threshold TotalFailedLogins.
TotalFailedLoginsEventId = 20