{"table_name":"mab_login_sessions","full_table_name":"wp_mab_login_sessions","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_mab_login_sessions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `session_key` varchar(255) NOT NULL, `session_value` text, `reorder_direct` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"session_key","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"session_value","type":"text","nullable":true,"primary_key":false},{"name":"reorder_direct","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"knowband-mobile-app-builder-for-woocommerce","name":"Knowband Mobile App Builder","active_installs":10,"version":"3.0.1","wp_org_url":"https://wordpress.org/plugins/knowband-mobile-app-builder-for-woocommerce/"}}