Files
atomic-red-team/README.md
T

57 lines
2.6 KiB
Markdown
Raw Normal View History

2023-01-12 09:13:11 -07:00
<p><img src="https://redcanary.com/wp-content/uploads/Atomic-Red-Team-Logo.png" width="150px" />
<a
href="https://opensourcesecurityindex.io/"
target="_blank"
rel="noopener"
>
2023-08-21 15:56:13 -06:00
<img
2023-01-12 09:13:11 -07:00
style="width: 282px; height: 56px"
src="https://opensourcesecurityindex.io/badge.svg"
alt="Open Source Security Index - Fastest Growing Open Source Security Projects"
width="282"
height="56"
2023-08-21 15:56:13 -06:00
/>
2023-01-12 09:13:11 -07:00
</a>
</p>
2017-10-19 13:27:16 -07:00
# Atomic Red Team
2017-10-19 13:32:26 -07:00
2023-12-14 05:26:00 +08:00
![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/validate-atomics.yml/badge.svg?branch=master) ![Atomics](https://img.shields.io/badge/Atomics-1489-flat.svg) ![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/generate-docs.yml/badge.svg?branch=master)
2017-10-19 13:32:26 -07:00
Atomic Red Team™ is a library of tests mapped to the
[MITRE ATT&CK®](https://attack.mitre.org/) framework. Security teams can use
Atomic Red Team to quickly, portably, and reproducibly test their environments.
2017-10-19 13:27:16 -07:00
## Get started
2017-10-19 13:27:16 -07:00
You can execute atomic tests directly from the command line, no installation
required. See the [Getting started](https://github.com/redcanaryco/atomic-red-team/wiki/Getting-Started)
page of our wiki.
2017-10-19 13:27:16 -07:00
For a more robust testing experience, consider using an execution framework like
[Invoke-Atomic](https://github.com/redcanaryco/invoke-atomicredteam).
2017-10-19 13:27:16 -07:00
## Learn more
2017-10-19 13:27:16 -07:00
The Atomic Red Team documentation is available as a [wiki](https://github.com/redcanaryco/atomic-red-team/wiki/).
2017-10-19 13:27:16 -07:00
For information about the philosophy and development of Atomic Red Team, visit
our website at <https://atomicredteam.io>.
2017-10-19 13:27:16 -07:00
## Contribute to Atomic Red Team
2017-10-19 13:27:16 -07:00
Atomic Red Team is open source and community developed. If you're interested in
becoming a contributor, check out these resources:
2017-10-19 13:27:16 -07:00
- Join our [Slack workspace](https://slack.atomicredteam.io) and get involved
with the community. Don't forget to review the [code of conduct](CODE_OF_CONDUCT.md)
before you join.
- Report bugs and request new features by [submitting an issue](https://github.com/redcanaryco/atomic-red-team/issues/new/choose).
- Read our [contribution guide](https://github.com/redcanaryco/atomic-red-team/wiki/Contributing)
for more information about contributing directly to this repository.
- Check the [license](LICENSE.txt) for information regarding the distribution
and modification of Atomic Red Team.
2023-12-22 16:43:02 -05:00
- Contribute to linux atomics quickly from Github Codespaces. For more details, click [here](https://github.com/redcanaryco/atomic-red-team/wiki/Github-Codespaces)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/redcanaryco/atomic-red-team)