Security Engineer Hub

Offensive Security for Security Engineers in 2026: Red Team, Pentest, Bug Bounty, Exploit Development

In short

Offensive Security is the find-the-vulnerabilities-before-the-adversary discipline: red team operations, penetration testing, exploit development, vulnerability research, and bug bounty hunting. The 2026 craft is anchored on the MITRE ATT&CK adversary-tradecraft taxonomy, the OffSec / OSCP certification ladder, Google Project Zero exploit research, the HackerOne and Bugcrowd disclosure ecosystems, and the CISA Known Exploited Vulnerabilities catalog. The senior bar is continuous adversary emulation feeding detection engineering; not point-in-time pentest reports.

Key takeaways

  • Offensive Security in 2026 is five overlapping crafts; red team operations, penetration testing, exploit development, vulnerability research, and bug bounty hunting; unified by the find-the-vulnerability-before-the-adversary-does mandate and the MITRE ATT&CK adversary-tradecraft taxonomy as the canonical vocabulary.
  • MITRE ATT&CK technique-ID fluency is the single most load-bearing skill; T1190 Exploit Public-Facing Application, T1059 Command and Scripting Interpreter, T1078 Valid Accounts, T1068 Exploitation for Privilege Escalation, T1210 Exploitation of Remote Services; used to write engagement plans, reports, and detection-feedback handoffs.
  • The OffSec certification ladder (OSCP -> OSEP -> OSWE -> OSCE3) anchors hands-on offensive credibility; OSCP is the entry-tier hands-on cert that hiring managers at red-team consultancies and FAANG-tier internal red teams treat as a baseline filter, with the OSCE3 trilogy as the senior-tier signal.
  • The 2026 anti-pattern is offensive security as point-in-time pentest report; a PDF that lands in a sharepoint folder and produces no detection coverage. The 2026 strong pattern is continuous adversary emulation (Caldera, Atomic Red Team) feeding a purple-team feedback loop that strengthens defensive detection.
  • Cloud-native red teaming is the fastest-growing offensive sub-discipline: AWS / GCP / Azure post-exploitation tradecraft, IAM-role abuse, IMDSv1 SSRF chains, Kubernetes RBAC pivoting, container escapes, and cloud-credential lateral movement now dominate real-world adversary tradecraft.
  • Web exploitation has moved past the 2010s OWASP Top 10 list; modern web red teamers ship SSRF-to-cloud-credential chains, deserialization gadgets, prototype pollution into RCE, XS-Leaks, request smuggling, and cache-deception. The MITRE CWE taxonomy and Project Zero issue tracker are the modern reference set.
  • Bug bounty is now a public-facing offensive-security discipline with real career economics: top earners on HackerOne and Bugcrowd can clear seven-figure annual disclosure income but with high variance; many work bug bounty as an independent supplement to FAANG-tier offensive-security day jobs at companies like Google Project Zero, Microsoft MSRC, and CrowdStrike.

What Offensive Security actually is in 2026: the five crafts and the ATT&CK spine

Offensive Security in 2026 is the discipline of finding the vulnerabilities, misconfigurations, trust-boundary errors, and tradecraft gaps in a system before a real adversary does; and translating those findings into structural fixes and durable detection coverage. It is five overlapping crafts that share a vocabulary, a mindset, and a feedback loop:

  • Red team operations. Goal-oriented adversary emulation against a defined target (a product, an org, a crown-jewel system). The red team picks a real adversary profile from the MITRE ATT&CK matrix; APT29, FIN7, Lazarus, Scattered Spider; emulates the tradecraft, and exfiltrates the crown-jewel or achieves the named objective without being detected. The output is a campaign report structured by ATT&CK tactics (TA0001 Initial Access through TA0040 Impact) and a purple-team handoff to defensive engineering.
  • Penetration testing. Time-boxed, scope-defined adversarial assessment of a target; a web application, an internal network, a cloud environment, a binary. The deliverable is a vulnerability report with exploitation evidence, ATT&CK technique mapping, and remediation guidance. The 2026 bar requires actual exploitation, not scanner-output regurgitation; finding the vulnerability and chaining it. The OffSec OSCP is the canonical hands-on credential.
  • Exploit development. Binary analysis, reverse engineering, vulnerability research, and primitive-to-exploit chaining at the OS, kernel, hypervisor, or runtime layer. ROP and JOP chains, heap-exploitation primitives (use-after-free, double-free, type confusion), kernel exploits, browser sandbox escapes, hypervisor breakouts. This is the Google Project Zero discipline; the deepest-craft tier of offensive security and the one most tightly coupled to academic computer-science research.
  • Vulnerability research. Finding zero-days in a target codebase or ecosystem; a major OS, a hypervisor, a browser, a network appliance, a popular open-source library, a cloud service. The output is a CVE disclosure (or a CISA KEV catalog entry, the highest-impact tier) and frequently a coordinated-disclosure write-up. The MITRE CWE taxonomy is the vocabulary; Project Zero, MSRC, the Apple Security Bounty, and the Pwn2Own contests are the reference venues.
  • Bug bounty hunting. Public-facing offensive-security work performed independently or as a side supplement to a day job, scoped through public programs on HackerOne and Bugcrowd. Top hunters routinely clear seven-figure annual disclosure income but the variance is high; the hit-rate is dominated by ATT&CK and CWE fluency, target depth, and the ability to chain primitives into demonstrable impact.

Three properties are common across all five crafts and define the 2026 offensive-security skillset:

  1. The ATT&CK matrix is the canonical vocabulary. Reports, engagement plans, purple-team handoffs, and detection-coverage gap analyses are all structured around ATT&CK tactics and techniques. A 2026 offensive engineer who cannot map their tradecraft to specific T-numbers (T1059.001 PowerShell, T1078.004 Cloud Accounts, T1190 Exploit Public-Facing Application, T1611 Escape to Host) is operating in a pre-2018 vocabulary. ATT&CK fluency is hiring-bar table stakes.
  2. The deliverable is a feedback loop, not a PDF. The strong 2026 pattern is purple team; offensive engineering that ships detection coverage, runbook content, compensating controls, and structural fixes back to defensive engineering. The weak pattern is the point-in-time pentest report that lives in a sharepoint folder. Adversary-emulation frameworks like MITRE Caldera and Red Canary's Atomic Red Team exist precisely to operationalize the feedback loop at scale.
  3. The craft includes writing. Offensive security at senior level is not evaluated by exploitation skill alone; it is evaluated by the quality of the engagement report, the CVE write-up, the purple-team handoff document, and the conference talk. The Project Zero blog format is the gold standard: deep technical detail, root-cause analysis, primitive-to-exploit walkthrough, and concrete remediation. A senior offensive engineer who cannot write a Project Zero-quality post is incomplete.

The OffSec certification ladder, the OSCP filter, and what comes after

Offensive security is one of the few engineering disciplines where certification still meaningfully signals craft; because the top-tier Offensive Security exams are hands-on machine-compromise assessments rather than multiple-choice tests, and the GIAC exams from SANS sit in the same hands-on tier. The 2026 ladder:

  • OSCP; Offensive Security Certified Professional. The entry-tier hands-on credential. A 24-hour proctored exam against a lab network requiring live exploitation, post-exploitation, privilege escalation, and lateral movement. OSCP is the baseline filter at red-team consultancies (Bishop Fox, NCC Group, Mandiant, IOActive) and at FAANG-tier internal red teams (Google, Meta, Microsoft, Cloudflare). For early-career offensive engineers OSCP is signal-positive in a way that CISSP; a management-tier credential; is not.
  • OSEP; Offensive Security Experienced Penetration Tester. The evasion-and-tradecraft tier. Bypassing modern EDR, application allowlisting, AMSI, Microsoft Defender, and macOS protections; payload development; lateral movement at depth in Active Directory environments. OSEP is the credible mid-tier hands-on signal for a red-team engineer claiming AD and evasion-tradecraft depth.
  • OSWE; Offensive Security Web Expert. The web-application-vulnerability-research tier. White-box source-code analysis, deserialization-to-RCE chains, authentication-bypass primitives, server-side template injection, and RCE-via-business-logic chains. OSWE is the credible signal for an offensive engineer claiming web-exploitation depth at senior level.
  • OSCE3 trilogy (OSEP + OSWE + OSED). The senior-tier offensive credential, earning the OSCE3 designation upon completion of all three of OSEP (evasion), OSWE (web exploitation), and OSED (exploit development). OSCE3 holders are rare and the credential is a strong calibration-cycle artifact for senior, staff, or principal red-team / vulnerability-research roles.
  • SANS GIAC GPEN and GXPN. The SANS hands-on equivalents. GIAC Penetration Tester (GPEN) sits at OSCP-tier; GIAC Exploit Researcher and Advanced Penetration Tester (GXPN) sits between OSEP and OSED. Common at federal-contractor and large-enterprise red teams; less prevalent at FAANG-tier where the OSCP / OSCE3 ladder dominates.

Two patterns about certifications in 2026 offensive-security hiring matter:

  1. Certifications open the loop; artifacts close it. An OSCP gets you past the resume filter at most consultancies and at internal red teams; the actual hiring-decision artifacts are CVE disclosures (your name on a real CVE), HackerOne / Bugcrowd Hall-of-Fame entries with public reports, a GitHub of public exploitation tooling or research, a Project Zero-tier blog post, or a DEF CON / Black Hat / RECON / Offensivecon talk. The calibration committee at every credible 2026 offensive-security org weights public artifacts above certifications.
  2. Certifications stack against production work, not the other way around. The strongest offensive-security trajectory is OSCP plus two-to-three years of real engagements, then OSEP / OSWE plus a public CVE or substantive bug-bounty track record, then OSCE3 plus a Project Zero-tier blog post or conference talk. The weakest trajectory is stacking certifications without production engagement experience; every credible hiring manager filters for evidence of real work first and credentials second.

The senior offensive-security interview loop in 2026: red team, pentest, and exploit-dev tracks diverge

Senior offensive-security interview loops diverge by track in 2026; red-team operator, penetration tester, and vulnerability researcher / exploit developer roles share a foundation but the depth round looks different. A typical senior loop runs five to six rounds across one or two days:

  • An ATT&CK technique-walkthrough round (60 minutes). Concrete prompt: walk me through how you would chain T1566 phishing into T1059.001 PowerShell into T1078 Valid Accounts into T1078.004 Cloud Accounts, and tell me where the detection coverage gaps concentrate at each step. The interviewer wants explicit ATT&CK technique-ID vocabulary, working knowledge of named adversary tradecraft (the FIN7, APT29, or Scattered Spider playbook), and concrete detection-engineering reciprocity; what would you tell the blue team to alert on. Senior offensive engineers who cannot speak the ATT&CK vocabulary fluently fail this round.
  • An exploit-chain or vulnerability-research round (60-90 minutes), if you claim exploit-development or web-exploitation depth. Walk me through how a modern use-after-free in V8 becomes RCE in a sandboxed renderer, and what the modern mitigation stack (CFI, MTE, V8 sandbox) buys the defender, or walk me through SSRF to IMDSv1 to AWS-credential exfiltration to lateral movement, and tell me which compensating controls (IMDSv2, SCPs, GuardDuty, CloudTrail data-event logging) close which step. The depth bar at senior is recite-the-chain-without-notes; references to the Project Zero issue tracker and MITRE CWE categories are expected vocabulary.
  • A purple-team / detection-handoff round (45-60 minutes). Your red-team engagement just completed; the blue team asks for a detection-engineering handoff. Walk me through what artifacts you provide, how you structure the ATT&CK technique-by-technique coverage matrix, and how you score the engagement against the org's detection program. The 2026 senior signal is the engineer who optimizes for durable detection coverage, not for engagement narrative drama. Frameworks like Caldera and Atomic Red Team are expected vocabulary.
  • A coding round (45-60 minutes in Python, Go, or C/C++). Offensive-flavored: implement a position-independent shellcode loader in C, write a low-and-slow credential-spray tool that respects rate-limiting and lockout policies, build a small structured-output parser for an EDR telemetry feed, or implement a Sigma-to-KQL translator. Senior offensive-security engineering requires real software-engineering competence; the coding round disambiguates engineers who can produce tooling from operators who can only consume someone else's tools.
  • A scoping / engagement-design round (45 minutes). Design a six-week red-team engagement against a Series-C SaaS company. They want assurance about cloud-IAM lateral-movement risk and the production AWS environment. What do you scope, how do you structure rules of engagement, what crown-jewel assets do you target, and what are the deliverables. The senior signal is demonstrating taste about scope, ROE, and deliverable structure; not just exploitation tradecraft.
  • A behavioral and ethics round (45 minutes). Disclosure ethics (you found a critical zero-day in a dependency; what is your disclosure timeline, who do you contact first, and how do you handle vendor-non-response), engagement-handling ethics (you exfiltrated PII as part of the engagement; what does your handling chain look like), and the 2026 boundary questions around AI-augmented offensive tooling. Offensive security at senior level is a trust-laden role; the ethics round is load-bearing.

The most reliable preparation pattern across tracks is depth in two named adversary playbooks plus the ability to map both to ATT&CK techniques without notes. APT29 (SolarWinds-era cloud-credential lateral movement, OAuth-application abuse), Scattered Spider (modern social-engineering and SIM-swap tradecraft), FIN7 (commodity-malware-to-cloud-access pivoting), or Lazarus (financial-sector campaigns and supply-chain compromise); pick two and prepare them cold.

Career economics: FAANG-tier offensive security, bug bounty income, and the public-research path

Offensive security in 2026 supports four distinct career economics; and a senior offensive engineer typically picks the one that matches their preference for stability, public visibility, and disclosure ownership:

  • FAANG-tier internal red team or vulnerability research. Google Project Zero, the broader Google Security Team, Microsoft MSRC and the Microsoft Offensive Research and Security Engineering (MORSE) team, the Apple Security Engineering and Architecture (SEAR) team, Meta security engineering, Cloudflare CRSP, and the Amazon Security Vulnerability Researcher track. Compensation belongs on levels.fyi/t/security-engineer with the per-company filter applied; Project Zero and MSRC vulnerability researchers are typically calibrated against the senior-to-staff software-engineering ladder at the respective companies. This is the most stable path with the most public craft visibility.
  • Security-product company red team or vulnerability research. CrowdStrike, Mandiant (now part of Google Cloud), SentinelOne, Palo Alto Unit 42, Rapid7, Tenable, Trail of Bits, and Bishop Fox. Compensation also anchors on levels.fyi per-company filters; the public-research and conference-publication expectations are typically higher than at FAANG-tier internal red teams because the research is product-marketing-adjacent.
  • Independent bug bounty hunting. Top-tier hunters on HackerOne and Bugcrowd can clear seven-figure annual disclosure income; the median full-time hunter earns substantially less, and the variance is high. Public HackerOne Hall-of-Fame and leaderboard data is the canonical reference for the achievable distribution; do not extrapolate from the top of the leaderboard to the median. Many strong hunters work bug bounty as a side supplement to a FAANG-tier offensive-security day job rather than as full-time income.
  • Pentest consultancy. NCC Group, Mandiant, IOActive, Bishop Fox, Trail of Bits, Doyensec, Praetorian. Lower total compensation than FAANG-tier internal red teams but higher engagement diversity, stronger public-research expectations, and a more explicit certification ladder. Consultancy is the most common path into senior offensive security.

The broader US occupational baseline for Information Security Analysts (the BLS bucket that contains most offensive-security work) per the BLS Occupational Outlook Handbook:

  • SOC 15-1212 May 2024 median annual wage: $124,910. The BLS median under-counts FAANG-tier total compensation (which is dominated by equity not captured in the wage statistic) and under-counts top vulnerability-research and bug-bounty income.
  • Employment growth 2024-2034: 29 percent. Much faster than the average for all occupations.
  • Annual openings: about 16,000 per year on average across the decade. The job-market depth supports geographic and remote-work mobility.

The dominant 2026 pattern: pick a track, build the public-artifact portfolio (CVEs, HackerOne reports, Project Zero-tier blog posts, conference talks), use levels.fyi to calibrate offers, and treat the BLS data as the floor rather than the target.

The point-in-time-pentest-report anti-pattern and the continuous-adversary-emulation strong pattern

The single largest cultural shift in offensive security from the 2010s to 2026 is the move from point-in-time pentest as the deliverable to continuous adversary emulation as the discipline. The 2010s pattern; the annual external pentest, a 60-page PDF lands, the company files it under compliance, and nothing structural changes; is the explicit anti-pattern of 2026 offensive security.

The 2026 strong pattern is purple team: offensive security and defensive security as a continuous feedback loop, with the offensive side shipping ATT&CK-mapped detection coverage gaps to defensive engineering and the defensive side shipping detection-rule improvements and compensating controls back. Three artifacts characterize the strong pattern:

  • Adversary emulation frameworks operationalize the loop. MITRE Caldera for full-campaign emulation and Red Canary's Atomic Red Team for atomic-technique testing are the canonical 2026 frameworks. Both let an offensive engineering team exercise specific ATT&CK techniques on a recurring schedule and feed coverage scores to defensive engineering.
  • Detection-coverage matrices structure the deliverable. The 2026 offensive-security report is structured around an ATT&CK navigator-style coverage matrix: for each technique exercised, did the existing detection fire, did it block, what was the data source (EDR, network, identity, cloud-audit), and what is the recommended new rule or compensating control. The MITRE ATT&CK Navigator is the canonical visualization tool. This is the deliverable that improves the org's posture over time; the unstructured prose pentest report does not.
  • The CISA KEV catalog drives priority. The CISA Known Exploited Vulnerabilities catalog tracks vulnerabilities with confirmed in-the-wild exploitation, and a strong 2026 offensive-security program emulates the KEV-listed techniques against the org continuously. KEV is the priority filter; adversaries are actually exploiting these primitives now; and a red-team program that does not exercise the KEV-listed techniques on the target's stack is leaving real risk unmeasured.

The senior offensive-security signal in 2026 calibration cycles is consistently the engineer who shipped the feedback loop; who moved the org from we get a pentest report every 18 months to we run a continuous purple-team program with quarterly ATT&CK coverage scoring; not the engineer with the most exploitation chops in isolation. Exploitation skill is the floor; structural program impact is the ceiling.

Frequently asked questions

What is the difference between red team, pen test, and bug bounty?
Scope, objective, and economics. Red team engagements are goal-oriented adversary emulations with a defined crown-jewel objective and named adversary profile (an APT29 emulation, a FIN7 emulation), often run by an internal team or specialist consultancy over several weeks; the deliverable is a campaign report and a purple-team handoff. Penetration tests are time-boxed, scope-defined adversarial assessments of a target (a web app, a network, a cloud environment); narrower scope and shorter timeline than red team; usually run by consultancies with a vulnerability report as the deliverable. Bug bounty is independent public-facing offensive work performed against scoped programs on HackerOne or Bugcrowd, paid per validated finding rather than per engagement, with the disclosure as the deliverable. The skill stack overlaps heavily; the economics, ownership, and reporting structure differ.
Is OSCP still the canonical offensive-security cert in 2026?
Yes for entry-tier hands-on signaling, with OSCE3 (the trilogy of OSEP, OSWE, and OSED from Offensive Security) as the senior-tier credential. OSCP remains the resume filter at red-team consultancies (Bishop Fox, NCC Group, Mandiant) and at FAANG-tier internal red teams because the exam is hands-on machine compromise rather than multiple-choice. CISSP is a management-tier credential and does not substitute for OSCP in offensive-security hiring. The SANS GIAC GPEN and GXPN are credible OSCP-tier and OSEP-tier alternatives, more common at federal-contractor and large-enterprise red teams. Public artifacts (CVEs, HackerOne reports, Project Zero-tier blog posts, conference talks) outweigh certifications in calibration-cycle decisions.
How fluent in MITRE ATT&CK do I need to be for offensive-security hiring?
Fluent enough to structure engagement plans, reports, and purple-team handoffs without looking up technique IDs. Senior offensive-security loops include an ATT&CK technique-walkthrough round, and the interviewer expects explicit T-numbers (T1190 Exploit Public-Facing Application, T1059.001 PowerShell, T1078.004 Cloud Accounts, T1611 Escape to Host) used fluently. The strongest preparation pattern is depth in two named adversary playbooks plus the ability to map both to ATT&CK techniques: APT29 cloud-credential lateral movement, Scattered Spider modern social-engineering, FIN7 commodity-malware-to-cloud-access pivoting, or Lazarus supply-chain compromise. Pick two and prepare them cold.
Can you actually earn six or seven figures from bug bounty?
Yes for a small minority of top-tier hunters, with high variance. The HackerOne and Bugcrowd public Hall-of-Fame and leaderboard pages are the canonical reference for the achievable distribution; top hunters routinely clear seven-figure annual disclosure income across private and public programs. The median full-time hunter earns substantially less, and income is highly variable month-to-month. The common pattern at senior level is bug bounty as an independent supplement to a FAANG-tier offensive-security day job rather than as full-time income, with the day job providing equity, benefits, and base salary stability while bug bounty provides public craft visibility and upside variance.
What is purple team and why does it matter?
Purple team is offensive and defensive security as a continuous feedback loop rather than as antagonistic disciplines. The offensive side ships ATT&CK-mapped detection-coverage gaps to the defensive side; the defensive side ships detection-rule improvements and compensating controls back. Adversary-emulation frameworks like MITRE Caldera and Red Canary's Atomic Red Team operationalize the loop. The 2026 senior offensive-security signal is consistently the engineer who shipped the feedback loop; who moved the org from annual point-in-time pentest reports to a continuous purple-team program with quarterly ATT&CK coverage scoring. Exploitation skill is the floor; structural program impact is the ceiling.
How do I get into vulnerability research at Project Zero or MSRC?
Build a public CVE portfolio in the relevant domain. Google Project Zero, Microsoft MSRC, Apple SEAR, and similar elite vulnerability-research orgs hire on demonstrated public research output rather than on certifications or interview skill alone. The canonical trajectory is two-to-five years of public vulnerability disclosures (named CVEs in major OS, browser, kernel, hypervisor, or popular-library targets), substantive write-ups in Project Zero blog format (deep root-cause analysis, primitive-to-exploit walkthrough, concrete remediation), conference talks at Offensivecon, RECON, Black Hat, or DEF CON, and ideally an OSCE3 or equivalent senior-tier credential. The Project Zero issue tracker is public and is itself the recruiting funnel.
Is cloud-native red teaming different from traditional red teaming?
Yes; and it is the fastest-growing offensive-security sub-discipline in 2026. Traditional red team focuses on Active Directory lateral movement, endpoint compromise, and on-premises network pivoting; cloud-native red team focuses on AWS, GCP, and Azure post-exploitation tradecraft; IAM-role abuse, IMDSv1 SSRF chains, Kubernetes RBAC pivoting, container escapes, cloud-credential lateral movement, OAuth-application abuse, and cross-tenant attacks. The MITRE ATT&CK Cloud matrix (separate from the Enterprise matrix) is the canonical taxonomy. Senior cloud-native red teamers are in extreme demand at security-product companies (CrowdStrike, Wiz, Orca, Datadog) and at FAANG-tier internal red teams; the skill stack includes Terraform / CloudFormation reading fluency, EKS / GKE / AKS post-exploitation, and cloud-audit-log evasion.
What is the CISA KEV catalog and how should I use it as an offensive engineer?
The CISA Known Exploited Vulnerabilities (KEV) catalog at cisa.gov/known-exploited-vulnerabilities-catalog tracks vulnerabilities with confirmed in-the-wild exploitation by real adversaries; not theoretical CVEs but actively-exploited primitives. As an offensive engineer, use KEV as the priority filter for adversary emulation: the techniques on KEV are what real adversaries are using right now, and a red-team program that does not exercise KEV-listed techniques against the target's stack is leaving real risk unmeasured. KEV is also the single most credible reference when arguing for remediation prioritization to engineering and product partners; it is the public, government-maintained list of what attackers are actually using rather than what theoretical scoring (CVSS) suggests is dangerous.
How does AI-augmented offensive tooling change the discipline in 2026?
Materially at the tooling layer, less at the core craft. LLM-assisted code review, AI-augmented binary analysis, structured-output parsing of EDR telemetry, and assisted exploit-primitive synthesis are all real 2026 productivity multipliers, and senior offensive engineers are expected to use them. But the core craft; adversary mindset, ATT&CK fluency, primitive-to-exploit chaining, trust-boundary analysis, and judgment under engagement-time pressure; does not get automated by current models. Treat AI-augmented tooling the same way the discipline treated fuzzers, decompilers, and Burp Suite plugins: force multipliers that raise the floor of what an offensive engineer can ship without replacing the human judgment at the senior level. The OWASP LLM Top 10 is also increasingly relevant as a target taxonomy.
Should I freelance as a pentester or join a consultancy or go in-house?
Depends on whether you optimize for engagement diversity, public visibility, or stability. Freelance pentesting offers the highest engagement diversity but requires substantial business-development overhead and produces lumpy income. Consultancy (NCC Group, Mandiant, Bishop Fox, Trail of Bits, IOActive, Doyensec, Praetorian) offers strong public-research expectations, an explicit certification ladder, and engagement diversity at the cost of lower total compensation than FAANG-tier internal red teams. In-house at FAANG-tier (Google Project Zero, Microsoft MSRC, Apple SEAR, Meta, Cloudflare CRSP) or at security-product companies (CrowdStrike, Mandiant, Wiz, SentinelOne) offers the strongest total compensation, the most stable career arc, and the most public-craft visibility, at the cost of lower engagement diversity. Most senior offensive engineers move through consultancy into in-house at some point in their arc.

Sources

  1. MITRE ATT&CK; Adversary Tactics, Techniques, and Common Knowledge
  2. MITRE CWE; Common Weakness Enumeration
  3. OWASP Top 10; current canonical web-application risk reference
  4. Offensive Security; OSCP, OSEP, OSWE, OSED, OSCE3 certification ladder
  5. SANS GIAC Penetration Tester (GPEN) certification
  6. SANS GIAC Exploit Researcher and Advanced Penetration Tester (GXPN)
  7. Google Project Zero; gold-standard public exploit research
  8. HackerOne; bug bounty platform, Hall of Fame, public disclosure
  9. Bugcrowd; bug bounty platform, leaderboard, vulnerability disclosure
  10. CISA Known Exploited Vulnerabilities (KEV) catalog
  11. MITRE Caldera; automated adversary emulation framework
  12. Red Canary Atomic Red Team; atomic ATT&CK technique tests
  13. levels.fyi; Security Engineer compensation track
  14. BLS Occupational Outlook Handbook; Information Security Analysts (SOC 15-1212)

About the author. Blake Crosley founded ResumeGeni and writes about security engineering, hiring technology, and ATS optimization. More writing at blakecrosley.com.