6 February 2025 · 4 min read · Reviews
Active Directory is in almost every corporate network. As an attacker you want to understand how the structure fits together, where the security is weak and which attack techniques work. Last year I took the Certified Red Team Professional (CRTP) from Altered Security, a training on red team attacks against Active Directory. The hands-on labs and the tough practical exam moved me forward considerably with Windows security and AD exploitation.
Below are my experiences with the course and the exam.
The CRTP course is structured like other Altered Security (formerly Pentester Academy) trainings. The course consists of:
What makes this training strong is its practice-oriented approach. Every concept that is explained, you test straight away in a realistic lab environment. Throughout the course you encounter flags that belong to each assignment. You only answer a flag correctly once you have truly completed the task, so you know for sure you have mastered the techniques.
The course covers Active Directory attack paths and red team methodologies. In short:
The Kerberos attacks and delegation techniques were the strongest part for me. The explanation of how Kerberos works and where the weak spots are is clear.
| Tool | Purpose |
|---|---|
| PowerView | AD enumeration and reconnaissance |
| Mimikatz | Credential dumping and Kerberos ticket manipulation |
| Rubeus | Kerberos abuse and ticket attacks |
| BloodHound | Graph-based AD attack path analysis |
| PowerUpSQL | SQL Server discovery and exploitation |
The course explains both the use of the tools and the underlying techniques.
The CRTP exam is a 24-hour hands-on assessment that tests the knowledge and skills from the course. The task is to take over an Active Directory forest with multiple domains and obtain the highest privileges across the entire forest.
The exam forces you to apply the techniques you learned creatively. The course gives you a good foundation, but to pass you need adaptability and problem-solving thinking.
After the practical part you have 48 hours to submit an exam report. In it you set out your enumeration steps, the vulnerabilities found, the techniques used with screenshots, the attack chain and your recommendations for remediation. The report counts just as heavily as the technical work and later comes in handy for your portfolio.
The CRTP is a strong course for anyone who wants to dive into Active Directory red teaming. The approach is practice-oriented, the labs are realistic and you learn techniques you rarely come across elsewhere. The certificate is widely recognised in the infosec community.
The course suits pentesters, security consultants and system administrators who want to understand the attacker’s side. Helpful prior knowledge: a basis in Windows and AD, PowerShell and some experience with pentesting.
The course is available through Altered Security, with 30 or 60 days or lifetime lab access plus exam. A shout-out to Nikhil Mittal for the quality of the material.
Get in touch with no obligation. We are happy to think along about the best approach for your organisation.
Get in touchOr email us directly at [email protected]
What happens to your email address after a data breach? We tracked 150 days of phishing on two aliases known only to Odido and Tele2.
ffuf is a blazing-fast web fuzzer in Go for finding hidden directories, files, parameters, subdomains and virtual hosts of a web application.
XXE (XML External Entity injection) abuses a poorly configured XML parser to read server files and reach internal systems. We test where it is possible.