Invoke Atomicredteam Versions Save

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.

v2.1.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/redcanaryco/invoke-atomicredteam/compare/v2.0.7...v2.1.0

v2.0.7

5 months ago

v2.0.6

6 months ago

v2.0.5.1

6 months ago

v2.0.5

6 months ago

What's Changed

Full Changelog: https://github.com/redcanaryco/invoke-atomicredteam/compare/v2.0.4...v2.0.5

v2.0.4

8 months ago

What's Changed

Full Changelog: https://github.com/redcanaryco/invoke-atomicredteam/compare/v2.0.2...v2.0.3

v2.0.2

8 months ago

Adjusted the module manifest (psd1) to allow publishing to the PowerShell Gallery.

v2.0.1

8 months ago
  • Add option to suppress printing of atomics folder to screen
  • Tab completion of technique numbers
  • Option to log execution details to Windows event log
  • Don't erase the src and bin directories when using NoPayloads option
  • Add timestamp to execution log filename
  • Atomic Runner: Allow atomic runner schedule file name to be configurable
  • Atomic Runner: Skip renaming computer if it isn't changing (if you only have one atomic test on your schedule for example)
  • Update execution loggers to detect IP address of host
  • Update Install-AtomicsFolder to support PowerShell 7.2+
  • Add check for stdout or stderr being NUL to avoid error message
  • Atomic Runner: Fix bug in Invoke-AtomicRunner where atomics were being executed twice
  • Atomic Runner: Setup atomic runner script now adds needed file permission on macOS/Linux
  • Warn if no atomics found for executionPlatform
  • Handle case where remote session is null and causes process to hang

v2.0.0.0

10 months ago

Added Invoke-AtomicRunner to enable full adversary emulation and Continuous atomic testing as described here and here

v1.0.2

2 years ago