{"table_name":"aswp_login_attempts","full_table_name":"wp_aswp_login_attempts","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_aswp_login_attempts ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, ip VARCHAR(45) NOT NULL, username_hash VARCHAR(64) NOT NULL DEFAULT '', attempt_count INT UNSIGNED NOT NULL DEFAULT 1, last_attempt DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, locked_until DATETIME NULL, PRIMARY KEY (id), UNIQUE KEY ip (ip), KEY locked_until (locked_until) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"ip","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"username_hash","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"attempt_count","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"last_attempt","type":"DATETIME","nullable":false,"primary_key":false},{"name":"locked_until","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"atlant-security","name":"Atlant Security","active_installs":30,"version":"1.1.12","wp_org_url":"https://wordpress.org/plugins/atlant-security/"}}