{"slug":"iron-security","name":"Iron Security – WordPress Security Plugin","description":"Hardening tool that blocks hackers and protect against: Brute Force Attacks, Exploits, Injections, Clickjacking and other important functionalities.","author":"WpIron","active_installs":50,"version":"2.5.3","wp_org_url":"https://wordpress.org/plugins/iron-security/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"iron_security_logs","full_table_name":"wp_iron_security_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_iron_security_logs` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `log_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_id` bigint DEFAULT NULL,\\n  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `date_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `extra_data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  PRIMARY KEY (`id`),\\n  KEY `log_type` (`log_type`),\\n  KEY `user_id` (`user_id`),\\n  KEY `status` (`status`),\\n  KEY `date_created` (`date_created`)\\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"wpiron_user_2fa_secrets","full_table_name":"wp_wpiron_user_2fa_secrets","description":"Stores wpiron user 2fa secrets data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null}],"table_count":2}