{"table_name":"aswp_outbound_log","full_table_name":"wp_aswp_outbound_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_aswp_outbound_log ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, url TEXT NOT NULL, domain VARCHAR(255) NOT NULL DEFAULT '', method VARCHAR(10) NOT NULL DEFAULT 'GET', caller VARCHAR(120) NOT NULL DEFAULT '', status VARCHAR(20) NOT NULL DEFAULT 'allowed', blocked TINYINT(1) NOT NULL DEFAULT 0, response_code SMALLINT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY domain (domain(50)), KEY status (status), KEY created_at (created_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"url","type":"TEXT","nullable":false,"primary_key":false},{"name":"domain","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"method","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"caller","type":"VARCHAR(120)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"blocked","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"response_code","type":"SMALLINT","nullable":false,"primary_key":false},{"name":"created_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/"}}