Skip to content

MAINT BREAK: Adding Attack Technique Abstraction#1592

Open
rlundeen2 wants to merge 4 commits intomicrosoft:mainfrom
rlundeen2:users/rlundeen/2026_04_10_attack_technique
Open

MAINT BREAK: Adding Attack Technique Abstraction#1592
rlundeen2 wants to merge 4 commits intomicrosoft:mainfrom
rlundeen2:users/rlundeen/2026_04_10_attack_technique

Conversation

@rlundeen2
Copy link
Copy Markdown
Contributor

@rlundeen2 rlundeen2 commented Apr 11, 2026

Modifying the AttackTechnique abstraction, which contains a SeedTechniqueGroup and an attack, encapsulates the entire piece of an attack that we'll measure success with.

This PR

  • Adds an identifier to the AttackTechnique class, which is Identifiable
  • Adds the identifier to the AtomicAttackResultIdentity in AttackResult
  • Adds AttackTechnique as the way to call AtomicAttacks
  • Seed merging is added so techniques can be combined into an AttackSeedGroup
  • Scenarios are updated to use this as a pattern when creating AtomicAttacks

After this, we'll include an AttackTechniqueRegistry which can query attacks in a reusable way, and scenarios can use the shared registry for attack strategies.

Breaking:

It breaks some memory queries, but only from very recent PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant