BrandBees Malware Guardian

Scans WordPress files and database for malware indicators with practical cleanup workflows and backups.

7 database tables

Table NameDescriptionMethod
wp_bbmg_backupsStores bbmg backups data created by this plugin.Static
wp_bbmg_file_hashesStores bbmg file hashes data created by this plugin.Static
wp_bbmg_malware_detectionsStores bbmg malware detections data created by this plugin.Static
wp_bbmg_patchesStores bbmg patches data created by this plugin.Static
wp_bbmg_scan_batchesStores bbmg scan batches data created by this plugin.Static
wp_bbmg_scan_queueA job queue table for managing background tasks and scheduled operations.Static
wp_bbmg_scansStores bbmg scans data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_comments
Direct access
wp_options
Option key:bbmg_db_versionOption key:bbmg_enable_malware_scanOption key:bbmg_google_safebrowsing_keyOption key:bbmg_last_scheduled_scan_idOption key:bbmg_malware_cache_durationOption key:bbmg_malware_settingsOption key:bbmg_virustotal_key
wp_postmeta
Post meta
wp_usermeta
User meta