Skip to content

Commit

Permalink
Fix broken line feed in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Sep 14, 2023
1 parent 81050e7 commit 0c8ed58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/attack-techniques/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ In Stratus Red Team, we aim to follow the following acceptance criteria for addi
- It should always be possible to derive a reasonable detection rule from a technique

Examples:

- Good: Delete a CloudTrail trail
- Bad: Run `sts:GetCallerIdentity`
- While attackers might use this API call, it is in no way indicative of attacker activity, as it's used by many services and client applications.
Expand All @@ -33,4 +34,4 @@ Stratus Red Team's goal is *not* to re-implement all AWS API calls that may be u
An attack technique should not be dependent on the state of the cloud environment it's run against.

- Good: Create an EBS snapshot and share it
- Bad: Expect an EBS snapshot exists in the account prior to running Stratus Red Team
- Bad: Expect an EBS snapshot exists in the account prior to running Stratus Red Team

0 comments on commit 0c8ed58

Please sign in to comment.