{"table_name":"bearmor_login_attempts","full_table_name":"wp_bearmor_login_attempts","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_bearmor_login_attempts ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, ip_address VARCHAR(45) NOT NULL, username VARCHAR(60), success TINYINT(1) DEFAULT 0, attempted_at DATETIME NOT NULL, user_agent TEXT, country_code VARCHAR(2), KEY ip_address (ip_address), KEY attempted_at (attempted_at), KEY success (success) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"username","type":"VARCHAR(60)","nullable":true,"primary_key":false},{"name":"success","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"attempted_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"user_agent","type":"TEXT","nullable":true,"primary_key":false},{"name":"country_code","type":"VARCHAR(2)","nullable":true,"primary_key":false}],"plugin":{"slug":"bearmor-security","name":"Bearmor Security","active_installs":50,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/bearmor-security/"}}