62a85c12b5
* freebsd changes * renaming freebsd to linux
17 lines
449 B
YAML
17 lines
449 B
YAML
attack_technique: T1496
|
|
display_name: Resource Hijacking
|
|
atomic_tests:
|
|
- name: FreeBSD/macOS/Linux - Simulate CPU Load with Yes
|
|
auto_generated_guid: 904a5a0e-fb02-490d-9f8d-0e256eb37549
|
|
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:
|
|
- linux
|
|
- macos
|
|
executor:
|
|
command: |
|
|
yes > /dev/null
|
|
name: sh
|
|
|