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
|`Active Directory - Account Lockouts Spike`| This alert is triggered when there are multiple account lockouts in a short time period, indicating potential brute force attempts. | Count `>=` 5 | Count `<` 5 |
263
-
|`Active Directory - Directory Service Failures`| This alert is triggered when there are critical Directory Service failures that could impact AD functionality. | Count `>=` 3| Count `<` 3|
264
-
|`Active Directory - Mass User Account Deletions`| This alert triggers when multiple user accounts are deleted in a short time period, which could indicate malicious activity. | Count `>`5| Count `<=`5|
265
-
|`Active Directory - NTLM Authentication Failures`| This alert is triggered when there are multiple NTLM authentication failures, which could indicate credential theft attempts. | Count `>=` 5 | Count `<` 5 |
266
-
|`Active Directory - Replication Failures`| This alert triggers when AD replication failures occur, which can impact directory synchronization. | Count `>`0| Count `<=`0|
267
-
|`Active Directory - Schema Modifications`| This alert is triggered when changes are made to the AD schema, which are rare and potentially high-impact changes. | Count `>`0| Count `<=`0|
268
-
271
+
|`Artifactory - Excessive Denied Login Attempts`| This alert is triggered when there are multiple denied login attempts from the same IP or user. | Count `>` 5 | Count `<=` 5 |
272
+
|`Artifactory - High 4xx Status Codes`| This alert is triggered when there's a high number of HTTP 4xx error responses. | Count `>` 10| Count `<=` 10|
273
+
|`Artifactory - High 5xx Status Codes`| This alert is triggered when there's a high number of HTTP 5xx error responses. | Count `>`10| Count `<=`10|
274
+
|`Artifactory - High Denied Deploys to Cached Repos`| This alert is triggered when there's a high number of denied deploy attempts to cached repositories. | Count `>` 5 | Count `<=` 5 |
275
+
|`Artifactory - High Denied Deploys to Non-Cached Repos`| This alert is triggered when there's a spike in denied deploy attempts to non-cached repositories. | Count `>`5| Count `<=`5|
276
+
|`Artifactory - High Denied Downloads`| This alert is triggered when there's a high number of denied download attempts. | Count `>`5| Count `<=`5|
277
+
|`Artifactory - Slow HTTP Response Times`| This alert is triggered when Artifactory response times are high. | Count `>` 5 | Count `<=` 5 |
0 commit comments