{"table_name":"coxwall_login_attempts","full_table_name":"wp_coxwall_login_attempts","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_coxwall_login_attempts ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, ip_address VARCHAR(45) NOT NULL, username VARCHAR(200) NOT NULL DEFAULT '', attempted TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY ip_address (ip_address), KEY created_at (created_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"username","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"attempted","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"coxwall","name":"CoxWall","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/coxwall/"}}