@cryptotaxi247 / CoPilot / commits / aa64e117

docs: Mintlify parser/preview fixes (#717)

* docs: homepage hero video full-width row + Chrome autoplay tweaks * docs: fix Mintlify MDX parsing (videos thumbnails, anchors, videos) * docs: improve Get Started flow + enlarge hero video --------- Co-authored-by: Clawdbot <clawdbot@Clawdbots-Mac-mini.local> Co-authored-by: taylor_socfortress <111797488+taylorwalton@users.noreply.github.com>

taylorcopilot committed Feb 15, 2026 at 07:24 UTC aa64e117c11fc6381ed0cbd817a4d8fb90dcfbec
6 files changed +149 -93
docs/architecture/DATABASE_SCHEMA.md
+1 -1
@@ -33,7 +33,7 @@ incident_management_asset
33 index_name, index_id (origin pointer into SIEM index document)
34 ```
35
36 -### Cases <-> case-alert links <-> alerts
36 +### Cases ↔ case-alert links ↔ alerts
37
38 ```text
39 incident_management_case incident_management_alert
docs/docs.json
+1
@@ -23,6 +23,7 @@
23 "group": "Welcome",
24 "pages": [
25 "index",
26 + "getting-started/what-is-copilot",
27 "getting-started/roles-and-mental-model",
28 "getting-started/first-wins"
29 ]
docs/getting-started/what-is-copilot.mdx new
+37
@@ -0,0 +1,37 @@
1 +---
2 +title: What is CoPilot?
3 +description: CoPilot is a single pane of glass for operating and integrating an open-source SOC/SIEM stack.
4 +---
5 +
6 +# What is CoPilot?
7 +
8 +SOCFortress CoPilot is a **single pane of glass** for operating an open‑source SOC/SIEM stack.
9 +
10 +It sits above tools like **Wazuh**, **Graylog**, **Velociraptor**, **Grafana**, and **Shuffle** and helps you:
11 +
12 +- **Operate incidents**: alerts → cases → evidence → response
13 +- **Onboard data**: customer/tenant provisioning, integrations, and connectors
14 +- **Reduce context switching** with a consistent UI and workflow
15 +
16 +## Who is it for?
17 +
18 +<Columns cols={3}>
19 + <Card title="SOC operators / analysts" icon="siren">
20 + Daily triage and case work.
21 + </Card>
22 + <Card title="Admins / engineers" icon="gear">
23 + Data onboarding, integrations, indices, and reliability.
24 + </Card>
25 + <Card title="Developers" icon="code">
26 + Extend CoPilot safely (connectors, schema changes, data flows).
27 + </Card>
28 +</Columns>
29 +
30 +## The mental model
31 +
32 +Think of CoPilot as two loops:
33 +
34 +1. **Incident loop** (operator): detect → triage → investigate → contain
35 +2. **Ingestion loop** (admin): connect → route → normalize → validate
36 +
37 +Next: read [Roles & mental model](/getting-started/roles-and-mental-model) and then pick a quickstart.
docs/index.md
+13 -13
@@ -10,10 +10,10 @@ CoPilot is a **single pane of glass** for operating an open‑source SOC/SIEM st
10
11 <div class="sf-cta-row" markdown>
12
13 -[Operator quickstart](user/operators-quickstart.md){ .md-button .md-button--primary }
14 -[Admin/Engineer quickstart](user/admins-quickstart.md){ .md-button .md-button--primary }
15 -[UI Guide (by menu)](user/ui/overview.md){ .md-button }
16 -[Developer docs](developer/start-here.md){ .md-button }
13 +[Operator quickstart](user/operators-quickstart.md)
14 +[Admin/Engineer quickstart](user/admins-quickstart.md)
15 +[UI Reference (menu)](user/ui/overview.md)
16 +[Developer docs](developer/start-here.md)
17
18 </div>
19
@@ -27,9 +27,9 @@ CoPilot is a **single pane of glass** for operating an open‑source SOC/SIEM st
27
28 <div class="sf-hero-right" markdown>
29
30 -<video class="sf-hero-video" autoplay loop muted playsinline>
31 - <source src="assets/hero/copilot-hub.webm" type="video/webm">
32 - <source src="assets/hero/copilot-hub.mp4" type="video/mp4">
30 +<video class="sf-hero-video" autoPlay loop muted playsInline preload="auto">
31 + <source src="/assets/hero/copilot-hub.webm" type="video/webm" />
32 + <source src="/assets/hero/copilot-hub.mp4" type="video/mp4" />
33 </video>
34
35 </div>
@@ -100,7 +100,7 @@ Treat the YouTube playlist like documentation: links + structured bullets (no tr
100
101 <div class="sf-task-card" markdown>
102
103 -<h3 class="sf-task-title"><span class="sf-icon">:material-account-multiple:</span> Provision a customer</h3>
103 +<h3 class="sf-task-title">Provision a customer</h3>
104
105 Create a tenant + set up the minimum required configuration.
106
@@ -110,7 +110,7 @@ Create a tenant + set up the minimum required configuration.
110
111 <div class="sf-task-card" markdown>
112
113 -<h3 class="sf-task-title"><span class="sf-icon">:material-connection:</span> Add integrations & connectors</h3>
113 +<h3 class="sf-task-title">Add integrations & connectors</h3>
114
115 Connect third‑party sources and external network connectors so data flows into CoPilot.
116
@@ -120,7 +120,7 @@ Connect third‑party sources and external network connectors so data flows into
120
121 <div class="sf-task-card" markdown>
122
123 -<h3 class="sf-task-title"><span class="sf-icon">:material-alert:</span> Triage an alert → open a case</h3>
123 +<h3 class="sf-task-title">Triage an alert → open a case</h3>
124
125 Start from an alert, pivot to evidence, and manage work in a case.
126
@@ -130,7 +130,7 @@ Start from an alert, pivot to evidence, and manage work in a case.
130
131 <div class="sf-task-card" markdown>
132
133 -<h3 class="sf-task-title"><span class="sf-icon">:material-database:</span> Manage indices</h3>
133 +<h3 class="sf-task-title">Manage indices</h3>
134
135 Find, validate, and troubleshoot index patterns and retention.
136
@@ -140,7 +140,7 @@ Find, validate, and troubleshoot index patterns and retention.
140
141 <div class="sf-task-card" markdown>
142
143 -<h3 class="sf-task-title"><span class="sf-icon">:material-magnify:</span> Navigate the UI fast</h3>
143 +<h3 class="sf-task-title">Navigate the UI fast</h3>
144
145 Map the sidebar/menu to routes and learn deep‑link patterns.
146
@@ -150,7 +150,7 @@ Map the sidebar/menu to routes and learn deep‑link patterns.
150
151 <div class="sf-task-card" markdown>
152
153 -<h3 class="sf-task-title"><span class="sf-icon">:material-code-tags:</span> Build / change CoPilot safely</h3>
153 +<h3 class="sf-task-title">Build / change CoPilot safely</h3>
154
155 Architecture, schema source‑of‑truth, and change playbooks.
156
docs/user/customer-provisioning.md
+17 -3
@@ -6,9 +6,23 @@ Provisioning is designed to create the *plumbing* that makes customer data land
6
7 ![Customers](../assets/ui/customers.png)
8
9 -<video autoplay loop muted playsinline style="width:100%; border-radius:16px; margin: 12px 0 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02);">
10 - <source src="../assets/hero/customer-provisioning-walkthrough.webm" type="video/webm">
11 - <source src="../assets/hero/customer-provisioning-walkthrough.mp4" type="video/mp4">
9 +<video
10 + autoPlay
11 + loop
12 + muted
13 + playsInline
14 + preload="auto"
15 + style={{
16 + width: '100%',
17 + borderRadius: 16,
18 + margin: '12px 0 18px',
19 + border: '1px solid rgba(255,255,255,0.08)',
20 + background: 'rgba(255,255,255,0.02)',
21 + display: 'block',
22 + }}
23 +>
24 + <source src="/assets/hero/customer-provisioning-walkthrough.webm" type="video/webm" />
25 + <source src="/assets/hero/customer-provisioning-walkthrough.mp4" type="video/mp4" />
26 </video>
27
28 ---
docs/user/videos.md
+80 -76
@@ -4,8 +4,8 @@ This page is generated from the CoPilot YouTube playlist transcripts and is mean
4
5 ## Jump to your role
6
7 -[I'm a SOC Operator](#operator-track){ .md-button .md-button--primary }
8 -[I'm an Admin/Engineer](#adminengineer-track){ .md-button .md-button--primary }
7 +[I'm a SOC Operator](#operator-track)
8 +[I'm an Admin/Engineer](#adminengineer-track)
9
10 ---
11
@@ -19,7 +19,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
19
20 <div class="sf-thumb-card" markdown>
21 <a href="https://www.youtube.com/watch?v=euFrHP0VkD8" target="_blank" rel="noopener">
22 - <img src="https://img.youtube.com/vi/euFrHP0VkD8/hqdefault.jpg" alt="Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack">
22 + <img src="https://img.youtube.com/vi/euFrHP0VkD8/hqdefault.jpg" alt="Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack" />
23 </a>
24 [Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack](#vid-euFrHP0VkD8)
25 <div class="sf-thumb-meta">Best for: Both</div>
@@ -27,7 +27,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
27
28 <div class="sf-thumb-card" markdown>
29 <a href="https://www.youtube.com/watch?v=ffAnV31Ne54" target="_blank" rel="noopener">
30 - <img src="https://img.youtube.com/vi/ffAnV31Ne54/hqdefault.jpg" alt="Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?">
30 + <img src="https://img.youtube.com/vi/ffAnV31Ne54/hqdefault.jpg" alt="Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?" />
31 </a>
32 [Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?](#vid-ffAnV31Ne54)
33 <div class="sf-thumb-meta">Best for: Both</div>
@@ -35,7 +35,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
35
36 <div class="sf-thumb-card" markdown>
37 <a href="https://www.youtube.com/watch?v=3p6qiH9UF8U" target="_blank" rel="noopener">
38 - <img src="https://img.youtube.com/vi/3p6qiH9UF8U/hqdefault.jpg" alt="Powerful Wazuh Alert Management With CoPilot!">
38 + <img src="https://img.youtube.com/vi/3p6qiH9UF8U/hqdefault.jpg" alt="Powerful Wazuh Alert Management With CoPilot!" />
39 </a>
40 [Powerful Wazuh Alert Management With CoPilot!](#vid-3p6qiH9UF8U)
41 <div class="sf-thumb-meta">Best for: Operator</div>
@@ -43,7 +43,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
43
44 <div class="sf-thumb-card" markdown>
45 <a href="https://www.youtube.com/watch?v=GwPyKM2X1EM" target="_blank" rel="noopener">
46 - <img src="https://img.youtube.com/vi/GwPyKM2X1EM/hqdefault.jpg" alt="Introducing the Datastore in CoPilot: Upload Artifacts into Cases with Ease">
46 + <img src="https://img.youtube.com/vi/GwPyKM2X1EM/hqdefault.jpg" alt="Introducing the Datastore in CoPilot: Upload Artifacts into Cases with Ease" />
47 </a>
48 [Introducing the Datastore in CoPilot: Upload Artifacts into Cases with Ease](#vid-GwPyKM2X1EM)
49 <div class="sf-thumb-meta">Best for: Operator</div>
@@ -51,7 +51,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
51
52 <div class="sf-thumb-card" markdown>
53 <a href="https://www.youtube.com/watch?v=S2ELWusHcxA" target="_blank" rel="noopener">
54 - <img src="https://img.youtube.com/vi/S2ELWusHcxA/hqdefault.jpg" alt="Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM">
54 + <img src="https://img.youtube.com/vi/S2ELWusHcxA/hqdefault.jpg" alt="Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM" />
55 </a>
56 [Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM](#vid-S2ELWusHcxA)
57 <div class="sf-thumb-meta">Best for: Both</div>
@@ -59,7 +59,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
59
60 <div class="sf-thumb-card" markdown>
61 <a href="https://www.youtube.com/watch?v=l9OLtgemYOQ" target="_blank" rel="noopener">
62 - <img src="https://img.youtube.com/vi/l9OLtgemYOQ/hqdefault.jpg" alt="Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot">
62 + <img src="https://img.youtube.com/vi/l9OLtgemYOQ/hqdefault.jpg" alt="Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot" />
63 </a>
64 [Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot](#vid-l9OLtgemYOQ)
65 <div class="sf-thumb-meta">Best for: Both</div>
@@ -67,7 +67,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
67
68 <div class="sf-thumb-card" markdown>
69 <a href="https://www.youtube.com/watch?v=R_pG1Gx_7O8" target="_blank" rel="noopener">
70 - <img src="https://img.youtube.com/vi/R_pG1Gx_7O8/hqdefault.jpg" alt="Endpoint Investigation Made Easier: New Velociraptor Features in SOCFORTRESS CoPilot">
70 + <img src="https://img.youtube.com/vi/R_pG1Gx_7O8/hqdefault.jpg" alt="Endpoint Investigation Made Easier: New Velociraptor Features in SOCFORTRESS CoPilot" />
71 </a>
72 [Endpoint Investigation Made Easier: New Velociraptor Features in SOCFORTRESS CoPilot](#vid-R_pG1Gx_7O8)
73 <div class="sf-thumb-meta">Best for: Operator</div>
@@ -75,7 +75,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
75
76 <div class="sf-thumb-card" markdown>
77 <a href="https://www.youtube.com/watch?v=-2srPC-Dw-0" target="_blank" rel="noopener">
78 - <img src="https://img.youtube.com/vi/-2srPC-Dw-0/hqdefault.jpg" alt="AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!">
78 + <img src="https://img.youtube.com/vi/-2srPC-Dw-0/hqdefault.jpg" alt="AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!" />
79 </a>
80 [AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!](#vid--2srPC-Dw-0)
81 <div class="sf-thumb-meta">Best for: Both</div>
@@ -83,7 +83,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
83
84 <div class="sf-thumb-card" markdown>
85 <a href="https://www.youtube.com/watch?v=FHjD9QBaLD4" target="_blank" rel="noopener">
86 - <img src="https://img.youtube.com/vi/FHjD9QBaLD4/hqdefault.jpg" alt="AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!">
86 + <img src="https://img.youtube.com/vi/FHjD9QBaLD4/hqdefault.jpg" alt="AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!" />
87 </a>
88 [AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!](#vid-FHjD9QBaLD4)
89 <div class="sf-thumb-meta">Best for: Both</div>
@@ -91,7 +91,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
91
92 <div class="sf-thumb-card" markdown>
93 <a href="https://www.youtube.com/watch?v=QaLrmSgEcLI" target="_blank" rel="noopener">
94 - <img src="https://img.youtube.com/vi/QaLrmSgEcLI/hqdefault.jpg" alt="AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!">
94 + <img src="https://img.youtube.com/vi/QaLrmSgEcLI/hqdefault.jpg" alt="AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!" />
95 </a>
96 [AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!](#vid-QaLrmSgEcLI)
97 <div class="sf-thumb-meta">Best for: Both</div>
@@ -99,7 +99,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
99
100 <div class="sf-thumb-card" markdown>
101 <a href="https://www.youtube.com/watch?v=tguRiVgytso" target="_blank" rel="noopener">
102 - <img src="https://img.youtube.com/vi/tguRiVgytso/hqdefault.jpg" alt="Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot">
102 + <img src="https://img.youtube.com/vi/tguRiVgytso/hqdefault.jpg" alt="Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot" />
103 </a>
104 [Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot](#vid-tguRiVgytso)
105 <div class="sf-thumb-meta">Best for: Both</div>
@@ -107,7 +107,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
107
108 <div class="sf-thumb-card" markdown>
109 <a href="https://www.youtube.com/watch?v=AH1g3p8s2_o" target="_blank" rel="noopener">
110 - <img src="https://img.youtube.com/vi/AH1g3p8s2_o/hqdefault.jpg" alt="Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding">
110 + <img src="https://img.youtube.com/vi/AH1g3p8s2_o/hqdefault.jpg" alt="Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding" />
111 </a>
112 [Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding](#vid-AH1g3p8s2_o)
113 <div class="sf-thumb-meta">Best for: Both</div>
@@ -115,7 +115,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
115
116 <div class="sf-thumb-card" markdown>
117 <a href="https://www.youtube.com/watch?v=llm3uSSUhqs" target="_blank" rel="noopener">
118 - <img src="https://img.youtube.com/vi/llm3uSSUhqs/hqdefault.jpg" alt="Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!">
118 + <img src="https://img.youtube.com/vi/llm3uSSUhqs/hqdefault.jpg" alt="Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!" />
119 </a>
120 [Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!](#vid-llm3uSSUhqs)
121 <div class="sf-thumb-meta">Best for: Both</div>
@@ -123,7 +123,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
123
124 <div class="sf-thumb-card" markdown>
125 <a href="https://www.youtube.com/watch?v=Ko5jLfkSCrk" target="_blank" rel="noopener">
126 - <img src="https://img.youtube.com/vi/Ko5jLfkSCrk/hqdefault.jpg" alt="Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle">
126 + <img src="https://img.youtube.com/vi/Ko5jLfkSCrk/hqdefault.jpg" alt="Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle" />
127 </a>
128 [Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle](#vid-Ko5jLfkSCrk)
129 <div class="sf-thumb-meta">Best for: Both</div>
@@ -131,7 +131,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
131
132 <div class="sf-thumb-card" markdown>
133 <a href="https://www.youtube.com/watch?v=GWTNA-6Z_Tk" target="_blank" rel="noopener">
134 - <img src="https://img.youtube.com/vi/GWTNA-6Z_Tk/hqdefault.jpg" alt="Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts">
134 + <img src="https://img.youtube.com/vi/GWTNA-6Z_Tk/hqdefault.jpg" alt="Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts" />
135 </a>
136 [Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts](#vid-GWTNA-6Z_Tk)
137 <div class="sf-thumb-meta">Best for: Both</div>
@@ -139,7 +139,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
139
140 <div class="sf-thumb-card" markdown>
141 <a href="https://www.youtube.com/watch?v=XT1d49HTqQw" target="_blank" rel="noopener">
142 - <img src="https://img.youtube.com/vi/XT1d49HTqQw/hqdefault.jpg" alt="🚀 Master Sysmon Config Management with CoPilot & Wazuh!">
142 + <img src="https://img.youtube.com/vi/XT1d49HTqQw/hqdefault.jpg" alt="🚀 Master Sysmon Config Management with CoPilot & Wazuh!" />
143 </a>
144 [🚀 Master Sysmon Config Management with CoPilot & Wazuh!](#vid-XT1d49HTqQw)
145 <div class="sf-thumb-meta">Best for: Both</div>
@@ -147,7 +147,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
147
148 <div class="sf-thumb-card" markdown>
149 <a href="https://www.youtube.com/watch?v=Ogr70DWAeTc" target="_blank" rel="noopener">
150 - <img src="https://img.youtube.com/vi/Ogr70DWAeTc/hqdefault.jpg" alt="Supercharge Wazuh Active Response with CoPilot: No More Limits!">
150 + <img src="https://img.youtube.com/vi/Ogr70DWAeTc/hqdefault.jpg" alt="Supercharge Wazuh Active Response with CoPilot: No More Limits!" />
151 </a>
152 [Supercharge Wazuh Active Response with CoPilot: No More Limits!](#vid-Ogr70DWAeTc)
153 <div class="sf-thumb-meta">Best for: Both</div>
@@ -155,7 +155,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
155
156 <div class="sf-thumb-card" markdown>
157 <a href="https://www.youtube.com/watch?v=TMJOBATTK9M" target="_blank" rel="noopener">
158 - <img src="https://img.youtube.com/vi/TMJOBATTK9M/hqdefault.jpg" alt="Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot">
158 + <img src="https://img.youtube.com/vi/TMJOBATTK9M/hqdefault.jpg" alt="Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot" />
159 </a>
160 [Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot](#vid-TMJOBATTK9M)
161 <div class="sf-thumb-meta">Best for: Both</div>
@@ -163,7 +163,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
163
164 <div class="sf-thumb-card" markdown>
165 <a href="https://www.youtube.com/watch?v=tL3oNEx_3M8" target="_blank" rel="noopener">
166 - <img src="https://img.youtube.com/vi/tL3oNEx_3M8/hqdefault.jpg" alt="Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team">
166 + <img src="https://img.youtube.com/vi/tL3oNEx_3M8/hqdefault.jpg" alt="Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team" />
167 </a>
168 [Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team](#vid-tL3oNEx_3M8)
169 <div class="sf-thumb-meta">Best for: Both</div>
@@ -171,7 +171,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
171
172 <div class="sf-thumb-card" markdown>
173 <a href="https://www.youtube.com/watch?v=FJunzP2c_mQ" target="_blank" rel="noopener">
174 - <img src="https://img.youtube.com/vi/FJunzP2c_mQ/hqdefault.jpg" alt="Auto-Enrich Wazuh Events with Threat Intel Feeds!">
174 + <img src="https://img.youtube.com/vi/FJunzP2c_mQ/hqdefault.jpg" alt="Auto-Enrich Wazuh Events with Threat Intel Feeds!" />
175 </a>
176 [Auto-Enrich Wazuh Events with Threat Intel Feeds!](#vid-FJunzP2c_mQ)
177 <div class="sf-thumb-meta">Best for: Both</div>
@@ -179,7 +179,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
179
180 <div class="sf-thumb-card" markdown>
181 <a href="https://www.youtube.com/watch?v=CVVj9HRtjOE" target="_blank" rel="noopener">
182 - <img src="https://img.youtube.com/vi/CVVj9HRtjOE/hqdefault.jpg" alt="Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data">
182 + <img src="https://img.youtube.com/vi/CVVj9HRtjOE/hqdefault.jpg" alt="Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data" />
183 </a>
184 [Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data](#vid-CVVj9HRtjOE)
185 <div class="sf-thumb-meta">Best for: Both</div>
@@ -187,7 +187,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
187
188 <div class="sf-thumb-card" markdown>
189 <a href="https://www.youtube.com/watch?v=G3MDJSMvnRo" target="_blank" rel="noopener">
190 - <img src="https://img.youtube.com/vi/G3MDJSMvnRo/hqdefault.jpg" alt="Simplify Cloud Security: ScoutSuite and Copilot Tutorial">
190 + <img src="https://img.youtube.com/vi/G3MDJSMvnRo/hqdefault.jpg" alt="Simplify Cloud Security: ScoutSuite and Copilot Tutorial" />
191 </a>
192 [Simplify Cloud Security: ScoutSuite and Copilot Tutorial](#vid-G3MDJSMvnRo)
193 <div class="sf-thumb-meta">Best for: Both</div>
@@ -195,7 +195,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
195
196 <div class="sf-thumb-card" markdown>
197 <a href="https://www.youtube.com/watch?v=Qnm9SXVJGWw" target="_blank" rel="noopener">
198 - <img src="https://img.youtube.com/vi/Qnm9SXVJGWw/hqdefault.jpg" alt="Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!">
198 + <img src="https://img.youtube.com/vi/Qnm9SXVJGWw/hqdefault.jpg" alt="Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!" />
199 </a>
200 [Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!](#vid-Qnm9SXVJGWw)
201 <div class="sf-thumb-meta">Best for: Both</div>
@@ -203,7 +203,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
203
204 <div class="sf-thumb-card" markdown>
205 <a href="https://www.youtube.com/watch?v=-SVHKuQUxlI" target="_blank" rel="noopener">
206 - <img src="https://img.youtube.com/vi/-SVHKuQUxlI/hqdefault.jpg" alt="Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning">
206 + <img src="https://img.youtube.com/vi/-SVHKuQUxlI/hqdefault.jpg" alt="Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning" />
207 </a>
208 [Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning](#vid--SVHKuQUxlI)
209 <div class="sf-thumb-meta">Best for: Both</div>
@@ -211,7 +211,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
211
212 <div class="sf-thumb-card" markdown>
213 <a href="https://www.youtube.com/watch?v=fNybop2FTRE" target="_blank" rel="noopener">
214 - <img src="https://img.youtube.com/vi/fNybop2FTRE/hqdefault.jpg" alt="Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment">
214 + <img src="https://img.youtube.com/vi/fNybop2FTRE/hqdefault.jpg" alt="Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment" />
215 </a>
216 [Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment](#vid-fNybop2FTRE)
217 <div class="sf-thumb-meta">Best for: Both</div>
@@ -219,7 +219,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
219
220 <div class="sf-thumb-card" markdown>
221 <a href="https://www.youtube.com/watch?v=ixxVe_9LAfQ" target="_blank" rel="noopener">
222 - <img src="https://img.youtube.com/vi/ixxVe_9LAfQ/hqdefault.jpg" alt="CoPilot + VirusTotal: Instantly Scan Files for Malware!">
222 + <img src="https://img.youtube.com/vi/ixxVe_9LAfQ/hqdefault.jpg" alt="CoPilot + VirusTotal: Instantly Scan Files for Malware!" />
223 </a>
224 [CoPilot + VirusTotal: Instantly Scan Files for Malware!](#vid-ixxVe_9LAfQ)
225 <div class="sf-thumb-meta">Best for: Both</div>
@@ -227,7 +227,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
227
228 <div class="sf-thumb-card" markdown>
229 <a href="https://www.youtube.com/watch?v=NUrnlTvLzVk" target="_blank" rel="noopener">
230 - <img src="https://img.youtube.com/vi/NUrnlTvLzVk/hqdefault.jpg" alt="CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews">
230 + <img src="https://img.youtube.com/vi/NUrnlTvLzVk/hqdefault.jpg" alt="CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews" />
231 </a>
232 [CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews](#vid-NUrnlTvLzVk)
233 <div class="sf-thumb-meta">Best for: Both</div>
@@ -241,7 +241,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
241
242 <div class="sf-thumb-card" markdown>
243 <a href="https://www.youtube.com/watch?v=qQbex2zAhWI" target="_blank" rel="noopener">
244 - <img src="https://img.youtube.com/vi/qQbex2zAhWI/hqdefault.jpg" alt="Copilot - Your Open Source Security Integrator">
244 + <img src="https://img.youtube.com/vi/qQbex2zAhWI/hqdefault.jpg" alt="Copilot - Your Open Source Security Integrator" />
245 </a>
246 [Copilot - Your Open Source Security Integrator](#vid-qQbex2zAhWI)
247 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -249,7 +249,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
249
250 <div class="sf-thumb-card" markdown>
251 <a href="https://www.youtube.com/watch?v=CQolYA30Gls" target="_blank" rel="noopener">
252 - <img src="https://img.youtube.com/vi/CQolYA30Gls/hqdefault.jpg" alt="Copilot - Your Next Open Source Security Tool">
252 + <img src="https://img.youtube.com/vi/CQolYA30Gls/hqdefault.jpg" alt="Copilot - Your Next Open Source Security Tool" />
253 </a>
254 [Copilot - Your Next Open Source Security Tool](#vid-CQolYA30Gls)
255 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -257,7 +257,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
257
258 <div class="sf-thumb-card" markdown>
259 <a href="https://www.youtube.com/watch?v=seITDGXAiJw" target="_blank" rel="noopener">
260 - <img src="https://img.youtube.com/vi/seITDGXAiJw/hqdefault.jpg" alt="CoPilot Install">
260 + <img src="https://img.youtube.com/vi/seITDGXAiJw/hqdefault.jpg" alt="CoPilot Install" />
261 </a>
262 [CoPilot Install](#vid-seITDGXAiJw)
263 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -265,7 +265,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
265
266 <div class="sf-thumb-card" markdown>
267 <a href="https://www.youtube.com/watch?v=7dUHSMWWTuY" target="_blank" rel="noopener">
268 - <img src="https://img.youtube.com/vi/7dUHSMWWTuY/hqdefault.jpg" alt="CoPilot Install -- Final Update (I Hope)">
268 + <img src="https://img.youtube.com/vi/7dUHSMWWTuY/hqdefault.jpg" alt="CoPilot Install -- Final Update (I Hope)" />
269 </a>
270 [CoPilot Install -- Final Update (I Hope)](#vid-7dUHSMWWTuY)
271 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -273,7 +273,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
273
274 <div class="sf-thumb-card" markdown>
275 <a href="https://www.youtube.com/watch?v=euFrHP0VkD8" target="_blank" rel="noopener">
276 - <img src="https://img.youtube.com/vi/euFrHP0VkD8/hqdefault.jpg" alt="Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack">
276 + <img src="https://img.youtube.com/vi/euFrHP0VkD8/hqdefault.jpg" alt="Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack" />
277 </a>
278 [Wazuh Content Pack For Graylog - Easily Configure Your SOCFortress SIEM Stack](#vid-euFrHP0VkD8)
279 <div class="sf-thumb-meta">Best for: Both</div>
@@ -281,7 +281,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
281
282 <div class="sf-thumb-card" markdown>
283 <a href="https://www.youtube.com/watch?v=ffAnV31Ne54" target="_blank" rel="noopener">
284 - <img src="https://img.youtube.com/vi/ffAnV31Ne54/hqdefault.jpg" alt="Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?">
284 + <img src="https://img.youtube.com/vi/ffAnV31Ne54/hqdefault.jpg" alt="Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?" />
285 </a>
286 [Wazuh Security Configuration Assessment and CoPilot - Are Your Endpoints Compliant?](#vid-ffAnV31Ne54)
287 <div class="sf-thumb-meta">Best for: Both</div>
@@ -289,7 +289,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
289
290 <div class="sf-thumb-card" markdown>
291 <a href="https://www.youtube.com/watch?v=S2ELWusHcxA" target="_blank" rel="noopener">
292 - <img src="https://img.youtube.com/vi/S2ELWusHcxA/hqdefault.jpg" alt="Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM">
292 + <img src="https://img.youtube.com/vi/S2ELWusHcxA/hqdefault.jpg" alt="Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM" />
293 </a>
294 [Supercharge Open-Source Cybersecurity: Velociraptor + Sigma for Your SIEM](#vid-S2ELWusHcxA)
295 <div class="sf-thumb-meta">Best for: Both</div>
@@ -297,7 +297,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
297
298 <div class="sf-thumb-card" markdown>
299 <a href="https://www.youtube.com/watch?v=31lCr80-NVM" target="_blank" rel="noopener">
300 - <img src="https://img.youtube.com/vi/31lCr80-NVM/hqdefault.jpg" alt="Manage Wazuh Detection Rules with CoPilot">
300 + <img src="https://img.youtube.com/vi/31lCr80-NVM/hqdefault.jpg" alt="Manage Wazuh Detection Rules with CoPilot" />
301 </a>
302 [Manage Wazuh Detection Rules with CoPilot](#vid-31lCr80-NVM)
303 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -305,7 +305,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
305
306 <div class="sf-thumb-card" markdown>
307 <a href="https://www.youtube.com/watch?v=l9OLtgemYOQ" target="_blank" rel="noopener">
308 - <img src="https://img.youtube.com/vi/l9OLtgemYOQ/hqdefault.jpg" alt="Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot">
308 + <img src="https://img.youtube.com/vi/l9OLtgemYOQ/hqdefault.jpg" alt="Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot" />
309 </a>
310 [Open Source SIEM Response | Dynamic Endpoint Actions with SOCFortress CoPilot](#vid-l9OLtgemYOQ)
311 <div class="sf-thumb-meta">Best for: Both</div>
@@ -313,7 +313,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
313
314 <div class="sf-thumb-card" markdown>
315 <a href="https://www.youtube.com/watch?v=-2srPC-Dw-0" target="_blank" rel="noopener">
316 - <img src="https://img.youtube.com/vi/-2srPC-Dw-0/hqdefault.jpg" alt="AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!">
316 + <img src="https://img.youtube.com/vi/-2srPC-Dw-0/hqdefault.jpg" alt="AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!" />
317 </a>
318 [AI Analyst for Wazuh Alerts: Revolutionize Your SOC with SOCFortress Copilot!](#vid--2srPC-Dw-0)
319 <div class="sf-thumb-meta">Best for: Both</div>
@@ -321,7 +321,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
321
322 <div class="sf-thumb-card" markdown>
323 <a href="https://www.youtube.com/watch?v=FHjD9QBaLD4" target="_blank" rel="noopener">
324 - <img src="https://img.youtube.com/vi/FHjD9QBaLD4/hqdefault.jpg" alt="AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!">
324 + <img src="https://img.youtube.com/vi/FHjD9QBaLD4/hqdefault.jpg" alt="AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!" />
325 </a>
326 [AI Agent for Open Source SIEM: Wazuh, Velociraptor + CoPilot!](#vid-FHjD9QBaLD4)
327 <div class="sf-thumb-meta">Best for: Both</div>
@@ -329,7 +329,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
329
330 <div class="sf-thumb-card" markdown>
331 <a href="https://www.youtube.com/watch?v=QaLrmSgEcLI" target="_blank" rel="noopener">
332 - <img src="https://img.youtube.com/vi/QaLrmSgEcLI/hqdefault.jpg" alt="AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!">
332 + <img src="https://img.youtube.com/vi/QaLrmSgEcLI/hqdefault.jpg" alt="AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!" />
333 </a>
334 [AI Chatbot Now With Threat Intel, Cyber News, Knowledge Base & Attack Surface!](#vid-QaLrmSgEcLI)
335 <div class="sf-thumb-meta">Best for: Both</div>
@@ -337,7 +337,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
337
338 <div class="sf-thumb-card" markdown>
339 <a href="https://www.youtube.com/watch?v=tguRiVgytso" target="_blank" rel="noopener">
340 - <img src="https://img.youtube.com/vi/tguRiVgytso/hqdefault.jpg" alt="Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot">
340 + <img src="https://img.youtube.com/vi/tguRiVgytso/hqdefault.jpg" alt="Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot" />
341 </a>
342 [Automate Your SOC: Triggering Alerts with Wazuh Rules via Copilot](#vid-tguRiVgytso)
343 <div class="sf-thumb-meta">Best for: Both</div>
@@ -345,7 +345,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
345
346 <div class="sf-thumb-card" markdown>
347 <a href="https://www.youtube.com/watch?v=AH1g3p8s2_o" target="_blank" rel="noopener">
348 - <img src="https://img.youtube.com/vi/AH1g3p8s2_o/hqdefault.jpg" alt="Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding">
348 + <img src="https://img.youtube.com/vi/AH1g3p8s2_o/hqdefault.jpg" alt="Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding" />
349 </a>
350 [Wazuh Rule Writing With CoPilot AI Module - Handle Your Alert Flooding](#vid-AH1g3p8s2_o)
351 <div class="sf-thumb-meta">Best for: Both</div>
@@ -353,7 +353,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
353
354 <div class="sf-thumb-card" markdown>
355 <a href="https://www.youtube.com/watch?v=llm3uSSUhqs" target="_blank" rel="noopener">
356 - <img src="https://img.youtube.com/vi/llm3uSSUhqs/hqdefault.jpg" alt="Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!">
356 + <img src="https://img.youtube.com/vi/llm3uSSUhqs/hqdefault.jpg" alt="Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!" />
357 </a>
358 [Mastering Wazuh's Active Response: Block Malicious IPs with CoPilot & Wazuh!](#vid-llm3uSSUhqs)
359 <div class="sf-thumb-meta">Best for: Both</div>
@@ -361,7 +361,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
361
362 <div class="sf-thumb-card" markdown>
363 <a href="https://www.youtube.com/watch?v=Ko5jLfkSCrk" target="_blank" rel="noopener">
364 - <img src="https://img.youtube.com/vi/Ko5jLfkSCrk/hqdefault.jpg" alt="Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle">
364 + <img src="https://img.youtube.com/vi/Ko5jLfkSCrk/hqdefault.jpg" alt="Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle" />
365 </a>
366 [Revolutionize Your SIEM Alerts: Integrate CoPilot & Shuffle](#vid-Ko5jLfkSCrk)
367 <div class="sf-thumb-meta">Best for: Both</div>
@@ -369,7 +369,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
369
370 <div class="sf-thumb-card" markdown>
371 <a href="https://www.youtube.com/watch?v=GWTNA-6Z_Tk" target="_blank" rel="noopener">
372 - <img src="https://img.youtube.com/vi/GWTNA-6Z_Tk/hqdefault.jpg" alt="Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts">
372 + <img src="https://img.youtube.com/vi/GWTNA-6Z_Tk/hqdefault.jpg" alt="Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts" />
373 </a>
374 [Tame the Noise: Sigma Exclusions in CoPilot for Velociraptor Alerts](#vid-GWTNA-6Z_Tk)
375 <div class="sf-thumb-meta">Best for: Both</div>
@@ -377,7 +377,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
377
378 <div class="sf-thumb-card" markdown>
379 <a href="https://www.youtube.com/watch?v=XT1d49HTqQw" target="_blank" rel="noopener">
380 - <img src="https://img.youtube.com/vi/XT1d49HTqQw/hqdefault.jpg" alt="🚀 Master Sysmon Config Management with CoPilot & Wazuh!">
380 + <img src="https://img.youtube.com/vi/XT1d49HTqQw/hqdefault.jpg" alt="🚀 Master Sysmon Config Management with CoPilot & Wazuh!" />
381 </a>
382 [🚀 Master Sysmon Config Management with CoPilot & Wazuh!](#vid-XT1d49HTqQw)
383 <div class="sf-thumb-meta">Best for: Both</div>
@@ -385,7 +385,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
385
386 <div class="sf-thumb-card" markdown>
387 <a href="https://www.youtube.com/watch?v=Ogr70DWAeTc" target="_blank" rel="noopener">
388 - <img src="https://img.youtube.com/vi/Ogr70DWAeTc/hqdefault.jpg" alt="Supercharge Wazuh Active Response with CoPilot: No More Limits!">
388 + <img src="https://img.youtube.com/vi/Ogr70DWAeTc/hqdefault.jpg" alt="Supercharge Wazuh Active Response with CoPilot: No More Limits!" />
389 </a>
390 [Supercharge Wazuh Active Response with CoPilot: No More Limits!](#vid-Ogr70DWAeTc)
391 <div class="sf-thumb-meta">Best for: Both</div>
@@ -393,7 +393,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
393
394 <div class="sf-thumb-card" markdown>
395 <a href="https://www.youtube.com/watch?v=TMJOBATTK9M" target="_blank" rel="noopener">
396 - <img src="https://img.youtube.com/vi/TMJOBATTK9M/hqdefault.jpg" alt="Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot">
396 + <img src="https://img.youtube.com/vi/TMJOBATTK9M/hqdefault.jpg" alt="Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot" />
397 </a>
398 [Test Your Wazuh Detection Rules: One-Click Atomic Red Team + Velociraptor + CoPilot](#vid-TMJOBATTK9M)
399 <div class="sf-thumb-meta">Best for: Both</div>
@@ -401,7 +401,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
401
402 <div class="sf-thumb-card" markdown>
403 <a href="https://www.youtube.com/watch?v=tL3oNEx_3M8" target="_blank" rel="noopener">
404 - <img src="https://img.youtube.com/vi/tL3oNEx_3M8/hqdefault.jpg" alt="Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team">
404 + <img src="https://img.youtube.com/vi/tL3oNEx_3M8/hqdefault.jpg" alt="Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team" />
405 </a>
406 [Simulate Linux Attacks and Tune Detection Rules with Atomic Red Team](#vid-tL3oNEx_3M8)
407 <div class="sf-thumb-meta">Best for: Both</div>
@@ -409,7 +409,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
409
410 <div class="sf-thumb-card" markdown>
411 <a href="https://www.youtube.com/watch?v=MKqByrkDqZU" target="_blank" rel="noopener">
412 - <img src="https://img.youtube.com/vi/MKqByrkDqZU/hqdefault.jpg" alt="Wazuh Indexer and CoPilot Integration">
412 + <img src="https://img.youtube.com/vi/MKqByrkDqZU/hqdefault.jpg" alt="Wazuh Indexer and CoPilot Integration" />
413 </a>
414 [Wazuh Indexer and CoPilot Integration](#vid-MKqByrkDqZU)
415 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -417,7 +417,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
417
418 <div class="sf-thumb-card" markdown>
419 <a href="https://www.youtube.com/watch?v=MyvPmQ4Cfb0" target="_blank" rel="noopener">
420 - <img src="https://img.youtube.com/vi/MyvPmQ4Cfb0/hqdefault.jpg" alt="Graylog and CoPilot Integration">
420 + <img src="https://img.youtube.com/vi/MyvPmQ4Cfb0/hqdefault.jpg" alt="Graylog and CoPilot Integration" />
421 </a>
422 [Graylog and CoPilot Integration](#vid-MyvPmQ4Cfb0)
423 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -425,7 +425,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
425
426 <div class="sf-thumb-card" markdown>
427 <a href="https://www.youtube.com/watch?v=iI6yKgKC5wk" target="_blank" rel="noopener">
428 - <img src="https://img.youtube.com/vi/iI6yKgKC5wk/hqdefault.jpg" alt="Wazuh Manager and CoPilot Integration">
428 + <img src="https://img.youtube.com/vi/iI6yKgKC5wk/hqdefault.jpg" alt="Wazuh Manager and CoPilot Integration" />
429 </a>
430 [Wazuh Manager and CoPilot Integration](#vid-iI6yKgKC5wk)
431 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -433,7 +433,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
433
434 <div class="sf-thumb-card" markdown>
435 <a href="https://www.youtube.com/watch?v=-Cqyczg6ELE" target="_blank" rel="noopener">
436 - <img src="https://img.youtube.com/vi/-Cqyczg6ELE/hqdefault.jpg" alt="Velociraptor and Copilot Integration">
436 + <img src="https://img.youtube.com/vi/-Cqyczg6ELE/hqdefault.jpg" alt="Velociraptor and Copilot Integration" />
437 </a>
438 [Velociraptor and Copilot Integration](#vid--Cqyczg6ELE)
439 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -441,7 +441,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
441
442 <div class="sf-thumb-card" markdown>
443 <a href="https://www.youtube.com/watch?v=vt6M1SzNfjE" target="_blank" rel="noopener">
444 - <img src="https://img.youtube.com/vi/vt6M1SzNfjE/hqdefault.jpg" alt="CoPilot And InfluxDB - Monitor Your SIEM Stack Servers with InfluxDB and CoPilot!">
444 + <img src="https://img.youtube.com/vi/vt6M1SzNfjE/hqdefault.jpg" alt="CoPilot And InfluxDB - Monitor Your SIEM Stack Servers with InfluxDB and CoPilot!" />
445 </a>
446 [CoPilot And InfluxDB - Monitor Your SIEM Stack Servers with InfluxDB and CoPilot!](#vid-vt6M1SzNfjE)
447 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -449,7 +449,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
449
450 <div class="sf-thumb-card" markdown>
451 <a href="https://www.youtube.com/watch?v=n9koQ1UL-L0" target="_blank" rel="noopener">
452 - <img src="https://img.youtube.com/vi/n9koQ1UL-L0/hqdefault.jpg" alt="DFIR-IRIS and CoPilot - Bring your SOC Alerts into CoPilot">
452 + <img src="https://img.youtube.com/vi/n9koQ1UL-L0/hqdefault.jpg" alt="DFIR-IRIS and CoPilot - Bring your SOC Alerts into CoPilot" />
453 </a>
454 [DFIR-IRIS and CoPilot - Bring your SOC Alerts into CoPilot](#vid-n9koQ1UL-L0)
455 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -457,7 +457,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
457
458 <div class="sf-thumb-card" markdown>
459 <a href="https://www.youtube.com/watch?v=FOOU1PQnd7g" target="_blank" rel="noopener">
460 - <img src="https://img.youtube.com/vi/FOOU1PQnd7g/hqdefault.jpg" alt="Grafana and CoPilot Integration">
460 + <img src="https://img.youtube.com/vi/FOOU1PQnd7g/hqdefault.jpg" alt="Grafana and CoPilot Integration" />
461 </a>
462 [Grafana and CoPilot Integration](#vid-FOOU1PQnd7g)
463 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -465,7 +465,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
465
466 <div class="sf-thumb-card" markdown>
467 <a href="https://www.youtube.com/watch?v=ihj2F2rA6BQ" target="_blank" rel="noopener">
468 - <img src="https://img.youtube.com/vi/ihj2F2rA6BQ/hqdefault.jpg" alt="Seamless Office365 Integration with Wazuh: Simplified by Copilot">
468 + <img src="https://img.youtube.com/vi/ihj2F2rA6BQ/hqdefault.jpg" alt="Seamless Office365 Integration with Wazuh: Simplified by Copilot" />
469 </a>
470 [Seamless Office365 Integration with Wazuh: Simplified by Copilot](#vid-ihj2F2rA6BQ)
471 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -473,7 +473,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
473
474 <div class="sf-thumb-card" markdown>
475 <a href="https://www.youtube.com/watch?v=YOVUOpZDEzM" target="_blank" rel="noopener">
476 - <img src="https://img.youtube.com/vi/YOVUOpZDEzM/hqdefault.jpg" alt="Unlock Full SIEM Potential: Effortlessly Ingest Crowdstrike Events Into Your Open Source SIEM!">
476 + <img src="https://img.youtube.com/vi/YOVUOpZDEzM/hqdefault.jpg" alt="Unlock Full SIEM Potential: Effortlessly Ingest Crowdstrike Events Into Your Open Source SIEM!" />
477 </a>
478 [Unlock Full SIEM Potential: Effortlessly Ingest Crowdstrike Events Into Your Open Source SIEM!](#vid-YOVUOpZDEzM)
479 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -481,7 +481,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
481
482 <div class="sf-thumb-card" markdown>
483 <a href="https://www.youtube.com/watch?v=tgWRvOJX5HA" target="_blank" rel="noopener">
484 - <img src="https://img.youtube.com/vi/tgWRvOJX5HA/hqdefault.jpg" alt="CoPilot Event Shipper Configuration - Ingest 3rd Party Logs into your SIEM Stack">
484 + <img src="https://img.youtube.com/vi/tgWRvOJX5HA/hqdefault.jpg" alt="CoPilot Event Shipper Configuration - Ingest 3rd Party Logs into your SIEM Stack" />
485 </a>
486 [CoPilot Event Shipper Configuration - Ingest 3rd Party Logs into your SIEM Stack](#vid-tgWRvOJX5HA)
487 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -489,7 +489,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
489
490 <div class="sf-thumb-card" markdown>
491 <a href="https://www.youtube.com/watch?v=chTthkpMpTY" target="_blank" rel="noopener">
492 - <img src="https://img.youtube.com/vi/chTthkpMpTY/hqdefault.jpg" alt="Unlock Full SIEM Potential: Effortlessly Ingest DUO MFA Events Into Your Open Source SIEM!">
492 + <img src="https://img.youtube.com/vi/chTthkpMpTY/hqdefault.jpg" alt="Unlock Full SIEM Potential: Effortlessly Ingest DUO MFA Events Into Your Open Source SIEM!" />
493 </a>
494 [Unlock Full SIEM Potential: Effortlessly Ingest DUO MFA Events Into Your Open Source SIEM!](#vid-chTthkpMpTY)
495 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -497,7 +497,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
497
498 <div class="sf-thumb-card" markdown>
499 <a href="https://www.youtube.com/watch?v=wK4aA7QrXmE" target="_blank" rel="noopener">
500 - <img src="https://img.youtube.com/vi/wK4aA7QrXmE/hqdefault.jpg" alt="New MITRE ATT&CK Integration in CoPilot – Game Changer for SOC Analysts!">
500 + <img src="https://img.youtube.com/vi/wK4aA7QrXmE/hqdefault.jpg" alt="New MITRE ATT&CK Integration in CoPilot – Game Changer for SOC Analysts!" />
501 </a>
502 [New MITRE ATT&CK Integration in CoPilot – Game Changer for SOC Analysts!](#vid-wK4aA7QrXmE)
503 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -505,7 +505,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
505
506 <div class="sf-thumb-card" markdown>
507 <a href="https://www.youtube.com/watch?v=O5SaFwAMMtA" target="_blank" rel="noopener">
508 - <img src="https://img.youtube.com/vi/O5SaFwAMMtA/hqdefault.jpg" alt="Supercharge Your Log Ingestion: Webhooks to SIEM Made Easy">
508 + <img src="https://img.youtube.com/vi/O5SaFwAMMtA/hqdefault.jpg" alt="Supercharge Your Log Ingestion: Webhooks to SIEM Made Easy" />
509 </a>
510 [Supercharge Your Log Ingestion: Webhooks to SIEM Made Easy](#vid-O5SaFwAMMtA)
511 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -513,7 +513,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
513
514 <div class="sf-thumb-card" markdown>
515 <a href="https://www.youtube.com/watch?v=FJunzP2c_mQ" target="_blank" rel="noopener">
516 - <img src="https://img.youtube.com/vi/FJunzP2c_mQ/hqdefault.jpg" alt="Auto-Enrich Wazuh Events with Threat Intel Feeds!">
516 + <img src="https://img.youtube.com/vi/FJunzP2c_mQ/hqdefault.jpg" alt="Auto-Enrich Wazuh Events with Threat Intel Feeds!" />
517 </a>
518 [Auto-Enrich Wazuh Events with Threat Intel Feeds!](#vid-FJunzP2c_mQ)
519 <div class="sf-thumb-meta">Best for: Both</div>
@@ -521,7 +521,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
521
522 <div class="sf-thumb-card" markdown>
523 <a href="https://www.youtube.com/watch?v=CVVj9HRtjOE" target="_blank" rel="noopener">
524 - <img src="https://img.youtube.com/vi/CVVj9HRtjOE/hqdefault.jpg" alt="Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data">
524 + <img src="https://img.youtube.com/vi/CVVj9HRtjOE/hqdefault.jpg" alt="Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data" />
525 </a>
526 [Analyzing Processes in Wazuh Alerts with Advanced Risk Scoring from Global Data](#vid-CVVj9HRtjOE)
527 <div class="sf-thumb-meta">Best for: Both</div>
@@ -529,7 +529,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
529
530 <div class="sf-thumb-card" markdown>
531 <a href="https://www.youtube.com/watch?v=G3MDJSMvnRo" target="_blank" rel="noopener">
532 - <img src="https://img.youtube.com/vi/G3MDJSMvnRo/hqdefault.jpg" alt="Simplify Cloud Security: ScoutSuite and Copilot Tutorial">
532 + <img src="https://img.youtube.com/vi/G3MDJSMvnRo/hqdefault.jpg" alt="Simplify Cloud Security: ScoutSuite and Copilot Tutorial" />
533 </a>
534 [Simplify Cloud Security: ScoutSuite and Copilot Tutorial](#vid-G3MDJSMvnRo)
535 <div class="sf-thumb-meta">Best for: Both</div>
@@ -537,7 +537,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
537
538 <div class="sf-thumb-card" markdown>
539 <a href="https://www.youtube.com/watch?v=Qnm9SXVJGWw" target="_blank" rel="noopener">
540 - <img src="https://img.youtube.com/vi/Qnm9SXVJGWw/hqdefault.jpg" alt="Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!">
540 + <img src="https://img.youtube.com/vi/Qnm9SXVJGWw/hqdefault.jpg" alt="Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!" />
541 </a>
542 [Integrate EPSS with Wazuh for Top-Notch Vulnerability Management!](#vid-Qnm9SXVJGWw)
543 <div class="sf-thumb-meta">Best for: Both</div>
@@ -545,7 +545,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
545
546 <div class="sf-thumb-card" markdown>
547 <a href="https://www.youtube.com/watch?v=-SVHKuQUxlI" target="_blank" rel="noopener">
548 - <img src="https://img.youtube.com/vi/-SVHKuQUxlI/hqdefault.jpg" alt="Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning">
548 + <img src="https://img.youtube.com/vi/-SVHKuQUxlI/hqdefault.jpg" alt="Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning" />
549 </a>
550 [Enhancing Web App Security: Integrating Copilot with Nuclei for Vulnerability Scanning](#vid--SVHKuQUxlI)
551 <div class="sf-thumb-meta">Best for: Both</div>
@@ -553,7 +553,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
553
554 <div class="sf-thumb-card" markdown>
555 <a href="https://www.youtube.com/watch?v=fNybop2FTRE" target="_blank" rel="noopener">
556 - <img src="https://img.youtube.com/vi/fNybop2FTRE/hqdefault.jpg" alt="Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment">
556 + <img src="https://img.youtube.com/vi/fNybop2FTRE/hqdefault.jpg" alt="Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment" />
557 </a>
558 [Boost CoPilot: IoCs from Wazuh + VirusTotal Enrichment](#vid-fNybop2FTRE)
559 <div class="sf-thumb-meta">Best for: Both</div>
@@ -561,7 +561,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
561
562 <div class="sf-thumb-card" markdown>
563 <a href="https://www.youtube.com/watch?v=ixxVe_9LAfQ" target="_blank" rel="noopener">
564 - <img src="https://img.youtube.com/vi/ixxVe_9LAfQ/hqdefault.jpg" alt="CoPilot + VirusTotal: Instantly Scan Files for Malware!">
564 + <img src="https://img.youtube.com/vi/ixxVe_9LAfQ/hqdefault.jpg" alt="CoPilot + VirusTotal: Instantly Scan Files for Malware!" />
565 </a>
566 [CoPilot + VirusTotal: Instantly Scan Files for Malware!](#vid-ixxVe_9LAfQ)
567 <div class="sf-thumb-meta">Best for: Both</div>
@@ -569,7 +569,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
569
570 <div class="sf-thumb-card" markdown>
571 <a href="https://www.youtube.com/watch?v=NUrnlTvLzVk" target="_blank" rel="noopener">
572 - <img src="https://img.youtube.com/vi/NUrnlTvLzVk/hqdefault.jpg" alt="CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews">
572 + <img src="https://img.youtube.com/vi/NUrnlTvLzVk/hqdefault.jpg" alt="CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews" />
573 </a>
574 [CoPilot Supercharges Wazuh with SCA & Vulnerability Overviews](#vid-NUrnlTvLzVk)
575 <div class="sf-thumb-meta">Best for: Both</div>
@@ -577,7 +577,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
577
578 <div class="sf-thumb-card" markdown>
579 <a href="https://www.youtube.com/watch?v=hC0JHY5WF-U" target="_blank" rel="noopener">
580 - <img src="https://img.youtube.com/vi/hC0JHY5WF-U/hqdefault.jpg" alt="Wazuh Dashboards in Grafana & Customer Provisioning in CoPilot!">
580 + <img src="https://img.youtube.com/vi/hC0JHY5WF-U/hqdefault.jpg" alt="Wazuh Dashboards in Grafana & Customer Provisioning in CoPilot!" />
581 </a>
582 [Wazuh Dashboards in Grafana & Customer Provisioning in CoPilot!](#vid-hC0JHY5WF-U)
583 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -585,7 +585,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
585
586 <div class="sf-thumb-card" markdown>
587 <a href="https://www.youtube.com/watch?v=9xHr5-Wlypw" target="_blank" rel="noopener">
588 - <img src="https://img.youtube.com/vi/9xHr5-Wlypw/hqdefault.jpg" alt="Create Custom PDF Reports in Grafana Detailing Security Events | Share with Your Clients!">
588 + <img src="https://img.youtube.com/vi/9xHr5-Wlypw/hqdefault.jpg" alt="Create Custom PDF Reports in Grafana Detailing Security Events | Share with Your Clients!" />
589 </a>
590 [Create Custom PDF Reports in Grafana Detailing Security Events | Share with Your Clients!](#vid-9xHr5-Wlypw)
591 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -593,7 +593,7 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
593
594 <div class="sf-thumb-card" markdown>
595 <a href="https://www.youtube.com/watch?v=_bvFejcFwFM" target="_blank" rel="noopener">
596 - <img src="https://img.youtube.com/vi/_bvFejcFwFM/hqdefault.jpg" alt="A Customer Portal for Your Open-Source SIEM Stack">
596 + <img src="https://img.youtube.com/vi/_bvFejcFwFM/hqdefault.jpg" alt="A Customer Portal for Your Open-Source SIEM Stack" />
597 </a>
598 [A Customer Portal for Your Open-Source SIEM Stack](#vid-_bvFejcFwFM)
599 <div class="sf-thumb-meta">Best for: Admin-Engineer</div>
@@ -607,7 +607,9 @@ Use these thumbnail grids to jump straight to a video. Click the **thumbnail** t
607 - Start with the section that matches your role.
608 - Videos labeled **Best for: Both** appear in *both* tracks below (by design).
609
610 -## Operator Track (SOC operators / analysts) {#operator-track}
610 +<a id="operator-track"></a>
611 +
612 +## Operator Track (SOC operators / analysts)
613
614 Alert triage, case work, investigations, and day-to-day SOC workflows.
615
@@ -1020,7 +1022,9 @@ Alert triage, case work, investigations, and day-to-day SOC workflows.
1022 - Includes practical walkthrough steps that can be replicated in production-like SOC environments.
1023 - Key CoPilot features shown: Wazuh integration, SCA visibility, Vulnerability visibility, Enrichment workflows
1024
1023 -## Admin/Engineer Track (admins / engineers) {#adminengineer-track}
1025 +<a id="adminengineer-track"></a>
1026 +
1027 +## Admin/Engineer Track (admins / engineers)
1028
1029 Connecting sources, configuring integrations, tuning detections, reporting, and platform operations.
1030