Guide
What Is Red Teaming? How Attackers Really Break In — and How CATAAM Tests It
August 14, 2026 · 12 min read
Your scanners are green. Your firewall is configured by the book. Your last pen test passed. So why do breaches still happen? Because a checklist proves you followed the rules — it doesn’t prove an adversary can’t get in. That’s what red teaming is for.
Quick answer: red teaming is goal-based adversary emulation — a controlled, authorized attack that emulates a real threat actor to answer one question your scanners can’t: can someone actually achieve a damaging objective in your environment? Unlike a vulnerability scan (which lists weaknesses) or a standard penetration test (which checks a defined scope), a red team is measured by outcomes — did they reach the crown jewels, and were you able to detect and respond? The video below walks the whole thing end to end as a story; the rest of this guide breaks down how it works, what it finds, and how CATAAM runs it.
What is red teaming?
Red teaming is the practice of emulating a real adversary — their tactics, techniques, and patience — to test whether an organization can prevent, detect, and respond to an attack aimed at a specific objective. The point is not to find every vulnerability. It’s to answer a harder, more honest question: if a motivated attacker targeted us, would they win? A red team thinks in attack paths, not checklists. They chain small, individually-“acceptable” weaknesses into a route to something that matters — customer data, source code, domain admin, the ability to move money.
That’s why a company can pass every automated scan and still be wide open. Scanners see known vulnerabilities on known assets. A red team sees the guest Wi-Fi that shares a VLAN with production, the meeting-room network port with no authentication, the service account that can reach one system too many. The story in the video is exactly this: ACME’s perimeter was hardened and patched, so the adversary pivoted to planting a device inside and poisoning the local network — a path no vulnerability scan would ever flag.
Red teaming vs penetration testing vs vulnerability scanning vs BAS
These terms get used interchangeably, but they answer different questions and give you different things.
| Approach | Question it answers | Scope | Best for |
|---|---|---|---|
| Vulnerability scanning | “What known weaknesses exist?” | Broad, automated, continuous | Hygiene, patch management, coverage |
| Penetration testing | “Can this defined scope be exploited?” | Fixed scope, point-in-time | Validating a specific app/network, compliance |
| Red teaming | “Can an adversary reach our crown jewels — and would we notice?” | Objective-based, adversarial, stealthy | Testing real-world resilience + detection/response |
| Breach & attack simulation (BAS) | “Do our controls stop known techniques, continuously?” | Automated, safe, repeatable | Ongoing control validation between engagements |
They’re complementary. Continuous scanning and breach & attack simulation keep your controls honest day to day; a red team engagement stress-tests the whole system a few times a year the way a real attacker would. CATAAM runs both, which is the point — the red team’s findings feed the automated checks that then watch for regression.
How a real red-team engagement works
Every engagement follows the same broad arc — the same one the video dramatizes. Mapped to the industry-standard MITRE ATT&CK framework, the phases are:
- Reconnaissance — map the target from the outside: domains, DNS, subdomains, exposed services (ATT&CK TA0043). This is where the attack surface picture starts.
- Initial access / foothold — find or create a way in. When the perimeter holds, that often means a physical or adjacency foothold: a phished user, a rogue device, the guest network (the video’s Raspberry Pi + Kali implant).
- Discovery & lateral movement — once inside, understand the internal network and move toward the objective. Local-network attacks like ARP/LLMNR poisoning turn a foothold into a man-in-the-middle (ATT&CK T1557).
- Objective — reach the thing that matters: exfiltrate data, obtain domain admin, demonstrate access to the crown jewels.
- Detection & response test — throughout, the red team notes what the blue team saw (and didn’t). Time-to-detect and time-to-respond are as important as whether access was achieved.
- Reporting — every step documented, mapped to ATT&CK techniques, with evidence, the exact attack path, and prioritized fixes.
The deliverable isn’t a scary headline — it’s a narrated attack path with reproducible steps and the specific control that would have broken the chain. In the video, that control is 802.1X: had ACME required devices to authenticate to the network, the rogue Pi never gets on, and the whole path collapses.
What a red team finds that scanners can’t
This is the core value. Automated tooling matches known products and versions; it is blind to trust relationships, business logic, and “the package itself is the malware” style threats. We quantified that gap in our analysis of 1,307 recent advisories: the attacks landing today are about what you expose and trust, not just what you forgot to patch. A red team is how you find those paths on purpose — the exposed MCP server a developer stood up, the AI tool taken over by one request, the supply-chain package that steals every secret — the same classes of exposure, found before an attacker does.
How CATAAM delivers red teaming
CATAAM runs red teaming as part of one platform, not a disconnected report. We start from the attacker’s view of your external attack surface — the same recon the video opens with — then emulate a full adversary path against agreed objectives and rules of engagement. Everything is authorized, scoped, and safe. What makes it different is what happens to the findings:
- Mapped to MITRE ATT&CK — every action tagged to a technique, so findings speak the same language as your detection engineering.
- Turned into monitored controls — a red-team finding doesn’t die in a PDF. It becomes a tracked control obligation with continuous validation, so the fix stays fixed.
- Mapped to your compliance framework — each finding lands on the SOC 2 / ISO 27001 control it breaks, with evidence attached.
- Reproducible & safe — no destructive testing; clear rules of engagement; full documentation of every step for your team to verify.
It pairs with continuous control monitoring and breach & attack simulation so the point-in-time engagement becomes an always-on posture, and with Prompt Guard to close the secret-leakage paths red teams so often exploit.
Red teaming and compliance
Red teaming isn’t just good practice — it produces audit evidence. For SOC 2, an engagement exercises CC6 (logical access & boundary), CC7 (detection & response), and demonstrates that controls work in practice, not just on paper. For ISO 27001, it supports Annex A network-security and technical-vulnerability controls and the continual-improvement mandate. And PCI DSS explicitly requires penetration testing and segmentation validation. A man-in-the-middle that captures credentials isn’t only a technical failure — it’s a control failure with breach-notification and regulatory consequences under regimes like GDPR.
Curious what an attacker sees first? Start with a free external attack-surface scan — the opening move of every red-team engagement — then talk to us about a scoped exercise against your real objectives.
Frequently asked questions
- What is red teaming?
- Red teaming is goal-based adversary emulation: a controlled, authorized attack that mimics a real threat actor to test whether an organization can prevent, detect, and respond to an attack aimed at a specific objective (like reaching customer data or domain admin). Unlike a vulnerability scan or a standard penetration test, it’s measured by outcomes and by your detection and response, not by a checklist.
- What’s the difference between red teaming and penetration testing?
- A penetration test validates whether a defined scope (an app, a network segment) can be exploited at a point in time. Red teaming is broader and adversarial: it targets an objective, uses stealth, chains multiple weaknesses into an attack path, and explicitly tests whether your team detects and responds. Pen testing answers “can this be exploited?”; red teaming answers “can an adversary win, and would we notice?”
- What does a red team find that a vulnerability scanner misses?
- Trust relationships, business-logic flaws, and attack paths that chain individually-minor issues — like a guest network sharing a VLAN with production, an unauthenticated network port, or an over-permissioned service account. Scanners match known vulnerabilities on known assets; a red team finds the route an attacker would actually take, including techniques (ARP poisoning, supply-chain implants) that have no “vulnerable version” to flag.
- How does red teaming support SOC 2 and ISO 27001?
- A red-team engagement exercises SOC 2 CC6 (logical access and boundary) and CC7 (detection and response) and demonstrates controls work in practice, and it supports ISO 27001 Annex A network-security and technical-vulnerability controls plus continual improvement. CATAAM maps each finding to the exact control it breaks and wires it into continuous monitoring so it becomes durable audit evidence.
- Is red teaming safe and legal?
- Yes, when it’s authorized and scoped. A professional engagement runs under agreed rules of engagement, is non-destructive, and is fully documented. CATAAM only tests systems you own or explicitly authorize, and every step is reproducible so your team can verify it.