-
Notifications
You must be signed in to change notification settings - Fork 201
Helper Functions
Carrie Roberts edited this page Mar 31, 2023
·
10 revisions
The following auxiliary functions are helpful to simplify atomic test creation:
-
New-Atomic*
- A set of functions to facilitate using native PowerShell to create and validate atomic techniques and tests. -
Invoke-WebRequestVerifyHash
- Useful as part of a GetPrereq Command to validate a Prereq file before download.
You can iterate through atomic tests programmatically with the Get-AtomicTechnique
function as shown in these examples.
Questions? Get connected to the community on the Atomic Red Team Slack channel.
- Installation
- Import the Module
- List Atomic Tests
- Check/Get Prerequisites for Atomic Tests
- Execute Atomic Tests (Local)
- Execute Atomic Tests (Remote)
- Specify Custom Input Arguments
- Cleanup after Executing Atomic Tests
- Execution Logging
- Adversary Emulation
- Continuous Atomic Testing
- Execution Hooks
- Helper Functions
- The Atomic GUI
- Uninstallation