{"table_name":"aswp_blocked_ips","full_table_name":"wp_aswp_blocked_ips","description":"Stores aswp blocked ips data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_aswp_blocked_ips ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, ip VARCHAR(45) NOT NULL, ip_range VARCHAR(50) NOT NULL DEFAULT '', reason VARCHAR(255) NOT NULL DEFAULT 'Manually blocked', rule_id VARCHAR(40) NOT NULL DEFAULT '', request_count INT UNSIGNED NOT NULL DEFAULT 0, permanent TINYINT(1) NOT NULL DEFAULT 0, blocked_until DATETIME NULL, created_by BIGINT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY ip (ip), KEY permanent (permanent), KEY blocked_until (blocked_until) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"ip","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"ip_range","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"reason","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"rule_id","type":"VARCHAR(40)","nullable":false,"primary_key":false},{"name":"request_count","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"permanent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"blocked_until","type":"DATETIME","nullable":true,"primary_key":false},{"name":"created_by","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"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/"}}