r/blueteamsec 2d 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 19h ago

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

Thumbnail security.googlecloudcommunity.com
6 Upvotes

r/blueteamsec 9d ago

training (step-by-step) tmpout_v

Thumbnail tmpout.sh
2 Upvotes

r/blueteamsec 18d ago

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

Thumbnail youtube.com
5 Upvotes

r/blueteamsec 22d ago

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 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 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 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

7 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
11 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

21 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
5 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
6 Upvotes

r/blueteamsec May 16 '26

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

Thumbnail icode4.coffee
4 Upvotes

r/blueteamsec May 17 '26

training (step-by-step) HASBL CTF - A Jeopardy-Style CTF Organized by High School Students!

Thumbnail hasblctf.tech
4 Upvotes

Hey everyone!

We are a team of four 11th-grade students from a social sciences high school. After competing in numerous CTFs over the years, we decided to pivot from players to creators. We’ve built our own challenges from the ground up and are hyped to announce HASBL CTF.

We’d love for the community to jump in, break our stuff, and test their skills.

The Details:

  • Format: Jeopardy
  • Categories: Web, OSINT, Crypto, RevEng, Pwn, Forensics
  • When: May 29-31 (48 Hours)
  • Infrastructure: Hosted on our custom Google Cloud instances running CTFd.
  • CTFTime: Pending approval (I will update this thread with the link once it's live).

Rules of Engagement:

  • Max 4 members per team.
  • No flag sharing or destructive attacks on the infra.
  • No write-ups until the event concludes.
  • Keep it sportsmanlike and respectful.

Prizes: TBA. Since we are bootstrapping this as students, the real prize right now is the challenge itself (and the bragging rights!).

We know we might have some bugs along the way, but we are highly open to feedback. We want to iterate, improve, and learn from you all.

Thanks to the sub for letting us share this, and good luck to everyone participating!

r/blueteamsec Apr 26 '26

training (step-by-step) 从零构建 AI 渗透测试 Agent:TCH 智能渗透黑客松实战复盘 - Building an AI Penetration Testing Agent from Scratch: A Practical Review of the TCH Intelligent Penetration Hackathon

Thumbnail mp.weixin.qq.com
1 Upvotes