Active Lockouts Log
The active Lockout table provides a list of all lockouts that are currently active and enabled. It contains the IP address, login name, how many attempts were made (Count), and when the lockout will expire (Expires in minutes).
Event Logs
This is a log of all login attempts for your website.
Table Definitions
Time: the time the attempt was recorded (using the time configured on your site).
IP: IP address associated with the attempt.
Gateway: The URL that was used by the attack.
Login: Username that was used in the attack.
Rule: The rule that was triggered. Itβs either allow or deny.
Reason: There are quite a few different statuses available here:
ip_acl_temp_local_deny β IP blocked temporary for this site only
ip_acl_temp_network_deny β IP blocked temporary for the group of sites this site belongs to
ip_acl_local_deny β IP blocked by allow/deny rules for this site only
ip_acl_network_deny β IP blocked by allow/deny rules for the group of sites this site belongs to
ip_lockout_allow_expired β IP allowed b/c its lockout period has expired
ip_lockout_allow_below_limit β IP allowed b/c the number of attempts is below limit
ip_lockout_deny β IP is locked out b/c the number of attempts is above limit
ip_acl_xmlrpc_deny β IP is locked out b/c the XML-RPC gateway is closed
login_acl_local_pass β attempt allowed b/c of a local login pass rule
ip_acl_local_pass β attempt allowed b/c of a local ip pass rule
all_acl_none β there were no allow/deny rules matching the request
country_acl_local_allow β the country is allowed for this site
country_acl_local_deny β the country is denied for this site
ip_acl_temp_none β IP is not blocked temporary
all_acl_local_allow β both IP and login are allowed by allow rules for this site only
all_acl_network_allow β both IP and login are allowed by allow/deny rules for the group of sites this site belongs too
login_acl_network_deny β login is blocked by a deny rule for the group of sites this site belongs too
login_acl_local_deny β login is blocked by a deny rule for this site only
Pattern: A username that you listed, an IP or range of IPs, a country. This is an entity based on which the decision was made to allow or deny an attempt.
Attempts Left: How many attempts are left for the IP at the time the attempt happened.
Lockout Duration: How many minutes are left before the IP is unlocked automatically, at the time the attempt happened.
Actions: You can add or remove IPs and logins to/from your allow/deny lists.
Icons definitions for actions:
Open Red Lock β Unlock IP (release an active automatic lockout)
Red Plus Sign β Add IP Or Login To Deny Rules
Red Minus Sign β Remove IP Or Login From Deny Rules
Green Plus Sign β Add IP Or Login To Allow Rules
Last updated