<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Machine Learning on pyToshka's DevSecOps Blog</title><link>https://blog.pytoshka.me/en/tags/machine-learning/</link><description>Recent content in Machine Learning 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>Fri, 29 May 2026 00:28:56 +0400</lastBuildDate><atom:link href="https://blog.pytoshka.me/en/tags/machine-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>The Judge Pattern: Cross-Checking LLM Verdicts</title><link>https://blog.pytoshka.me/en/post/the-judge-pattern-llm-verdicts/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/the-judge-pattern-llm-verdicts/</guid><description>&lt;p&gt;When a large language model returns a confident verdict - &amp;ldquo;this document is fraudulent&amp;rdquo;, &amp;ldquo;this alert is benign&amp;rdquo;, &amp;ldquo;this transaction is safe&amp;rdquo; - the natural instinct is to trust it. The model wrote a fluent rationale, cited the right fields, and reached a clean conclusion. The problem is that fluency is not correctness. In a low-stakes setting, an occasional wrong answer is noise. In a high-stakes pipeline, where a single verdict can deny someone a job, close a critical security incident, or release a fraudulent payment, the cost of a confident wrong answer is real and asymmetric.&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>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>The Catcher in the Prompt: Day 60</title><link>https://blog.pytoshka.me/en/post/the-catcher-in-the-prompt/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/the-catcher-in-the-prompt/</guid><description>&lt;h1 id="the-catcher-in-the-prompt"&gt;
 The Catcher in the Prompt
&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;Series Navigation:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/the-day-the-llm-stood-still/"&gt;Part 1: The Day the LLM Stood Still&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Part 2: The Catcher in the Prompt&lt;/strong&gt; (you are here)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/only-1984-tokens-remain/"&gt;Part 3: Only 1984 Tokens Remain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="day-60"&gt;
 Day 60
 &lt;a class="header-anchor" href="#day-60" 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;blockquote&gt;
&lt;p&gt;Your own personal Jesus&lt;/p&gt;</description></item><item><title>The Day the LLM Stood Still: World Without AI</title><link>https://blog.pytoshka.me/en/post/the-day-the-llm-stood-still/</link><pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/the-day-the-llm-stood-still/</guid><description>&lt;p&gt;&lt;strong&gt;Series Navigation:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Part 1: The Day the LLM Stood Still&lt;/strong&gt; (you are here)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/the-catcher-in-the-prompt/"&gt;Part 2: The Catcher in the Prompt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.pytoshka.me/en/post/only-1984-tokens-remain/"&gt;Part 3: Only 1984 Tokens Remain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;November 18, 2025, is the Day the LLM Stood Still&amp;hellip;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Dear diary.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s been 15 days since the LLM bubble burst. I&amp;rsquo;m writing from beneath the rubble of RAM sticks and charred NVIDIA GPUs. The air is dry, smelling of data center dust and burnt silicon. It&amp;rsquo;s calmer now, but the first days were hell.&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>Building ML Threat Intelligence with Honeypot Data</title><link>https://blog.pytoshka.me/en/post/ml-threat-intelligence-honeypot-datasets/</link><pubDate>Wed, 24 Sep 2025 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/ml-threat-intelligence-honeypot-datasets/</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;Picture this: you&amp;rsquo;re staring at security logs with thousands of events streaming in daily. Which ones are actually dangerous? Which can you safely ignore? Traditional signature-based detection is like playing whack-a-mole with cybercriminals - they&amp;rsquo;ve gotten really good at dodging known signatures faster than we can create them.&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>Mitigation Anomaly Revelation Keeper(MARK)</title><link>https://blog.pytoshka.me/en/post/meet-mark/</link><pubDate>Wed, 04 Dec 2024 00:00:00 +0000</pubDate><author>ping@pytoshka.me (pyToshka)</author><guid>https://blog.pytoshka.me/en/post/meet-mark/</guid><description>&lt;h2 id="overview"&gt;
 Overview
 &lt;a class="header-anchor" href="#overview" 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;a href="https://mark.opennix.org/"&gt;Mitigation Anomaly Revelation Keeper (MARK)&lt;/a&gt; is an advanced security platform designed to proactively defend against cyber threats by leveraging cutting-edge IP reputation analysis and machine learning. With a focus on identifying and neutralizing malicious actors, MARK offers unparalleled insight into attacker behavior and statistical trends to fortify your organization&amp;rsquo;s defenses.&lt;/p&gt;</description></item></channel></rss>