{"slug":"coxwall","name":"CoxWall","description":"Professional WordPress security plugin with firewall, brute-force protection, login hardening, security headers, and file integrity monitoring.","author":"themelooks","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/coxwall/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"coxwall_blocked_ips","full_table_name":"wp_coxwall_blocked_ips","description":"Stores coxwall blocked ips data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"reason","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"blocked_until","type":"DATETIME","nullable":true,"primary_key":false},{"name":"permanent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_coxwall_blocked_ips ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, ip_address VARCHAR(45) NOT NULL, reason VARCHAR(200) NOT NULL DEFAULT '', blocked_until DATETIME NULL, permanent TINYINT(1) NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY ip_address (ip_address) ) $charset;\" );"},{"table_name":"coxwall_events","full_table_name":"wp_coxwall_events","description":"Stores coxwall events data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"event_type","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT(20)","nullable":false,"primary_key":false},{"name":"message","type":"TEXT","nullable":false,"primary_key":false},{"name":"context","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_coxwall_events ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, event_type VARCHAR(100) NOT NULL, ip_address VARCHAR(45) NOT NULL DEFAULT '', user_id BIGINT(20) NOT NULL DEFAULT 0, message TEXT NOT NULL, context LONGTEXT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY event_type (event_type), KEY ip_address (ip_address), KEY created_at (created_at) ) $charset;\" );"},{"table_name":"coxwall_file_hashes","full_table_name":"wp_coxwall_file_hashes","description":"Stores coxwall file hashes data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"file_path","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"file_hash","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"scanned_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_coxwall_file_hashes ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, file_path VARCHAR(255) NOT NULL, file_hash VARCHAR(64) NOT NULL, status VARCHAR(20) NOT NULL DEFAULT 'ok', scanned_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY file_path (file_path(191)) ) $charset;\" );"},{"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","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}],"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;\" );"}],"table_count":4}