Files
atomic-red-team/README.md
T

40 lines
1.8 KiB
Markdown
Raw Normal View History

2018-05-23 17:34:41 -06:00
<p><img src="https://redcanary.com/wp-content/uploads/Atomic-Red-Team-Logo.png" width="150px" /></p>
2017-10-19 13:27:16 -07:00
# Atomic Red Team
2017-10-19 13:32:26 -07:00
2022-04-26 17:30:26 -04:00
![GitHub Action Status](https://github.com/redcanaryco/atomic-red-team/actions/workflows/validate-atomics.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.