forked from redcanaryco/atomic-red-team
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests for Data Destruction and Resource Hijacking (redcanaryco#512)
- Loading branch information
1 parent
7be30f4
commit 1620029
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
attack_technique: T1496 | ||
display_name: Resource Hijacking | ||
|
||
atomic_tests: | ||
- name: macOS/Linux - Simulate CPU Load with Yes | ||
description: | | ||
This test simulates a high CPU load as you might observe during cryptojacking attacks. | ||
End the test by using CTRL/CMD+C to break. | ||
supported_platforms: | ||
- macos | ||
- centos | ||
- ubuntu | ||
- linux | ||
|
||
executor: | ||
name: bash | ||
command: | | ||
yes > /dev/null |