Strobesstrobes
Platform
Solutions
Resources
Customers
Company
Pricing
Book a Demo
Strobesstrobes

Strobes connects every exposure signal to autonomous action, so security teams fix what matters, prove what works, and stop chasing noise.

Book a DemoTalk to an expert
ISO 27001SOC 2CREST
  • Platform
  • Platform Overview
  • Agentic Exposure Management
  • AI Agents
  • Integrations
  • API & Developers
  • Workflows & Automation
  • Analytics & Reporting
  • Solutions
  • Exposure Assessment (EAP)
  • Attack Surface Management
  • Application Security Posture
  • Risk-Based Vulnerability Management
  • Adversarial Exposure Validation (AEV)
  • AI Pentesting
  • Pentesting as a Service
  • CTEM Framework
  • By Industry
  • Financial Institutions
  • Technology
  • Retail
  • Healthcare
  • Manufacturing
  • By Roles
  • CISOs
  • Security Directors
  • Cloud Security Leaders
  • App Sec Leaders
  • Resources
  • Blog
  • Customer Stories
  • eBooks
  • Datasheets
  • Videos & Demos
  • Exposure Management Academy
  • CTEM Maturity Assessment
  • Pentest Health Check
  • Security Tool ROI Calculator
  • Company
  • About Strobes
  • Meet the Team
  • Trust & Security
  • Contact Us
  • Careers
  • Become a Partner
  • Technology Partner
  • Partner Deal Registration
  • Press Release

Weekly insight for security leaders

CTEM research, agentic AI trends, and what's actually moving the needle.

© 2026 Strobes Security Inc. All rights reserved.

Privacy PolicyTerms of ServiceCookie PolicyAccessibilitySitemap
Back to Blog
The Five Stages of Red Team Methodology
Offensive Security

The Five Stages of Red Team Methodology

Likhil ChekuriFebruary 4, 20268 min read

Table of Contents

  • What are the five stages of red team methodology?
  • What happens during reconnaissance?
  • How do red teams gain initial access?
  • How do red teams establish a foothold and move laterally?
  • What are actions on objective and reporting?
  • Frequently asked questions
  • Sources and references

Authors

L
Likhil Chekuri

Share

Table of Contents

  • What are the five stages of red team methodology?
  • What happens during reconnaissance?
  • How do red teams gain initial access?
  • How do red teams establish a foothold and move laterally?
  • What are actions on objective and reporting?
  • Frequently asked questions
  • Sources and references

Authors

L
Likhil Chekuri

Share

TL;DR
  • ✓Red team methodology follows a five-stage lifecycle: reconnaissance, initial access, establishing a foothold and C2, lateral movement and privilege escalation, then actions on objective and reporting.
  • ✓Each stage maps to MITRE ATT&CK tactics, so defenders can hunt for the exact techniques used at every step.
  • ✓The lifecycle is iterative, not linear. Operators loop back to recon and lateral movement repeatedly as they discover new paths toward the objective.
  • ✓Stealth and OPSEC run through every stage, because a red team is testing detection, not just whether the objective is reachable.

Red team methodology is a five-stage attack lifecycle, reconnaissance, initial access, establishing a foothold, lateral movement and privilege escalation, and actions on the objective, that mirrors how a real adversary works through a network toward a goal. Each stage maps cleanly to MITRE ATT&CK tactics, which is what lets a defender translate 'the red team got in' into 'here are the specific techniques we failed to detect at each step'.

This is the structure most professional red teams use, whether the engagement is a covert exercise or a threat-led test under TIBER-EU. Below, each stage is broken down with the techniques and tooling involved, kept at the methodology level rather than as an operational playbook, plus the detection opportunities a blue team should be building at each one.

What are the five stages of red team methodology?

The five stages are reconnaissance, initial access, establishing a foothold (command and control), lateral movement and privilege escalation, and actions on the objective with reporting. Together they form an iterative attack lifecycle that takes the team from zero knowledge of the target to a specific goal, while staying below the detection threshold.

  • Reconnaissance builds a picture of the target's people, infrastructure, and exposure.
  • Initial access gets the first foothold, often through phishing or an exposed service.
  • Foothold and C2 establish a reliable, stealthy channel to the compromised host.
  • Lateral movement and privilege escalation expand access toward the objective.
  • Actions on objective and reporting achieve the goal and document the path.

The stages are not strictly linear. Once inside, operators return to internal reconnaissance constantly, discovering new hosts and credentials that open new paths. The methodology is a loop, not a straight line, and it shares its backbone with the standard penetration testing process, extended for stealth and goal-orientation.

The red team attack lifecycle
1
Reconnaissance
Passive OSINT and careful active scanning to map people, assets, and exposure.
2
Initial access
Gain the first foothold, usually via spear-phishing or an exposed service.
3
Foothold & C2
Establish a stealthy command-and-control channel and persistence on the host.
4
Lateral movement & privesc
Map the domain, harvest credentials, escalate, and pivot toward the target.
5
Actions on objective & reporting
Prove the goal is reachable, then deliver an ATT&CK-mapped attack narrative.

What happens during reconnaissance?

Reconnaissance is where the red team builds an external picture of the target before touching anything that triggers an alert. It splits into passive and active recon. Passive recon gathers intelligence without contacting the target directly: OSINT on employees and tech stack via LinkedIn and job postings, subdomain and asset discovery, leaked-credential checks, and certificate-transparency logs. Active recon probes the attack surface directly, port and service scanning of external infrastructure, but carefully, because noisy scanning is itself a detectable event.

The output is a target map: which people are likely phishing targets, which services are exposed, and which technologies might offer a way in. In ATT&CK terms this is the Reconnaissance and Resource Development tactics. AI-assisted attack-surface discovery is increasingly part of this stage, continuously mapping exposed assets the way an agentic pentesting system would. For defenders, the lesson is that most of this is invisible, so reducing your external footprint matters more than trying to detect the recon itself.

How do red teams gain initial access?

Initial access is the transition from outside to inside, and for most red teams it comes through people rather than raw exploits. The most common vector is spear-phishing, a crafted email or message that delivers a payload or harvests credentials, which is why social engineering is so central to red teaming. Other paths include exploiting an exposed, vulnerable service on the perimeter, abusing valid credentials found in a breach dump, or in some engagements physical entry to plant a device.

This stage maps to the Initial Access tactic in MITRE ATT&CK. The defensive value is high here: email security, multi-factor authentication, and user-awareness training are exactly what determines whether this stage succeeds. A red team that cannot phish its way in tells you your awareness program is working. One that lands a foothold on the first attempt tells you where to invest. The goal is a single reliable entry point, not breadth, so the team needs only one user to click.

How do red teams establish a foothold and move laterally?

Once inside, the team establishes a foothold by setting up a command-and-control (C2) channel, then expands access by moving laterally and escalating privileges toward the objective. The C2 channel, run through frameworks like Cobalt Strike, Sliver, or Mythic, gives operators a persistent, controlled connection to the compromised host that is designed to blend into normal traffic. Persistence mechanisms ensure the foothold survives a reboot or logout.

From there the work becomes internal:

  • Internal reconnaissance. Mapping the domain, often with BloodHound, to find the shortest path to high-value targets.
  • Credential access. Harvesting credentials and tickets from memory and the domain to enable movement.
  • Privilege escalation. Abusing misconfigurations, service accounts, or delegation to climb toward Domain Admin, the territory covered in our Active Directory testing checklist.
  • Lateral movement. Pivoting host to host using legitimate protocols to reach segmented systems.

This is where most of the engagement's time goes, and where detection engineering pays off. Each technique, mapped to ATT&CK, is a chance for the blue team to catch the operator mid-campaign rather than after the objective is reached.

What are actions on objective and reporting?

Actions on objective is the final stage where the team demonstrates it can achieve the agreed goal, then proves and documents it without causing real harm. The objective might be exfiltrating a marked dataset, reaching a specific database, or showing the ability to trigger a fraudulent transaction. Critically, the team demonstrates capability rather than causing actual damage: it shows it could exfiltrate by moving a benign marker file, not by stealing real customer data.

Reporting is where the engagement delivers its value. A strong red team report is not a vulnerability list; it is an attack narrative with a timeline, every action mapped to MITRE ATT&CK, a clear account of what the blue team detected and missed, and prioritized recommendations. The debrief, ideally run as a purple team session, turns the operation into concrete detection improvements. Without that translation step, the engagement is just a story; with it, it becomes a measurable upgrade to your detection and response. See our guide on what a strong offensive security engagement should deliver for how this fits a broader testing program.

Strobes insight
The most useful page in a red team report is the timeline that shows where the blue team could have caught you and did not. That single artifact is worth more than the list of techniques that worked.

Frequently asked questions

What are the five stages of a red team engagement?
The five stages are reconnaissance, initial access, establishing a foothold and command-and-control, lateral movement with privilege escalation, and actions on the objective followed by reporting. The stages map to MITRE ATT&CK tactics and form an iterative lifecycle rather than a strictly linear sequence.
How is red team methodology different from the pentest process?
They share the same backbone, but red team methodology is goal-oriented and stealth-driven, where the standard pentest process is coverage-oriented. A pentest enumerates vulnerabilities across a scope; a red team works toward a single objective while avoiding detection, looping back to reconnaissance and lateral movement repeatedly as it discovers new paths.
What is command and control (C2) in a red team operation?
Command and control is the channel an operator uses to communicate with and control a compromised host after gaining a foothold. Frameworks like Cobalt Strike, Sliver, and Mythic provide this channel and are designed to blend into legitimate network traffic. Establishing a reliable, stealthy C2 channel is the third stage of the red team lifecycle.
How do red teams typically gain initial access?
The most common initial-access vector is spear-phishing, a targeted email or message that delivers a payload or harvests credentials. Other paths include exploiting an exposed vulnerable service on the perimeter, using valid credentials from a breach dump, or physical entry. The goal is a single reliable foothold, so only one successful entry point is needed.
How long does a red team engagement take?
A typical red team engagement runs from three to twelve weeks. Reconnaissance and lateral movement consume most of the time, because the team works slowly and carefully to avoid detection rather than racing to the objective. Threat-led engagements with a separate intelligence phase can run longer.
Does a red team actually steal data or cause damage?
No. A red team demonstrates capability without causing real harm. To prove it could exfiltrate data, for example, it moves a benign marker file rather than real customer records, and all actions stay within pre-agreed rules of engagement. The objective is to show what an attacker could do, safely and verifiably.

Sources and references

  • MITRE ATT&CK Tactics
  • Lockheed Martin Cyber Kill Chain
  • BloodHound
L
Likhil Chekuri
Application Security Engineer, Strobes
Likhil Chekuri is an AppSec engineer at Strobes who has run hundreds of web, mobile, and cloud penetration tests for regulated industries.
Tags
Red TeamingOffensive SecurityMethodology

Stop chasing vulnerabilities Start reducing exposure

See how Strobes AI agents validate and fix your most critical exposures automatically.

Book a Demo
Continue Reading

Related Posts

How to Catch Blind Bugs Scanners Miss
Penetration TestingOffensive Security

How to Catch the Blind Bugs Scanners Miss

Out-of-band validation detects blind SSRF, blind SQLi, and out-of-band XXE that return no in-band response. Learn how it works and why it matters.

May 29, 202613 min
5 Vulnerabilities in Every Vibe-Coded App
Application SecurityLLM Security

5 Vulnerabilities in Every Vibe-Coded App

The 5 security flaws AI coding assistants ship by default: missing authz, leaked secrets, weak JWTs, IDOR, eval RCE — with detection queries and fixes for each.

May 29, 202613 min
Black-Box Agentic Scanners Strengths and Their Ceiling
Penetration TestingOffensive Security

Black-Box Agentic Scanners: Strengths and Their Ceiling

Black box agentic pentesting finds real CVEs fast and proves them, but where does it hit a ceiling? An honest, category-level verdict.

May 29, 20268 min