<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wazuh on pyToshka's DevSecOps Blog</title><link>https://blog.pytoshka.me/en/tags/wazuh/</link><description>Recent content in Wazuh on pyToshka's DevSecOps Blog</description><generator>Hugo</generator><language>en-US</language><managingEditor>ping@pytoshka.me (pyToshka)</managingEditor><webMaster>ping@pytoshka.me (pyToshka)</webMaster><lastBuildDate>Sun, 26 Apr 2026 00:09:11 +0400</lastBuildDate><atom:link href="https://blog.pytoshka.me/en/tags/wazuh/index.xml" rel="self" type="application/rss+xml"/><item><title>Wazuh Rule Static Analysis: Linter Evolution</title><link>https://blog.pytoshka.me/en/post/wazuh-static-analysis-rules/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-static-analysis-rules/</guid><description>&lt;p&gt;&lt;strong&gt;&amp;ldquo;Wazuh Static Analysis&amp;rdquo; series:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/wazuh-static-analysis-decoders/"&gt;Part 1: Decoders&lt;/a&gt; - decoder XML validation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Part 2: Rules&lt;/strong&gt; (you are here) - rule validation and cross-type checking&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In &lt;a href="https://blog.pytoshka.me/en/post/wazuh-static-analysis-decoders/"&gt;Part 1&lt;/a&gt; we built a linter for Wazuh decoder XML files - a tool that validates structure, regex/order consistency, and parent-child decoder chains. But decoders are only half of the event processing pipeline. Decoders extract fields from raw logs, while rules decide what to do with those fields: generate an alert, escalate a threat level, or trigger an automated response. An error in a rule - a missed alert or a false positive - can be more dangerous than a decoder misconfiguration.&lt;/p&gt;</description></item><item><title>Wazuh MCP Server: Claude Desktop + OpenSearch (Part 2)</title><link>https://blog.pytoshka.me/en/post/wazuh-aws-bedrock-mcp-part-2/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-aws-bedrock-mcp-part-2/</guid><description>&lt;h2 id="introduction"&gt;
 Introduction
 &lt;a class="header-anchor" href="#introduction" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;In &lt;a href="https://blog.pytoshka.me/en/post/wazuh-aws-bedrock-mcp-part-1/"&gt;Part 1&lt;/a&gt; we connected AWS Bedrock Claude to the Wazuh Dashboard chat via ML Commons. That approach works well for analysts working inside the Wazuh UI. In this part we open a second channel: &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt;, which allows any compatible client - Claude Desktop, custom applications, CI pipelines - to query Wazuh Indexer data through a standardized tool interface.&lt;/p&gt;</description></item><item><title>Wazuh + AWS Bedrock: AI Security in Docker (Part 1)</title><link>https://blog.pytoshka.me/en/post/wazuh-aws-bedrock-mcp-part-1/</link><pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-aws-bedrock-mcp-part-1/</guid><description>&lt;h2 id="introduction"&gt;
 Introduction
 &lt;a class="header-anchor" href="#introduction" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;In the &lt;a href="https://blog.pytoshka.me/en/post/local-ollama-in-the-wazuh-dashboard-for-llm-powered-insights/"&gt;previous article&lt;/a&gt; we embedded a local Ollama model directly into the Wazuh Dashboard chat via ML Commons. That approach provides full control over data with no cloud dependencies. In this series we take a parallel path: using &lt;strong&gt;AWS Bedrock&lt;/strong&gt; - specifically &lt;strong&gt;Claude Sonnet 4.5&lt;/strong&gt; - as the inference backend, while all security data stays strictly within the local Docker network.&lt;/p&gt;</description></item><item><title>Static Analysis Tool for Wazuh Decoder XML Files</title><link>https://blog.pytoshka.me/en/post/wazuh-static-analysis-decoders/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-static-analysis-decoders/</guid><description>&lt;p&gt;&lt;strong&gt;&amp;ldquo;Wazuh Static Analysis&amp;rdquo; series:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Part 1: Decoders&lt;/strong&gt; (you are here) - decoder XML validation&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/wazuh-static-analysis-rules/"&gt;Part 2: Rules&lt;/a&gt; - rule validation and cross-type checking&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wazuh decoder XML files define how raw log lines are parsed into structured security events. A misconfigured decoder &amp;ndash; a missing &lt;code&gt;&amp;lt;order&amp;gt;&lt;/code&gt; element, an orphaned parent reference, or a regex group mismatch &amp;ndash; can silently drop critical fields from alerts, leaving blind spots in your SIEM pipeline. Manual code review catches some of these issues, but it does not scale across hundreds of decoder files shipped with Wazuh or maintained by your organization.&lt;/p&gt;</description></item><item><title>Ollama in Wazuh Dashboard: AI Security Analysis</title><link>https://blog.pytoshka.me/en/post/local-ollama-in-the-wazuh-dashboard-for-llm-powered-insights/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/local-ollama-in-the-wazuh-dashboard-for-llm-powered-insights/</guid><description>&lt;h2 id="introduction"&gt;
 Introduction
 &lt;a class="header-anchor" href="#introduction" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Integrating local language models directly into the Wazuh interface opens fundamentally new capabilities for information security teams. Unlike cloud-based AI solutions, Ollama enables security event analysis entirely within an organization&amp;rsquo;s isolated infrastructure, eliminating the transmission of confidential data beyond the network perimeter. Embedding an AI assistant into the Wazuh dashboard provides SOC analysts with instant access to intelligent alert interpretation, automatic incident correlation, and response recommendation generation directly within the workflow context. This approach significantly reduces the time required for initial threat analysis and decreases the cognitive load on specialists, allowing them to focus on strategic decision-making instead of routine event processing. Meanwhile, full control over the model and data remains within the organization, which is critically important for regulatory compliance and internal security policies.&lt;/p&gt;</description></item><item><title>Joining the Wazuh Ambassador Program</title><link>https://blog.pytoshka.me/en/post/wazuh-ambassador-announcement/</link><pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-ambassador-announcement/</guid><description>&lt;p&gt;I&amp;rsquo;m excited to announce that I have officially joined the &lt;strong&gt;Wazuh Ambassador Program&lt;/strong&gt;. This is a significant milestone in my journey with open-source security, and I&amp;rsquo;m honored to represent and contribute to a platform that has become central to my professional work.&lt;/p&gt;
&lt;h2 id="my-journey-with-wazuh"&gt;
 My Journey with Wazuh
 &lt;a class="header-anchor" href="#my-journey-with-wazuh" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;My path with host-based intrusion detection started long before Wazuh existed &amp;ndash; with OSSEC, its predecessor. When Wazuh emerged as a fork and began evolving into the comprehensive security platform it is today, I transitioned along with it. That was over 10 years ago, and Wazuh has been an integral part of my security infrastructure work ever since.&lt;/p&gt;</description></item><item><title>Two LLM Security Assistants for Wazuh and AWS Analysis</title><link>https://blog.pytoshka.me/en/post/security-ai-models/</link><pubDate>Tue, 07 Oct 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/security-ai-models/</guid><description>&lt;h2 id="when-your-soc-analyst-cant-keep-up-or-just-needs-a-break"&gt;
 When Your SOC Analyst Can&amp;rsquo;t Keep Up (Or Just Needs a Break)
 &lt;a class="header-anchor" href="#when-your-soc-analyst-cant-keep-up-or-just-needs-a-break" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Let&amp;rsquo;s be honest: analyzing thousands of security events every day isn&amp;rsquo;t the most exciting job.&lt;/p&gt;</description></item><item><title>Wazuh LLM: Fine-Tuned Llama 3.1 for Security Analysis</title><link>https://blog.pytoshka.me/en/post/wazuh-llama-security-event-analysis/</link><pubDate>Thu, 02 Oct 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-llama-security-event-analysis/</guid><description>&lt;h2 id="introducing-wazuh-llm-why-specialized-security-analysis-matters"&gt;
 Introducing Wazuh LLM: Why Specialized Security Analysis Matters
 &lt;a class="header-anchor" href="#introducing-wazuh-llm-why-specialized-security-analysis-matters" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;In the cybersecurity world, SOC specialists deal with massive streams of security events daily. Analyzing each alert requires deep knowledge, experience, and time. That&amp;rsquo;s why I created a specialized language model to assist security analysts in their day-to-day operations.&lt;/p&gt;</description></item><item><title>Boosting Container Image Security Using Wazuh and Trivy</title><link>https://blog.pytoshka.me/en/post/container-image-security-with-wazuh-and-trivy/</link><pubDate>Fri, 28 Mar 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/container-image-security-with-wazuh-and-trivy/</guid><description>&lt;p&gt;This article draws inspiration from the &lt;a href="https://wazuh.com/blog/container-image-security-with-wazuh-and-trivy/"&gt;Wazuh blog post&lt;/a&gt; on enhancing container image security with Wazuh and Trivy.&lt;/p&gt;
&lt;p&gt;Containerization has revolutionized software development and deployment, offering scalability and efficiency.&lt;/p&gt;
&lt;p&gt;However, this agility can introduce security risks if container images aren&amp;rsquo;t properly secured.&lt;/p&gt;
&lt;p&gt;Vulnerabilities within these images can expose your entire system to threats. This is where the combined power of Wazuh and Trivy comes in.&lt;/p&gt;
&lt;p&gt;These open-source tools provide a comprehensive solution for boosting your container image security, ensuring your applications are protected from the ground up.&lt;/p&gt;</description></item><item><title>RAG for Wazuh Documentation: Step-by-Step Guide, Part 2</title><link>https://blog.pytoshka.me/en/post/wazuh-documentation-rag-part-2/</link><pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-documentation-rag-part-2/</guid><description>&lt;p&gt;&lt;strong&gt;Related Reading:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-1/"&gt;Wazuh Integration with Ollama Series&lt;/a&gt; - Learn how to integrate Wazuh with Ollama&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/wazuh-llama-security-event-analysis/"&gt;Wazuh LLM Security Event Analysis&lt;/a&gt; - Specialized model for Wazuh events&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="prerequisites-and-environment-setup"&gt;
 Prerequisites and Environment Setup
 &lt;a class="header-anchor" href="#prerequisites-and-environment-setup" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;For local RAG development, ensure you have the following requirements:&lt;/p&gt;</description></item><item><title>RAG for Wazuh Documentation: Step-by-Step Guide, Part 1</title><link>https://blog.pytoshka.me/en/post/wazuh-documentation-rag-part-1/</link><pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-documentation-rag-part-1/</guid><description>&lt;h2 id="introduction-to-rag"&gt;
 Introduction to RAG
 &lt;a class="header-anchor" href="#introduction-to-rag" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Retrieval-Augmented Generation (&lt;strong&gt;RAG&lt;/strong&gt;) is a method that allows the use of information from various sources to generate more accurate and useful responses to questions.&lt;/p&gt;</description></item><item><title>Enhancing Wazuh with Ollama: Cybersecurity Boost (Part 4)</title><link>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-4/</link><pubDate>Sat, 01 Mar 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-4/</guid><description>&lt;h2 id="continuing-the-series-integrating-a-wazuh-cluster-with-ollama---part-4-configuration-and-implementation"&gt;
 Continuing the Series: Integrating a Wazuh Cluster with Ollama - Part 4. Configuration and Implementation
 &lt;a class="header-anchor" href="#continuing-the-series-integrating-a-wazuh-cluster-with-ollama---part-4-configuration-and-implementation" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Related:&lt;/strong&gt; Check out our &lt;a href="https://blog.pytoshka.me/en/post/wazuh-llama-security-event-analysis/"&gt;Wazuh LLM fine-tuned model&lt;/a&gt; for specialized security event analysis.&lt;/p&gt;</description></item><item><title>Enhancing Wazuh with Ollama: Cybersecurity Boost (Part 3)</title><link>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-3/</link><pubDate>Thu, 27 Feb 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-3/</guid><description>&lt;h2 id="wazuh-and-ollama-part-3-creating-integration-between-your-wazuh-cluster-and-ollama"&gt;
 Wazuh and Ollama: Part 3. Creating Integration Between Your Wazuh Cluster and Ollama
 &lt;a class="header-anchor" href="#wazuh-and-ollama-part-3-creating-integration-between-your-wazuh-cluster-and-ollama" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Wazuh offers vast and nearly limitless possibilities for integration with various systems. Even if a specific feature is missing, you can always create your own custom integration.&lt;/p&gt;</description></item><item><title>Enhancing Wazuh with Ollama: Cybersecurity Boost (Part 2)</title><link>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-2/</link><pubDate>Wed, 26 Feb 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-2/</guid><description>&lt;h2 id="wazuh-and-ollama-part-2-deploying-the-wazuh-cluster"&gt;
 Wazuh and Ollama: Part 2. Deploying the Wazuh Cluster
 &lt;a class="header-anchor" href="#wazuh-and-ollama-part-2-deploying-the-wazuh-cluster" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Now it&amp;rsquo;s time to set up &lt;strong&gt;Wazuh&lt;/strong&gt;, which we will integrate with &lt;strong&gt;Ollama&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Enhancing Wazuh with Ollama: Cybersecurity Boost (Part 1)</title><link>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-1/</link><pubDate>Mon, 24 Feb 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-integration-with-ollama-part-1/</guid><description>&lt;h2 id="introduction"&gt;
 Introduction
 &lt;a class="header-anchor" href="#introduction" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Welcome to the first part of our guide on enhancing &lt;strong&gt;Wazuh&lt;/strong&gt; with &lt;strong&gt;Ollama&lt;/strong&gt;!&lt;/p&gt;</description></item><item><title>How to Set Up a Custom Integration between Wazuh and MARK</title><link>https://blog.pytoshka.me/en/post/wazuh-mark-integration/</link><pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/wazuh-mark-integration/</guid><description>&lt;h2 id="introduction"&gt;
 Introduction
 &lt;a class="header-anchor" href="#introduction" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Integrating Wazuh SIEM with MARK (Mitigation Anomaly Revelation Keeper) enables automated threat detection and enriches security alerts with intelligence data. This guide walks you through setting up a custom integration for enhanced SOC operations.&lt;/p&gt;</description></item><item><title>Meet me</title><link>https://blog.pytoshka.me/en/page/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/page/about/</guid><description>&lt;h2 id="professional-summary"&gt;
 &lt;strong&gt;Professional Summary&lt;/strong&gt;
 &lt;a class="header-anchor" href="#professional-summary" aria-label="Permalink to this section"&gt;
 &lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.65 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/&gt;
 &lt;/svg&gt;
 &lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Senior Site Reliability Engineer with 14+ years building, scaling, and maintaining critical infrastructure across diverse technology environments.&lt;/p&gt;</description></item></channel></rss>