{"table_name":"sgs_log_visitors","full_table_name":"wp_sgs_log_visitors","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_sgs_log_visitors` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(55) NOT NULL DEFAULT '127.0.0.1', `user_id` int(11) NOT NULL DEFAULT 0, `block` int(11) NOT NULL DEFAULT 0, `blocked_on` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), INDEX `ip_index` (`ip`), INDEX `block_user_index` (`block`, `user_id`) ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"ip","type":"varchar(55)","nullable":false,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"block","type":"int(11)","nullable":false,"primary_key":false},{"name":"blocked_on","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"sg-security","name":"Security Optimizer – The All-In-One Protection Plugin","active_installs":1000000,"version":"1.6.0","wp_org_url":"https://wordpress.org/plugins/sg-security/"}}