Atomic Red Team
  • 12 Feb 2024
  • 2 Minutes to read
  • Contributors
  • Dark
    Light

Atomic Red Team

  • Dark
    Light

Article Summary

Atomic Red Team is a library of tests mapped to the MITRE ATT&CK framework, provided by Red Canary. With this extension, LimaCharlie users can use Atomic Red Team to quickly, portably, and reproducibly test their environments.

Find more information about it here.

New Atomic Red Team Extension

Please note that the Atomic Red Team Extension has replaced the Atomic Red Team Service. Ensure that your organization disabled/removes the Service and subscribes to the Extension. This documentation applies to the Atomic Red Team extension.

Enabling the Atomic Red Team Extension

Enabling Atomic Red Team can be done within the LimaCharlie marketplace, or at this link.

image.png

Under the Organization dropdown, select a tenant (organization) you want to subscribe to Atomic Red Team and click Subscribe.

image.png

Please note that extensions are applied on the per-tenant basis. If you have multiple organizations you want to subscribe to Atomic Red Team, you will need to subscribe each organization to the extension separately.

You can also manage add-ons from the Subscriptions menu under Billing.

image.png

Tenants that have been subscribed to the extension, will be marked with a green check mark in the Organization dropdown.

Running Atomic Red Team test(s)

After Atomic Red Team has been enabled for your organization, the Atomic Red Team option will be available under the Extensions menu in the web UI. Selecting this Extension will render the Atomic Red Team test selection menu.

image.png

Sensor Eligibility for Atomic Red Team tests

Currently, LimaCharlie supports Atomic Red Team tests on Sensors installed on Windows operating systems. Furthermore, Sensors must be online in order for tests to run.

Within the Atomic Red Team menu, you can select a Sensor to run test(s) against. Furthermore, you can also pre-select a set of tests from the full Atomic Red Team suite.

System Changes

Running Atomic Red Team tests will likely modify some system configurations. LimaCharlie attemps to revert any configuration changes performed, but the core logic is handled by the Atomic Red Team project. The following actions may occur:

  • Modify PowerShell scripting permissions
  • Modify PowerShell script execution policies
  • Check/Modify Microsoft Defender status
  • Install dependencies like Nuget
  • Install Atomic Red Team technique-specific dependencies
  • Technique-specific configuration changes

The list of available tests is updated every time the window is open, ensuring that you are getting all available options from the Atomic Red Team repository.

image.png

Select your test(s) of choice, and click 'Run Tests'. You will receive a dialog box with a job id that is associated with this particular run of test(s).

Checking Atomic Red Team results

When the Atomic Red Team extension is enabled, you will see an Adapter named ext-atomic-red-team.

image.png

This Adapter corresponds to all Atomic Red Team activity, including jobs run and results returned. As a separate Adapter, this also means that Atomic Red Team tests are actionable events. For example, you could construct a D&R rule based on Atomic Red Team test results or feedback from system telemetry.

Viewing the Timeline within the ext-atomic-red-team Adapter will display the test(s) run and associated results, if available.

image.png

Note that results are easily distinguished via a result <MITRE ATT&CK ID> event name, allowing for easy filtering and analysis.

Within the Timeline of the system on which you ran a test, you will also find RECEIPT event(s) that contain more details about executed tests. For example, the following output shows data related to a test for ATT&CK ID T1033.

image.png

Between RECEIPT events and output in the ext-atomic-red-team Adapter, you can correlate and identify successful and failed Atomic Red Team tests.


Was this article helpful?

What's Next