{"id":280,"date":"2026-08-06T20:36:31","date_gmt":"2026-08-06T20:36:31","guid":{"rendered":"https:\/\/www.guardiangaze.com\/blog\/?p=280"},"modified":"2026-08-06T20:36:32","modified_gmt":"2026-08-06T20:36:32","slug":"wazuh-wordpress-integration-siem-monitoring","status":"publish","type":"post","link":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/","title":{"rendered":"WordPress SIEM Monitoring: Detect Rogue Admins and Backdoors with Guardian Gaze and Wazuh"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Series Context<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Article 1 covers the incident-response case: multiple unauthorised administrators, wp2shell exposure analysis, backdoor checks and recovery. This article begins where the clean-up ended: how to make WordPress security activity visible, durable and actionable in Wazuh.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Read the case first: <a href=\"\/blog\/wp2shell-wordpress-hack-rogue-admin-backdoor-removal\/\" target=\"_blank\" rel=\"noreferrer noopener\">Inside a wp2shell WordPress Hack: Rogue Admin Accounts, Backdoors and Incident Response<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Contents<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Why WordPress is often invisible to the SOC<\/li>\n\n\n\n<li>What events should leave WordPress<\/li>\n\n\n\n<li>Guardian Gaze as the WordPress-aware sensor<\/li>\n\n\n\n<li>Designing a useful JSON event<\/li>\n\n\n\n<li>Collection models for servers and managed hosting<\/li>\n\n\n\n<li>Illustrative Wazuh rules and correlation<\/li>\n\n\n\n<li>File integrity and host context<\/li>\n\n\n\n<li>SOC triage, tuning and telemetry health<\/li>\n\n\n\n<li>A 90-day operating model<\/li>\n\n\n\n<li>Frequently asked questions<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why WordPress is often invisible to the SOC<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Security operations teams routinely ingest firewall, endpoint, cloud and identity logs. WordPress is often treated as a marketing system, so its users, roles, plugin activity, malware findings and integrity events remain inside the dashboard or disappear when local logs rotate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That creates a blind spot exactly where an attacker can turn a web request into durable access. A WAF may record a request to an administrative path. The operating system may record that PHP wrote a file. Neither source necessarily explains which WordPress user initiated the action, whether the account was created minutes earlier, whether the <a href=\"https:\/\/www.redseclabs.com\/blog\/guardian-gaze-wordpress-security-plugin-launched-by-redseclabs\/\" type=\"link\" id=\"https:\/\/www.redseclabs.com\/blog\/guardian-gaze-wordpress-security-plugin-launched-by-redseclabs\/\" target=\"_blank\" rel=\"noreferrer noopener\">plugin<\/a> was approved or whether a security scan had already flagged the file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Application context and host context need to meet in the same investigation. Off-site retention matters as well. An attacker with administrator or server access may disable a plugin, clear local records or remove the account used for the intrusion. Events that have already left the website remain available after the local environment is altered.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What WordPress security events should reach the SIEM?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The goal is not to forward every page view or routine content edit. Start with events that change access, execute code, alter security controls or provide evidence of persistence.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Event family<\/strong><\/td><td><strong>Examples<\/strong><\/td><td><strong>Why the SOC needs it<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Identity<\/td><td>User created; role promoted; administrator email changed; application password added<\/td><td>Detects unexplained privilege and persistence through legitimate accounts.<\/td><\/tr><tr><td>Authentication<\/td><td>Failed and successful admin login; new source; session invalidation<\/td><td>Shows whether a newly created or privileged account was actually used.<\/td><\/tr><tr><td>Plugin and theme<\/td><td>Upload, install, activation, editor use, mu-plugin creation, security plugin disabled<\/td><td>Connects administrator access to executable code or defence impairment.<\/td><\/tr><tr><td>Integrity<\/td><td>Core change; new PHP; modified plugin; wp-config.php or .htaccess change<\/td><td>Provides durable behaviour when filenames and hashes change.<\/td><\/tr><tr><td>Malware and database<\/td><td>Signature or contextual finding; obfuscated code; injected option or post<\/td><td>Adds threat context to raw file and database changes.<\/td><\/tr><tr><td>Request and edge<\/td><td>REST batch-route activity; unusual admin route; suspicious source<\/td><td>Links the initial web request to later application and host actions.<\/td><\/tr><tr><td>Telemetry health<\/td><td>Event forwarding stopped; agent disconnected; scan overdue<\/td><td>Detects silence caused by failure or tampering.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A single event may be benign. The value comes from the relationship between events: a suspicious request, a new administrator, a first login, a plugin upload and a new PHP file within the same site and time window.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Guardian Gaze as the WordPress-aware sensor<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Guardian Gaze operates inside WordPress, where it can see application-specific security context that infrastructure controls do not naturally have. Its public WordPress.org description includes malware scanning across Core, plugins and themes, AI-assisted backdoor analysis, file-integrity monitoring, login protection, IP controls and security alerts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a Wazuh integration, the architectural principle is to forward selected security metadata rather than treat the WordPress dashboard as the final destination. A secure integration layer can serialise high-value events as JSON and deliver them to a collector or protected log file monitored by Wazuh.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is an implementation pattern, not a claim that every hosting environment has a native one-click connector. The event source, transport, authentication and retention design must match the actual Guardian Gaze deployment and hosting model.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram-1024x512.jpeg\" alt=\"\" class=\"wp-image-293\" srcset=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram-1024x512.jpeg 1024w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram-300x150.jpeg 300w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram-768x384.jpeg 768w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram-1536x768.jpeg 1536w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Architecture-diagram.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Guardian Gaze and Wazuh WordPress security monitoring architecture<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Design a JSON event an analyst can use<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A useful event should let an analyst understand what changed without logging sensitive content unnecessarily. At minimum, preserve the site, event type, severity, timestamp, actor where known, target object, source address, request path, plugin version and a correlation identifier. Unknown fields should be omitted or marked unknown rather than invented.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Field<\/strong><\/td><td><strong>Purpose<\/strong><\/td><td><strong>Example<\/strong><\/td><\/tr><\/thead><tbody><tr><td>event_source<\/td><td>Identifies the producing integration<\/td><td>guardian_gaze<\/td><\/tr><tr><td>event_type<\/td><td>Stable machine-readable action<\/td><td>wordpress_user_created<\/td><\/tr><tr><td>site_id \/ domain<\/td><td>Separates tenants and assets<\/td><td>pharma-web-01 \/ example.invalid<\/td><\/tr><tr><td>severity<\/td><td>Initial application assessment<\/td><td>critical<\/td><\/tr><tr><td>actor \/ target<\/td><td>Who acted and what changed<\/td><td>unknown \/ redacted-admin<\/td><\/tr><tr><td>source_ip \/ request_path<\/td><td>Connects application and edge evidence<\/td><td>203.0.113.25 \/ \/wp-json\/batch\/v1<\/td><\/tr><tr><td>correlation_id<\/td><td>Groups related records<\/td><td>gg-20260805-000184<\/td><\/tr><tr><td>timestamp<\/td><td>Provides an unambiguous UTC time<\/td><td>2026-08-05T03:14:22Z<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-white-color has-black-background-color has-text-color has-background has-link-color has-fixed-layout\"><thead><tr><td>{<br>&nbsp; &#8220;event_source&#8221;: &#8220;guardian_gaze&#8221;,<br>&nbsp; &#8220;event_type&#8221;: &#8220;wordpress_user_created&#8221;,<br>&nbsp; &#8220;severity&#8221;: &#8220;critical&#8221;,<br>&nbsp; &#8220;site_id&#8221;: &#8220;pharma-web-01&#8221;,<br>&nbsp; &#8220;site_domain&#8221;: &#8220;example.invalid&#8221;,<br>&nbsp; &#8220;actor_user&#8221;: &#8220;unknown&#8221;,<br>&nbsp; &#8220;target_user&#8221;: &#8220;redacted-admin&#8221;,<br>&nbsp; &#8220;target_role&#8221;: &#8220;administrator&#8221;,<br>&nbsp; &#8220;source_ip&#8221;: &#8220;203.0.113.25&#8221;,<br>&nbsp; &#8220;request_path&#8221;: &#8220;\/wp-json\/batch\/v1&#8221;,<br>&nbsp; &#8220;correlation_id&#8221;: &#8220;gg-20260805-000184&#8221;,<br>&nbsp; &#8220;timestamp&#8221;: &#8220;2026-08-05T03:14:22Z&#8221;<br>}<\/td><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The example is defensive and anonymised. The exact fields should reflect what the integration can reliably capture and the organisation\u2019s privacy obligations. A correlation ID becomes particularly useful when one activity generates several records: request, user creation, first login, plugin upload and file-integrity change.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Choose the collection model that fits the hosting environment<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Model 1: local protected JSON file and Wazuh agent<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Where a Wazuh agent can run on the WordPress host or a dedicated integration server, write one JSON object per line to a protected file and configure log collection. Wazuh has a built-in JSON decoder that extracts fields for use in rules.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-white-color has-black-background-color has-text-color has-background has-link-color has-fixed-layout\"><thead><tr><td>&lt;localfile&gt;<br>&nbsp; &lt;log_format&gt;json&lt;\/log_format&gt;<br>&nbsp; &lt;location&gt;\/var\/log\/guardiangaze\/security-events.json&lt;\/location&gt;<br>&lt;\/localfile&gt;<\/td><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The receiving process should authenticate submissions, validate the schema, reject oversized events, rate-limit senders, use TLS in transit and prevent the public web process from rewriting historical records. Security logs are themselves a target.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Model 2: external collector for managed or shared hosting<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Many managed WordPress platforms do not permit a local Wazuh agent or direct access to operating-system logs. In that case, send selected Guardian Gaze events to a central HTTPS collector, queue or logging service under the organisation\u2019s control. The collector can write the one-line JSON records to a system monitored by Wazuh.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This model also avoids relying on local disk persistence inside containers that may be redeployed or scaled. The design should define retry behaviour, deduplication, clock handling, tenant authentication and what happens when the collector is unavailable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Model 3: provider telemetry plus application events<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If the host is fully managed, combine Guardian Gaze events with the provider\u2019s access, WAF, deployment and audit data. The contract should specify retention and incident access. Application events cannot prove there is no server-level backdoor; provider or host telemetry is the nearest available evidence.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create Wazuh rules for high-value WordPress events<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After Wazuh extracts the JSON fields, custom rules can convert raw events into prioritised alerts. Wazuh recommends custom rule IDs between 100000 and 120000, storing larger rule sets under \/var\/ossec\/etc\/rules\/ and testing them with wazuh-logtest before production use.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-white-color has-black-background-color has-text-color has-background has-link-color has-fixed-layout\"><thead><tr><td>&lt;group name=&#8221;guardiangaze,wordpress,identity,&#8221;&gt;<br>&nbsp; &lt;rule id=&#8221;100500&#8243; level=&#8221;12&#8243;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;decoded_as&gt;json&lt;\/decoded_as&gt;<br>&nbsp;&nbsp;&nbsp; &lt;field name=&#8221;event_source&#8221;&gt;guardian_gaze&lt;\/field&gt;<br>&nbsp;&nbsp;&nbsp; &lt;field name=&#8221;event_type&#8221;&gt;wordpress_user_created&lt;\/field&gt;<br>&nbsp;&nbsp;&nbsp; &lt;field name=&#8221;target_role&#8221;&gt;administrator&lt;\/field&gt;<br>&nbsp;&nbsp;&nbsp; &lt;description&gt;Guardian Gaze: new WordPress administrator created&lt;\/description&gt;<br>&nbsp;&nbsp;&nbsp; &lt;group&gt;account_creation,wordpress_security,&lt;\/group&gt;<br>&nbsp; &lt;\/rule&gt;<br><br>&nbsp; &lt;rule id=&#8221;100501&#8243; level=&#8221;15&#8243;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;if_sid&gt;100500&lt;\/if_sid&gt;<br>&nbsp;&nbsp;&nbsp; &lt;field name=&#8221;request_path&#8221; type=&#8221;pcre2&#8243;&gt;batch\/v1&lt;\/field&gt;<br>&nbsp;&nbsp;&nbsp; &lt;description&gt;Guardian Gaze: administrator creation near wp2shell batch route&lt;\/description&gt;<br>&nbsp;&nbsp;&nbsp; &lt;group&gt;wp2shell,wordpress_rce,incident_response,&lt;\/group&gt;<br>&nbsp; &lt;\/rule&gt;<br>&lt;\/group&gt;<\/td><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These fragments are illustrative. Test them against the exact one-line event generated by the integration, use non-conflicting IDs, and restart the Wazuh manager after validated rule changes. Production logic should account for approved service accounts, change windows, source networks and ticket references.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Administrator creation should remain rare, attributable and visible. The objective is not to suppress authorised work. It is to make unexplained privilege impossible to ignore.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Correlate the attack sequence, not isolated alerts<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"562\" src=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence-1024x562.jpeg\" alt=\"\" class=\"wp-image-294\" srcset=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence-1024x562.jpeg 1024w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence-300x165.jpeg 300w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence-768x421.jpeg 768w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence-1536x843.jpeg 1536w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Correlation-sequence.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">WordPress attack correlation sequence in Wazuh<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The highest-value detection is not \u201csomeone requested an API route\u201d or \u201ca plugin was installed\u201d. It is the relationship between events. A useful investigation sequence is:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Suspicious REST or administrative request.<\/li>\n\n\n\n<li>New administrator or role promotion with no approved owner.<\/li>\n\n\n\n<li>Successful login from unfamiliar infrastructure.<\/li>\n\n\n\n<li>Plugin upload, theme edit or must-use plugin creation.<\/li>\n\n\n\n<li>New or modified executable PHP under wp-content.<\/li>\n\n\n\n<li>Web-server process launches a shell or makes an unexplained outbound connection.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Each event can have a legitimate explanation in isolation. Administrators install plugins. File-integrity monitoring sees changes during updates. Web servers create temporary files. The actor, order, timing and site context turn those ordinary changes into an incident hypothesis.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Recurrence after remediation is another high-value pattern. If a rogue administrator is removed and the same account or file returns, treat it as unresolved persistence. Defence impairment also deserves immediate escalation: a new administrator logs in and then disables Guardian Gaze, changes audit settings or stops event forwarding.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Add Wazuh file integrity and host context<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Application telemetry is necessary but not sufficient. Wazuh File Integrity Monitoring baselines files and directories, then reports creation, modification and deletion. High-value WordPress paths include wp-content\/plugins, wp-content\/mu-plugins, wp-content\/themes, wp-content\/uploads, wp-content\/cache, wp-config.php and .htaccess.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Real-time monitoring should be balanced against performance and normal deployment volume. The finding becomes stronger when FIM is combined with process or audit data. A PHP file written during an approved deployment may be expected. A PHP file written at 03:14 by the web-server account, followed by a shell and an outbound connection, is not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where a local agent is impossible, request the nearest provider evidence. The absence of host telemetry should remain visible as a coverage limitation rather than being treated as assurance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical SOC triage playbook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When a new WordPress administrator alert arrives, the analyst should first validate the site, timestamp and target account, then check for an approved owner or change record. An unexplained administrator is already high severity. The same event near suspicious batch-route activity is critical. Add a plugin upload, malware finding or web-process child and the case approaches confirmed compromise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The analyst should preserve the alert and surrounding events, establish the historical WordPress version, identify the first login, and search for plugin, file, database and process activity. Containment should be coordinated with the website owner so that evidence is not destroyed and business impact is understood.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Stage<\/strong><\/td><td><strong>SOC action<\/strong><\/td><td><strong>Escalation test<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Validate<\/td><td>Confirm site, user, time, source and approved change<\/td><td>No accountable owner = high severity<\/td><\/tr><tr><td>Enrich<\/td><td>Pull WordPress, WAF, access, FIM and host events<\/td><td>Suspicious route plus admin creation = critical<\/td><\/tr><tr><td>Contain<\/td><td>Restrict admin, invalidate sessions, preserve snapshot<\/td><td>Plugin upload or executable PHP = likely compromise<\/td><\/tr><tr><td>Investigate<\/td><td>Build actor and event timeline<\/td><td>Shell, outbound connection or recurrence = confirmed persistence risk<\/td><\/tr><tr><td>Recover<\/td><td>Verify authorised state and telemetry health<\/td><td>Site remains monitored after restoration<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Clear ownership prevents a common failure mode: the SOC blocks addresses, the web team deletes users, the provider restores a backup and nobody retains a reliable timeline. The playbook should identify who preserves evidence, approves downtime, rotates credentials and declares the site trustworthy again.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Reduce noise without hiding risk<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Agency-managed WordPress sites generate legitimate administrative changes. The answer is enrichment, not blindness. Maintain approved administrator and service-account baselines, plugin inventories, deployment identities, maintenance windows and trusted source ranges. Add change-ticket references where the workflow supports them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Severity should also reflect asset value. The same administrator event has different business impact on a personal blog and a pharmaceutical corporate site. Wazuh can combine the application event with site criticality, internet exposure, environment and compliance context.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Review the rules after every incident and detection test. A real investigation may show that a field was missing, an event arrived too late or retention was insufficient. Convert those lessons into schema changes, new correlations and updated response steps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Monitor the monitoring<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most overlooked security event may be silence. If a high-value site stops sending Guardian Gaze events, a collector queue stalls or the Wazuh agent disconnects, the SOC should know. An empty dashboard after compromise can mean tampering, failure or lost connectivity, not safety.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Track the last event time for every site, scan freshness, collector errors, rejected schemas and agent status. Telemetry-health alerts should be routed to an owner who can distinguish planned maintenance from unexplained loss of visibility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A 90-day WordPress SIEM monitoring model<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"532\" src=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap-1024x532.jpeg\" alt=\"\" class=\"wp-image-296\" srcset=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap-1024x532.jpeg 1024w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap-300x156.jpeg 300w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap-768x399.jpeg 768w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap-1536x798.jpeg 1536w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/90-day-roadmap.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">A 90-day WordPress SIEM monitoring implementation plan<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Phase<\/strong><\/td><td><strong>Focus<\/strong><\/td><td><strong>Outcome<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Days 1\u201330<\/td><td>Inventory sites; patch supported versions; deploy Guardian Gaze where appropriate; baseline administrators and approved plugins; centralise high-value events.<\/td><td>Immediate visibility into new administrators, scan findings and integrity changes.<\/td><\/tr><tr><td>Days 31\u201360<\/td><td>Add Wazuh rules, host FIM, WAF and access logs, severity mapping, telemetry-health alerts and response ownership.<\/td><td>Correlated alerts with enough context for consistent triage.<\/td><\/tr><tr><td>Days 61\u201390<\/td><td>Test in staging; tune approved changes; build reporting; measure alert-to-validation time and recurrence.<\/td><td>A repeatable process with verified coverage rather than untested alerts.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Testing does not require running an exploit. In staging, create a temporary authorised administrator, perform a controlled plugin installation, modify a test file and verify that the expected Guardian Gaze and Wazuh events arrive with the right site, timestamp, fields and severity. Document the exercise as a detection test.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Useful metrics include the percentage of sites inventoried, percentage on supported versions, event-forwarding coverage, time from administrator creation to alert, time from alert to owner validation, unexplained integrity changes, telemetry outages and recurrence after remediation. Raw alert counts alone reward noise.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SOC Dashboard: Measuring WordPress Security Operations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Building a WordPress SIEM integration is only the first step. The long-term objective is to measure whether monitoring improves visibility, investigation speed, and <a href=\"https:\/\/www.redseclabs.com\/services\/incident-response-services\" type=\"link\" id=\"https:\/\/www.redseclabs.com\/services\/incident-response-services\" target=\"_blank\" rel=\"noreferrer noopener\">incident response<\/a> quality. A practical operational dashboard should focus on coverage, detection effectiveness, telemetry reliability, and response performance instead of simply counting alerts.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Dashboard-1024x683.jpeg\" alt=\"\" class=\"wp-image-283\" srcset=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Dashboard-1024x683.jpeg 1024w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Dashboard-300x200.jpeg 300w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Dashboard-768x512.jpeg 768w, https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Dashboard.jpeg 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">An effective WordPress SIEM monitoring deployment should be measured by visibility, telemetry reliability, detection quality, and response speed rather than by the number of alerts generated. Executive dashboards should therefore emphasise coverage, latency, telemetry health, and recurrence because these indicators demonstrate whether the organisation can reliably detect, investigate, and recover from compromise while maintaining confidence in the monitoring process itself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Layer the controls<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">No single control solves the WordPress problem. Automatic updates reduce exposure, but can fail. A WAF can block known patterns, but cannot explain every database or role change. A malware scanner can identify suspicious code, but may be disabled. A SIEM can correlate events only when the application supplies useful context.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A resilient design layers supported software, strong administrator authentication, least privilege, restricted plugin installation, file and database scanning, integrity monitoring, WAF protection, host telemetry, off-site logs, tested backups and an incident-response playbook. Guardian Gaze supplies WordPress-aware visibility; Wazuh provides central retention, rule evaluation and cross-source investigation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For broader preventive controls, see <a href=\"\/blog\/wordpress-security-2026-the-complete-defense-guide-against-modern-threats-part-1\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Security 2026 \u2014 Part 1<\/a> and <a href=\"\/blog\/wordpress-security-2026-part-2-advanced-implementation-hardening\/\" target=\"_blank\" rel=\"noreferrer noopener\">advanced WordPress hardening \u2014 Part 2<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Does Wazuh have a native WordPress integration?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Wazuh can collect files, syslog and JSON and apply custom rules, but a useful WordPress integration still needs an event source and transport. This article describes a secure Guardian Gaze-to-collector-to-Wazuh pattern rather than claiming a universal one-click connector.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can Wazuh monitor WordPress files?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Wazuh File Integrity Monitoring can report file creation, modification and deletion on paths available to the agent. Monitor high-value WordPress directories and configuration files, then tune for legitimate deployments.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What WordPress events should be sent to a SIEM?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Prioritise administrator creation and promotion, privileged logins, application passwords, plugin and theme changes, must-use plugin creation, integrity findings, malware or database findings, suspicious administrative routes and telemetry-health events.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Should every WordPress event create an alert?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. Forward enough context for investigation, but reserve high-severity alerts for privilege, executable-code, persistence, defence-impairment and correlated sequences. Routine content edits should not page the SOC.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I test custom Wazuh WordPress rules?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use a one-line sample JSON event with wazuh-logtest, confirm the JSON decoder and extracted fields, then verify the rule ID and level. Test in staging before production and restart the manager after validated rule changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can this work on managed WordPress hosting?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, but the collection model changes. Send application events to an external authenticated collector and combine them with provider access, WAF, audit and deployment data. Document any host-level visibility that the provider cannot supply.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: WordPress security has to leave WordPress<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The wp2shell case showed that infrastructure telemetry alone could not explain the application sequence. The SOC needed to know that an administrator was created, whether it logged in, what code changed and whether the website stopped sending evidence afterwards.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A practical Wazuh WordPress integration starts with a small set of high-value, structured events. It retains them away from the site, enriches them with WAF, file and host evidence, and tests the response before the next real compromise. The result is not another dashboard. It is a defensible timeline and a faster decision.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Build continuous WordPress security visibility<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use Guardian Gaze to surface malware, hidden backdoors, file-integrity changes and suspicious login activity in WordPress context. Forward selected high-value events to your monitoring layer, validate the schema and test every custom detection before relying on it in production<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.guardiangaze.com\/wp\/\" target=\"_blank\" rel=\"noreferrer noopener\">Explore Guardian Gaze for WordPress security<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Series Context Article 1 covers the incident-response case: multiple unauthorised administrators, wp2shell exposure analysis, backdoor checks and recovery. This article begins where&hellip;<\/p>\n","protected":false},"author":1,"featured_media":288,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[16,6],"class_list":["post-280","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-siem","tag-wordpress-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Detect wp2shell Backdoors with Guardian Gaze and Wazuh<\/title>\n<meta name=\"description\" content=\"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Detect wp2shell Backdoors with Guardian Gaze and Wazuh\" \/>\n<meta property=\"og:description\" content=\"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/\" \/>\n<meta property=\"og:site_name\" content=\"Guardian Gaze Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-06T20:36:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T20:36:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Farhan Memon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Farhan Memon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/\"},\"author\":{\"name\":\"Farhan Memon\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#\\\/schema\\\/person\\\/d9ce71728e9ff02ac5cd486b0d3c23ea\"},\"headline\":\"WordPress SIEM Monitoring: Detect Rogue Admins and Backdoors with Guardian Gaze and Wazuh\",\"datePublished\":\"2026-08-06T20:36:31+00:00\",\"dateModified\":\"2026-08-06T20:36:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/\"},\"wordCount\":2966,\"publisher\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Featured-image-1.jpeg\",\"keywords\":[\"SIEM\",\"WordPress Security\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/\",\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/\",\"name\":\"Detect wp2shell Backdoors with Guardian Gaze and Wazuh\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Featured-image-1.jpeg\",\"datePublished\":\"2026-08-06T20:36:31+00:00\",\"dateModified\":\"2026-08-06T20:36:32+00:00\",\"description\":\"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Featured-image-1.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Featured-image-1.jpeg\",\"width\":1536,\"height\":1024,\"caption\":\"Wazuh WordPress integration, WordPress SIEM monitoring\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wazuh-wordpress-integration-siem-monitoring\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress SIEM Monitoring: Detect Rogue Admins and Backdoors with Guardian Gaze and Wazuh\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/\",\"name\":\"Guardian Gaze Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#organization\",\"name\":\"Guardian Gaze Blog\",\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Screenshot-at-May-20-21-05-16.png\",\"contentUrl\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Screenshot-at-May-20-21-05-16.png\",\"width\":268,\"height\":193,\"caption\":\"Guardian Gaze Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/#\\\/schema\\\/person\\\/d9ce71728e9ff02ac5cd486b0d3c23ea\",\"name\":\"Farhan Memon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g\",\"caption\":\"Farhan Memon\"},\"sameAs\":[\"https:\\\/\\\/wp.guardiangaze.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.guardiangaze.com\\\/blog\\\/author\\\/gazeblogadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Detect wp2shell Backdoors with Guardian Gaze and Wazuh","description":"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/","og_locale":"en_US","og_type":"article","og_title":"Detect wp2shell Backdoors with Guardian Gaze and Wazuh","og_description":"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.","og_url":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/","og_site_name":"Guardian Gaze Blog","article_published_time":"2026-08-06T20:36:31+00:00","article_modified_time":"2026-08-06T20:36:32+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg","type":"image\/jpeg"}],"author":"Farhan Memon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Farhan Memon","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#article","isPartOf":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/"},"author":{"name":"Farhan Memon","@id":"https:\/\/www.guardiangaze.com\/blog\/#\/schema\/person\/d9ce71728e9ff02ac5cd486b0d3c23ea"},"headline":"WordPress SIEM Monitoring: Detect Rogue Admins and Backdoors with Guardian Gaze and Wazuh","datePublished":"2026-08-06T20:36:31+00:00","dateModified":"2026-08-06T20:36:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/"},"wordCount":2966,"publisher":{"@id":"https:\/\/www.guardiangaze.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg","keywords":["SIEM","WordPress Security"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/","url":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/","name":"Detect wp2shell Backdoors with Guardian Gaze and Wazuh","isPartOf":{"@id":"https:\/\/www.guardiangaze.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#primaryimage"},"image":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg","datePublished":"2026-08-06T20:36:31+00:00","dateModified":"2026-08-06T20:36:32+00:00","description":"Build WordPress SIEM monitoring with Guardian Gaze and Wazuh. Forward JSON events, detect wp2shell backdoors and rogue admins, and correlate.","breadcrumb":{"@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#primaryimage","url":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg","contentUrl":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/08\/Featured-image-1.jpeg","width":1536,"height":1024,"caption":"Wazuh WordPress integration, WordPress SIEM monitoring"},{"@type":"BreadcrumbList","@id":"https:\/\/www.guardiangaze.com\/blog\/wazuh-wordpress-integration-siem-monitoring\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.guardiangaze.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress SIEM Monitoring: Detect Rogue Admins and Backdoors with Guardian Gaze and Wazuh"}]},{"@type":"WebSite","@id":"https:\/\/www.guardiangaze.com\/blog\/#website","url":"https:\/\/www.guardiangaze.com\/blog\/","name":"Guardian Gaze Blog","description":"","publisher":{"@id":"https:\/\/www.guardiangaze.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.guardiangaze.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.guardiangaze.com\/blog\/#organization","name":"Guardian Gaze Blog","url":"https:\/\/www.guardiangaze.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.guardiangaze.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/05\/Screenshot-at-May-20-21-05-16.png","contentUrl":"https:\/\/www.guardiangaze.com\/blog\/wp-content\/uploads\/2026\/05\/Screenshot-at-May-20-21-05-16.png","width":268,"height":193,"caption":"Guardian Gaze Blog"},"image":{"@id":"https:\/\/www.guardiangaze.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.guardiangaze.com\/blog\/#\/schema\/person\/d9ce71728e9ff02ac5cd486b0d3c23ea","name":"Farhan Memon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/160aa129c0d33d97f8c9a11e24f68d53ea797f00ebb88e4ed61faa2090a25085?s=96&d=mm&r=g","caption":"Farhan Memon"},"sameAs":["https:\/\/wp.guardiangaze.com\/blog"],"url":"https:\/\/www.guardiangaze.com\/blog\/author\/gazeblogadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":16,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"predecessor-version":[{"id":302,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/posts\/280\/revisions\/302"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/media\/288"}],"wp:attachment":[{"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guardiangaze.com\/blog\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}