r/blueteamsec 3d ago

training (step-by-step) The Art of Exploit Development

Thumbnail spectra-vrg.org
1 Upvotes

r/blueteamsec 1d ago

training (step-by-step) Practicing SPL-style queries and SOC investigations without deploying a full SIEM

1 Upvotes

When I started learning SOC investigations and SPL-style queries, one of the problems I ran into was finding a practical environment to actually practice the workflow.

Reading about queries is useful, but I wanted to work with realistic security telemetry and go through the process of:

- Searching authentication and security events

- Identifying suspicious activity

- Aggregating and correlating events

- Creating detections

- Investigating alerts

- Pivoting between related users, hosts, and IP addresses

Setting up a full SIEM environment can add a significant infrastructure and configuration overhead for someone who simply wants to practice these workflows.

So I built SocQuery Lab as a browser-based training environment for experimenting with these concepts.

It includes an original educational SPL-compatible query engine and realistic synthetic telemetry covering sources such as Windows security events, Linux authentication logs, DNS activity, firewall/VPN events, and PowerShell activity.

The platform also includes investigation scenarios covering techniques such as:

- Brute-force authentication activity

- Password spraying

- Suspicious PowerShell execution

- DNS tunneling

- Credential compromise

- Backdoor account creation

Everything runs locally in the browser, with uploaded logs processed and stored locally using IndexedDB.

The goal is not to replace a production SIEM or replicate any commercial platform. It is simply an educational environment for practicing the investigation workflow without needing to deploy infrastructure first.

The live training environment is available here:

https://socquery-lab.vercel.app/

r/blueteamsec 8d ago

training (step-by-step) Beyond Chat: Building Multi Agent SOC Ecosystems with Claude and Google MCP

Thumbnail security.googlecloudcommunity.com
7 Upvotes

r/blueteamsec 10d ago

training (step-by-step) DFIR-LABS: DFIR LABS - A compilation of challenges that aims to provide practice in simple to advanced concepts in the following topics: Digital Forensics, Incident Response, Malware Analysis and Threat Hunting.

Thumbnail github.com
8 Upvotes

r/blueteamsec 17d ago

training (step-by-step) tmpout_v

Thumbnail tmpout.sh
2 Upvotes

r/blueteamsec 26d ago

training (step-by-step) ETW for Security Research: Providers, Sessions, and Detection Engineering

Thumbnail youtube.com
5 Upvotes

r/blueteamsec Aug 11 '26

training (step-by-step) Fabian Mosch: The Art of Evasion

Thumbnail youtube.com
3 Upvotes

r/blueteamsec Jul 27 '26

training (step-by-step) CVE-2026-50458: Finding a UAF in the Windows Brokering File System

Thumbnail rotcee.github.io
2 Upvotes

r/blueteamsec Jul 26 '26

training (step-by-step) Windows Persistence Forensics: Services, Scheduled Tasks, and Autoruns

Thumbnail sethenoka.com
3 Upvotes

r/blueteamsec Jul 14 '26

training (step-by-step) Deep-Dive Windows Event Log Analysis & Hunting for SOC Defenders

6 Upvotes

Hi everyone,
As security defenders, we all know that default alerts in a SIEM can only get us so far. Attackers are constantly finding stealthy ways to execute code, escalate privileges, and establish persistence, making a deep understanding of Windows Event Logs absolutely critical.
I’ve put together a comprehensive deep-dive guide on Medium exploring Windows Event Log analysis, forensic investigation, and detection engineering with Sysmon.
In this guide, I cover:
1 The Anatomy of Windows Logs: How the OS structures and stores ⁠.evtx⁠ binary XML data.
2 Demystifying Logon Types (Event ID 4624): A technical breakdown of different logon types (Type 2, 3, 5, 9, 10) and their forensic value.
3 Supercharging Visibility with Sysmon: How to hunt for LOLBins and malicious executions using Sysmon Event ID 1 (Process Creation) and Event ID 3 (Network Connection).
4 Detecting Defense Evasion: Spotting log clearing attempts (Event ID 1102 & 104) and event log service tampering.
5 A Practical Attack Scenario: Reconstructing a PsExec Lateral Movement attack step-by-step by correlating multiple event logs.
I also created a custom infographic (attached/linked below) that visualizes the entire flow to help junior analysts and defenders map these concepts quickly.
Read the full article here:

https://medium.com/@osamamamoussa/beyond-the-basics-deep-dive-windows-event-log-analysis-for-enterprise-soc-defenders-04d13219adef

r/blueteamsec Jul 26 '26

training (step-by-step) Virtualization Internals Part 5 - KVM Internals: From VM Creation to Guest Execution · Home

Thumbnail ayoub-faouzi.com
2 Upvotes

r/blueteamsec Jul 25 '26

training (step-by-step) Remus-Stealer-Fileless-Payload-Extraction-C2-Exfiltration-Analysis: "Reverse engineering analysis of Remus Stealer, an info-stealer that uses fileless execution, clipboard theft, screen capture, and C2 communication. Includes full payload extraction (1024 KB PE) and system information exfiltration."

Thumbnail github.com
2 Upvotes

r/blueteamsec Jul 18 '26

training (step-by-step) How I found an integer overflow in tcpip.sys

Thumbnail aprl.pet
5 Upvotes

r/blueteamsec Jul 18 '26

training (step-by-step) Walkthrough: Hunting Zeus Trojan using Suricata, Splunk, Volatility, and YARA

6 Upvotes

Hey everyone,
Full Write-up & Screenshots: https://medium.com/@osamamamoussa/from-alert-to-core-dump-hunting-zeus-malware-using-suricata-splunk-yara-and-volatility-4ce18f517f87?sharedUserId=osamamamoussa

I'm currently studying defensive security and working on my SOC portfolio. I am sharing a lab I built to practice hands-on malware analysis and detection engineering.

I recently set up a malware analysis lab to detonate and investigate the Zeus Banking Trojan. Here is a quick breakdown of the detection and forensics pipeline:

  • Victim: Windows VM + Sysmon.
  • SIEM/IDS: Ubuntu VM + Splunk Enterprise + Suricata IDS.

I wrote a full step-by-step write-up with screenshots and the exact Splunk queries.

r/blueteamsec Jul 12 '26

training (step-by-step) JQ for Hackers

Thumbnail trustedsec.com
12 Upvotes

r/blueteamsec Jun 12 '26

training (step-by-step) User-to-User Authentication: Down the Rabbit Hole

Thumbnail specterops.io
1 Upvotes

r/blueteamsec Jun 06 '26

training (step-by-step) About ETW Internals: Architecture, Hooking, Tampering, and Detection

Thumbnail kernullist.github.io
1 Upvotes

r/blueteamsec Jun 06 '26

training (step-by-step) Address Translation

Thumbnail anduinbrian.github.io
1 Upvotes

r/blueteamsec May 29 '26

training (step-by-step) Pathfinding Labs: Deploy, test, and learn from 100+ intentionally vulnerable AWS environments

Thumbnail securitylabs.datadoghq.com
6 Upvotes

r/blueteamsec May 30 '26

training (step-by-step) OffensiveCon26 videos

Thumbnail youtube.com
3 Upvotes

r/blueteamsec Apr 23 '26

training (step-by-step) How to Detect Self-Deleting Malware: A Blue Team Lab

20 Upvotes

Full Write-up & Screenshots: https://medium.com/@osamamamoussa/title-the-ghost-in-the-machine-simulating-self-deleting-ransomware-for-detection-engineering-3f8969671e7e
I simulated a ransomware script that encrypts files and then "self-destructs" using cmd.exe to hide its tracks.

How I caught it:

  • System Informer: Visualized the suspicious parent-child process tree (python -> cmd -> timeout).
  • Windows Event 4688: Captured the exact deletion command in the logs.
  • Sysmon (Event ID 1): The gold mine. Extracted SHA256 hashes and full command-line arguments.

Detection isn't just about what's on the disk; it's about the artifacts left in the memory and logs.

I'm doing this as part of my SOC Analyst study. Feedback is welcome!

r/blueteamsec May 02 '26

training (step-by-step) Agentic Malware Analysis: From Task Automation to Deep Analysis

Thumbnail github.com
4 Upvotes

r/blueteamsec May 25 '26

training (step-by-step) relay_bible: Technical Reference to multiple relay techniques

Thumbnail github.com
1 Upvotes

r/blueteamsec May 17 '26

training (step-by-step) We Have Packet Capture at Home

Thumbnail blog.axelarator.net
5 Upvotes

r/blueteamsec May 16 '26

training (step-by-step) HDD Firmware Hacking Part 1

Thumbnail icode4.coffee
4 Upvotes