You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IPBanCore/ipban.config
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -403,6 +403,7 @@ Examples to capture:
403
403
-Reason: An error occurred while evaluating the password
404
404
-Login failed for user 'username'. Reason: Failed to open the database 'db' configured in the session recovery object while recovering the connection. [CLIENT: 1.1.1.1]
405
405
-Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 1.1.1.1]
406
+
-Motivo: no se encontró un inicio de sesión que coincida con el nombre proporcionado.
406
407
407
408
Examples to ignore:
408
409
Login failed for user 'cenptuser'. Reason: Failed to open the explicitly specified database 'db'. [CLIENT: 1.1.1.1]
@@ -417,7 +418,7 @@ Login failed for user 'cenptuser'. Reason: Failed to open the explicitly specifi
417
418
<XPath>(//Data)[3]</XPath>
418
419
<Regex>
419
420
<![CDATA[
420
-
\[CLIENT\s?:\s?(?<ipaddress>[^\]]+)\]
421
+
\[CLIENTE?\s?:\s?(?<ipaddress>[^\]]+)\]
421
422
]]>
422
423
</Regex>
423
424
</Expression>
@@ -825,7 +826,7 @@ Login failed for user 'cenptuser'. Reason: Failed to open the explicitly specifi
AssertEventViewerGroup(groups[0],"0x8010000000000000",minimumWindowsMajorVersion,0,false,"Security","RDP","//EventID","^(?<log>4625|5152)$","//Data[@Name='IpAddress' or @Name='Workstation' or @Name='SourceAddress']","(?<ipaddress>.+)","//Data[@Name='ProcessName']","(?<source_IIS>c:\\\\Windows\\\\System32\\\\inetsrv\\\\w3wp.exe)?$");
AssertEventViewerGroup(groups[4],"0x80000000000000",minimumWindowsMajorVersion,0,false,"Application","MySQL","//Provider[@Name='MySQL' or @Name='MariaDB']",string.Empty,"//Data","(?<log>Access denied for user) '?(?<username>[^']+)'@'(?<ipaddress>[^']+)'");
0 commit comments