Group Purchasing
Group Purchasing
NEW

SEC665: Advanced Red Team Operations

SEC665Offensive Operations
  • 5 Days (Instructor-Led)
  • 36 Hours (Self-Paced)
Course authored by:
Jonathan ReiterKevin OttKarim Lalji
Jonathan Reiter, Kevin Ott & Karim Lalji
SEC665
Course authored by:
Jonathan ReiterKevin OttKarim Lalji
Jonathan Reiter, Kevin Ott & Karim Lalji
  • 36 CPEs

    Apply your credits to renew your certifications

  • In-Person, Virtual or Self-Paced

    Attend a live, instructor-led class at a location near you or remotely, or train on your time over 4 months

  • Advanced Skill Level

    Course material is geared for cyber security professionals with hands-on experience

  • 18 Hands-On Lab(s)

    Apply what you learn with hands-on exercises and labs

An intense advanced red team course focusing on advanced tradecraft: stealthy initial access, privesc, cloud/on-prem tradecraft, EDR internals and research.

Course Overview

SEC665 is an advanced red teaming course for experienced operators. It dives deep into stealthy tradecraft: covert infrastructure automation, AiTM phishing, EDR evasion, advanced privilege escalation, cloud/on-prem pivoting, kernel exploitation, custom tool development (BOFs, .NET), persistence, and advanced lateral movement.

SANS SEC665: Advanced Red Team Operations

SEC665 goes far beyond foundational red team techniques and immerses students in the real-world tradecraft required to operate against modern, hardened enterprise and government environments. This advanced Red Team course is designed for experienced red team operators who already understand the basics and are ready to evolve their skills to match the sophistication of today’s adversaries and defenders.

The course begins by focusing on covert infrastructure and advanced initial access. Students learn how to design and automate red team infrastructure that blends into the internet’s background noise, minimizes attribution, and resists scanning and threat intelligence collection.

From there, the course dives into modern initial access vectors, including abuse of file formats, DLL sideloading, signed payload delivery, advanced phishing, and adversary-in-the-middle techniques that bypass MFA by targeting sessions rather than credentials. Every technique is taught with a heavy emphasis on OPSEC, detection tradeoffs, and realistic constraints. Privilege escalation, lateral movement, and persistence form the next major pillar of the course. Students learn how to perform reconnaissance in a way that avoids common EDR detections, adapt popular tooling for stealth, and leverage Windows internals such as tokens, COM, WMI, and the Windows loader to escalate privileges and move laterally. The course addresses modern challenges like LSASS protections, Credential Guard, UAC, and hardened enterprise configurations, showing how attackers adapt rather than rely on outdated or noisy techniques.

Persistence is treated as an operational problem, not a checklist, with a focus on methods that blend into normal enterprise workflows and survive defensive scrutiny.

As organizations increasingly operate hybrid environments, SEC665 places significant emphasis on cloud and identity-based attacks. Students explore Entra ID, OAuth, and OpenID Connect, learning how token abuse enables lateral movement in cloud environments and pivots back into on-prem networks. The course covers evasion of Network Detection and Response (NDR), modification of impacket tooling for stealth, exploitation of Active Directory Certificate Services, and attacks against CI/CD pipelines and DevOps infrastructure that can lead to large-scale compromise or “continuous infection.”

A defining feature of SEC665 is its focus on red team research and development. Students learn how to analyze endpoint and network defenses, understand how EDR products generate telemetry, and develop custom tooling to evade those controls. Advanced .NET tradecraft is covered in depth, including AMSI and ETW bypasses, AppDomain injection, runtime patching, and automated obfuscation pipelines. Students also build and refine Beacon Object Files (BOFs), learning when and why low-level tooling provides advantages over higher-level frameworks, and how to safely research and test new capabilities before operational use.

The course culminates with an in-depth exploration of the Windows kernel from a red team perspective. Students gain hands-on experience with kernel debugging, EDR kernel components, callbacks, minifilters, and driver exploitation. This section demystifies how modern EDRs operate below user mode and teaches students how to identify blind spots, reverse engineer defensive components, and understand the risks and rewards of kernel-level tradecraft.

On the final day, students apply everything they’ve learned during a realistic capture-the-flag exercise. Operating against a hardened environment, they must gain access, escalate privileges, pivot across systems, and achieve objectives while minimizing detection. The CTF reinforces not just technical skill, but decision-making, tradeoffs, and campaign-level thinking expected of advanced red team operators.

SEC665 is built for professionals who need more than incremental improvements. It is for red teamers operating in DoD, intelligence, and enterprise environments who must stay ahead of modern defenses, continuously adapt their tradecraft, and simulate the capabilities of advanced adversaries with precision and discipline.

What You’ll Learn

  • Design covert, automated red team infrastructure built to resist attribution and detection.
  • Execute advanced phishing, including AiTM and device code techniques to bypass MFA.
  • Evade modern EDR/NDR through unhooking, direct syscalls, and kernel callback bypasses.
  • Perform stealthy privilege escalation, lateral movement, and cloud/on-prem pivoting.
  • Exploit AD CS, CI/CD pipelines, and Entra ID for persistent, high-privilege access.
  • Develop custom BOFs, obfuscated .NET tools, and novel persistence mechanisms.
  • Apply all skills in a realistic full-day CTF against a hardened multi-domain environment.

Business Takeaways

  • Build red teams capable of operating effectively against hardened, modern environments.
  • Reduce organizational blind spots by emulating advanced, real-world adversary behavior.
  • Improve detection and response by stress-testing EDR, NDR, and identity controls.
  • Strengthen cloud and hybrid security by validating identity and access assumptions.
  • Increase red team ROI by developing sustainable, research-driven tradecraft.

Course Syllabus

Explore the course syllabus below to view the full range of topics covered in SEC665: Advanced Red Team Operations.

Section 1Section 1: Introduction and Initial Access

This module covers various topics required to build a successful initial access campaign for covert red team operations. From creating the infrastructure to building evasive payloads and delivery techniques, students will learn how to properly weaponize payloads for initial access.

Topics covered

  • Introduction to the course, Havoc C2, and Elastic Security
  • Designing resilient infrastructure and automating infrastructure deployments
  • Engineering evasive payloads
  • Modern payload delivery techniques
  • Phishing, social engineering, and creating convincing pretexts

Labs

  • Building automated infrastructure with Terraform and Ansible
  • Creating DLL sideloading payloads
  • Evading defenses with WebAssembly Smuggling
  • Executing a full initial access kill chain and enumerating the target

Overview

As it stands, getting initial access is among the most challenging domains of red teaming. Organizations are investing hundreds of thousands, if not millions, into their security programs, aiming to prevent the very thing we are trying to achieve. This may seem daunting at first, but still, red teaming is here to stay. There are no perfect systems, and our job as red teamers is to find and exploit the weaknesses in the organization's defenses to gain access. In this chapter, we’ll look into the steps necessary to ultimately gain access to even mature organizations. Covering aspects of unattributable infrastructure, designing and building evasive payloads, techniques to smuggle the payload through advanced defenses, and designing effective phishing campaigns for an initial foothold. We’ll also cover how to enumerate the environment. After all, we want to keep our access for a while.

Focus then lies on creating convincing social engineering and phishing campaigns, bringing home the sought after access. The module is concluded with a deep dive into reconnaissance technique avoid losing that well-deserved access

Full Lab Details

  • Understand and execute infrastructure as code to create a fully automated C2 and redirector setup in the cloud
  • Build a DLL sideloading initial access payload using Shhhloader and bundle it with an execution harness
  • Understanding how WebAssembly smuggling improves on the classic HTML smuggling technique for evasive payload delivery
  • Executing a full initial access kill chain by abusing Microsoft Direct Send endpoints for sender spoofing and performing covert enumeration once initial access is achieved

Full Topic Details

  • Introducing the course itself and nuances of advanced red teaming, the lab, and working with Elastic Security
  • Designing infrastructure that withstands attribution in spite of analysis and scrutiny, working with cloud-based services to mask traffic
  • Weaponizing DLL sideloading, ClickOnce and AppDomain Manager hijacking
  • Diving deep into delivering payloads, with HTML Smuggling, WebAssembly Smuggling, and third-party services
  • Writing pretexts, optimizing e-mail deliverability, and emerging phishing trends
  • Avoiding detection by identity-aware security tools when performing LDAP reconnaissance

Section 2Privilege Escalation and Lateral Movement

This section covers advanced lateral movement techniques in modern environments as a follow-on from topics covered in intermediate red team operations courses. Focus areas include credential attacks against hardened systems, Windows authentication protocols, relays over C2, OPSEC-focused stealth lateral movement, EDR architecture, telemetry, and evasion.

Topics covered

  • Credential attacks and relaying in hardened Windows environments
  • Authentication protocols and ticketing attacks in modern Windows over C2
  • Advanced lateral movement techniques with OPSEC awareness
  • Windows access tokens and UAC
  • EDR architecture, telemetry sources, and evasion

Labs

  • Credential dumping and relaying on modern Windows hosts over C2
  • Modifying Impacket functionality for stealth lateral movement
  • COM/DCOM for lateral movement
  • EDR telemetry tampering and evasion

Overview

Students will explore advanced lateral movement techniques with a focus on OPSEC awareness. Topics include credential attacks in hardened environments, relaying credentials over C2, authentication and ticketing attacks in Windows, including cross-forest trusts, advanced lateral movement techniques with COM/DCOM/WMI, modifying existing tool functionality to enhance stealth, and OPSEC-enhanced approaches to working with known methods such as SCM. Additionally, students will learn about different types of DLL injection, Windows access tokens, bypassing UAC, EDR architecture, telemetry sources, and user-mode security product evasion.

Full Lab Details

  • Understand the mechanisms in place to protect credentials in Windows, such as Protected Processes and Credential Guard and how to evade them
  • Explore the limitations of relaying credentials over command-and-control channels and how to overcome them
  • Understand the OPSEC implications of common tools such as Impacket for lateral movement, and modify these tools to laterally move in a hardened environment with stealth
  • Exploit COM object hijacking and DCOM from end-to-end, starting with identification and moving to exploitation through developing implants with custom code
  • Utilize a debugger to explore user-mode EDR hooking and evade these controls with unhooking and direct system calls

Full Topic Details

  • Credential attacks in hardened environments with endpoint protection, protected processes, and credential guard
  • Review of authentication protocols in Windows, Kerberos ticket attacks and relaying credentials over C2
  • Advanced lateral movement tradecraft, including COM, DCOM, WMI, and DLL Injection with OPSEC awareness
  • Windows access tokens, User Account Control (UAC) and bypass methods
  • EDR architecture, telemetry sources, and user-mode evasion

Section 3Entra ID and Advanced Lateral Movement

Section 3 introduces lesser-known techniques to achieve persistence on a compromised endpoint, cloud initial access, and lateral movement and attacks on AD CS and Configuration Manager (formerly known as SCCM). Students will understand how to leverage CI/CD pipelines to reach their objectives.

Topics covered

  • Advanced Persistence
  • Entra ID Initial Access
  • Entra ID Lateral Movement
  • Attacking Configuration Manager
  • Certificate Services Abuse

Labs

  • Cloud Kill Chain
  • Certifiably Broken
  • Abusing Configuration Manager

Overview

This section covers different methods of persistence. While we expose parts of our toolkit by dropping it to disk to establish persistence, it is a necessary evil to keep our access even across reboot. With this section, students learn which techniques work to limit the chance of detection and, therefore, potential exposure of dropped payloads. Next, students will be introduced to Microsoft Entra ID and the underlying authentication mechanisms. As a popular cloud-based identity provider, Entra ID is a high-value target potentially providing access to critical business applications. The sections cover the foundations of authentication and tokens in Entra ID, different attacks to gain initial access and escalate privileges, as well as vectors to pivot from cloud back to on-premise systems. The last two modules of the day cover both Active Directory Certificate Services and Configuration Manager (ConfigMgr, a.k.a SCCM). The section is concluded with a closer on how the red team can take advantage of improperly secured CI/CD pipelines.

Full Lab Details

  • Gaining access to Entra ID through dynamic device code phishing, escalating privileges, and compromising an Intune-managed endpoint
  • Performing a Shadow Credential attack to escalate privileges and abuse new attack path in AD CS
  • Perform different attacks against Configuration Manager for domain dominance

Full Topic Details

  • GhostTasks, AMSI Provider persistence and TypeLib hijacking
  • Microsoft Entra Tokens and conditional access policies
  • (Dynamic) Device code phishing
  • Microsoft Entra enumeration
  • Pivoting from on-premise to Microsoft Entra
  • Pivoting from Microsoft Entra to on-premise
  • Configuration Manager enumeration and exploitation
  • AD CS enumeration and exploitation, PKINIT, and Shadow Credentials
  • Extracting secrets from and backdooring CI/CD pipelines

Section 4Red Team Engineering

This section focuses on advanced red team engineering and R&D, teaching operators to research defenses, master .NET tradecraft, obfuscation, develop BOFs, and discover novel persistence mechanisms.

Topics covered

  • Researching endpoint/network defenses like WDAC and Defender
  • Advanced .NET tradecraft and obfuscation
  • Beacon Object File (BOF) development and testing
  • Discovering novel Windows persistence via ProcMon and COM hijacking

Labs

  • Advanced BOF development and testing
  • Finding novel persistence vectors with ProcMon
  • COM hijacking for persistence/escalation

Overview

This section empowers seasoned red team operators with structured research and development capabilities essential for staying ahead of evolving defenses. Students gain deep insight into modern defensive stacks, master advanced .NET techniques for evasion, obfuscation pipelines (including cutting-edge LLM-based methods), and develop custom Beacon Object Files (BOFs) from basic proofs-of-concept to highly stealthy implementations. The section also covers systematic discovery of novel persistence mechanisms using tools like ProcMon, COM hijacking, and UAC bypass research, fostering an independent R&D mindset critical for long-term operational success.

Full Lab Details

  • Create, improve, and test BOFs, including stealth enhancements, proper testing frameworks, and safe launching techniques before live deployment.
  • Finding novel vectors using ProcMon to analyze Windows boot and runtime processes, identifying hijack opportunities for persistence, privilege escalation, or evasion.
  • Apply research findings to implement real-world COM object hijacking for stealthy persistence or escalation.

Full Topic Details

  • Advanced .NET tradecraft and obfuscation
  • BOF development
  • Hunting new persistence mechanisms
  • Structured research methodology for Red Teaming

Section 5The Windows Kernel

Explore Windows kernel internals from a red team perspective, including EDR drivers, kernel callbacks, minifilters, and driver exploitation, to understand how modern defenses operate below user mode and where blind spots and evasion opportunities exist.

Topics covered

  • Windows kernel fundamentals and kernel debugging for red team operations
  • How EDR drivers, callbacks, and minifilters monitor system activity
  • Enumerating and analyzing EDR kernel components and communications
  • Identify potential EDR blind spots through reverse engineering
  • Risks, tradeoffs, and methods of kernel driver exploitation

Labs

  • Enumerate minifilter communication ports and inspect EDR traffic
  • Discover kernel callback registrations using WinDbg and automation
  • Identify EDR kernel components and hidden enforcement points
  • Reverse engineer an EDR minifilter to understand internals
  • Explore real-world driver exploitation techniques and constraints

Overview

This advanced section dives into the Windows kernel, equipping experienced red team operators with the knowledge and skills to understand, analyze, and responsibly interact with kernel-level components. Students explore how modern EDR solutions hook into the kernel for monitoring and protection, identify callback registrations and communication mechanisms, reverse engineer driver behavior, discover blind spots, and learn techniques for evading or bypassing these defenses. The focus is on research-driven tradecraft, including kernel debugging, symbol analysis, and practical exploitation of drivers—all while emphasizing ethical, controlled approaches essential for simulating sophisticated adversaries.

Full Lab Details

  • Intercepting filter communication port traffic
  • Discovering callback registrations
  • REing EDR minifilter
  • Driver Exploitation

Full Topic Details

  • The Windows kernel (offline symbols, remote kernel debugging, AI assistance with undocumented structures and APIs)
  • How EDR kernel components communicate (traditional drivers and IOCTLs, file system minifilters, and communication ports)
  • EDR kernel callbacks (processes, image loads, objects, registry, ETWi)
  • How to discover EDR kernel components (Fltmc, WinDbg)
  • Reverse engineering EDR components
  • Driver exploitation techniques (pros/cons, testing, fuzzing, loading)

Section 6Einherjar One: The Ascent Begins

In this self-paced CTF operation, you are part of the Einherjar Red Team, Midgard’s chosen warriors. You must journey from Midgard to Asgard through the Nine Realms as you gain access, establish persistence, move laterally, and exploit weaknesses along the way. Only the most valiant few will recover the sacred knowledge of the gods and ascend to Asgard.

For the In-person and Live Online formats, the CTF will start at the end of day 1 and conclude at the end of the last day of class, allowing students to keep momentum in applying lessons learned from each day.

For the OnDemand format, the student already has the option to start the CTF anytime throughout the course.

Things You Need To Know

Important! Bring your own system configured according to these instructions.

To fully participate in the hands-on labs and exercises in SEC665, students must bring a personal laptop meeting the following minimum specifications:

  • Processor: 64-bit Intel i5, i7, or i9 (or equivalent compatible CPU)
  • RAM: At least 16GB (32GB recommended for optimal performance with multiple VMs)
  • Storage: At least 60GB of free hard drive space (SSD strongly preferred for faster VM performance)
  • Ports: USB 3.0 ports (for external devices and potential passthrough)
  • Network: Wired Ethernet connection capability (wireless alone may not suffice in some training environments)
  • Virtualization Software: VMware Workstation 15 or higher (Windows/Linux) or VMware Fusion 11 or higher (macOS)
  • Privileges: Local administrator access on the laptop
  • Software Control: Ability to temporarily disable antivirus, EDR, VPN, and other security software during labs (these can interfere with course exercises)

Please ensure your system is fully updated and virtualization support (VT-x/AMD-V) is enabled in BIOS/UEFI before arriving. A compatible setup is essential for completing the extensive virtual lab environments used throughout the course.

If you have additional questions about the laptop specifications, please contact customer service.

Security professionals who are interested in developing their red team skills and becoming advanced Red Team Operators. Students who have taken SEC565, SEC599, SEC699, etc. Red Teamers in the private sector who are looking to expand the effectiveness of their teams, and operators in the government sector to include DoD customers, military cyber units, Intel Community, etc.

Job titles: Red Team Operator, Penetration Tester, Purple Team Operator, Red Team Developer, etc.

  • Hands-on labs that mirror real-world red team operations and hardened environments
  • Practical tradecraft you can immediately apply in enterprise and government engagements
  • Custom tooling, techniques, and workflows focused on stealth and OPSEC
  • Exposure to advanced Windows, cloud, and identity attack paths
  • A capstone CTF that reinforces campaign-level thinking and decision-making

Students should understand foundational red teaming concepts and processes. Students who have completed a foundational course on red teaming (SANS SEC565, SpectreOps, CRTO) or have been working as a red team operator for a few years will have the proper skillset to take SEC665. 

SEC665 is part of SANS’s Offensive Operations curriculum. Alongside SEC665, SANS also offers SEC565, a foundational red team course, and SEC670, which focuses on Windows tool development for red team operations.

Other specialized areas within the Offensive Operations curriculum include pen testing and cloud, specialized penetration testing, and purple team.

As organizations get more sophisticated and harden their security posture, red teams need to evolve their skillset to keep up with the advanced capabilities adversaries use to compromise target environments. This advanced six-day course addresses that challenge head-on, equipping red teamers with the skills needed to stealthily penetrate hardened environments, evade modern EDR/NDR defenses, and escalate privileges in complex on-prem and cloud scenarios. By exploring everything from covert infrastructure setup and AiTM phishing to kernel driver exploitation, participants gain a powerful toolkit to simulate the tactics of advanced adversaries. 

Security professionals who are interested in developing their red team skills and becoming advanced Red Team Operators. Students who have taken SEC565, SEC599, SEC699, etc.  Red Teamers in the private sector who are looking to expand the effectiveness of their teams, and operators in the government sector to include DoD customers, military cyber units, Intel Community, etc. 

Relevant Job Roles

Purple Teamer

Offensive Operations

In this fairly recent job position, you have a keen understanding of both how cybersecurity defenses (“Blue Team”) work and how adversaries operate (“Red Team”). During your day-today activities, you will organize and automate emulation of adversary techniques, highlight possible new log sources and use cases that help increase the detection coverage of the SOC, and propose security controls to improve resilience against the techniques. You will also work to help coordinate effective communication between traditional defensive and offensive roles.

Explore learning path

Penetration Tester

European Cybersecurity Skills Framework

Assess the effectiveness of security controls, reveals and utilise cybersecurity vulnerabilities, assessing their criticality if exploited by threat actors.

Explore learning path

Penetration Testing (PENT)

Skills Framework for the Information Age

Performance of authorised tests to identify vulnerabilities in networks, applications, and systems. Findings support remediation planning and risk reduction across the enterprise.

Explore learning path

Red Teamer Training, Salary, and Career Path

Offensive Operations

Monitor and analyze activity across cloud environments, proactively detect and assess threats, and implement preventive controls and targeted defenses to protect critical business systems and data.

Explore learning path

Course Schedule and Pricing

Looking for Group Purchasing Options?Contact Us
  • Location & instructor

    Virtual (OnDemand)

    Instructed by
    Date & Time
    OnDemand (Anytime)Self-Paced, 4 months access
    Course price
    $8,780 USD*Prices exclude applicable local taxesBuy now for access on Aug 14. Use code Presale10 for 10% off course price!
    Registration Options
  • Location & instructor

    SANS San Antonio 2026

    San Antonio, TX, US & Virtual (live)

    Instructed by
    Date & Time
    Fetching schedule..
    Course price
    $8,780 USD*Prices exclude applicable local taxes
    Registration Options
  • Location & instructor

    SANS Amsterdam October 2026

    Amsterdam, NL & Virtual (live)

    Instructed by
    Date & Time
    Fetching schedule..
    Course price
    €8,230 EUR*Prices exclude applicable local taxes
    Registration Options
  • Location & instructor

    SANS Cyber Defense Initiative 2026

    Washington, DC, US & Virtual (live)

    Instructed by
    Date & Time
    Fetching schedule..
    Course price
    $8,780 USD*Prices exclude applicable local taxes
    Registration Options
  • Location & instructor

    SANS Tokyo January 2027

    Virtual (live)

    Instructed by
    Date & Time
    Fetching schedule..
    Course price
    ¥1,335,000 JPY*Prices exclude applicable local taxes
    Registration Options
  • Location & instructor

    SANS Live Online Europe January 2027

    Virtual (live)

    Instructed by
    Date & Time
    Fetching schedule..
    Course price
    €8,230 EUR*Prices exclude applicable local taxes
    Registration Options
  • Location & instructor

    SANS Chicago 2027

    Chicago, IL, US & Virtual (live)

    Date & Time
    Fetching schedule..
    Course price
    $8,780 USD*Prices exclude applicable local taxes
    Registration Options
Showing 7 of 7

Benefits of Learning with SANS

Bryan Simon: Teacher Standing Next to Smartboard and Explaining Concept

Get feedback from the world’s best cybersecurity experts and instructors

OnDemand Mobile App

Choose how you want to learn - online, on demand, or at our live in-person training events

Close Up of Woman Holding a Pen and Documents

Get access to our range of industry-leading courses and resources