https://github.com/redcanaryco/chain-reactor
Chain Reactor is an open source framework for composing executables that simulate adversary behaviors and techniques on Linux endpoints.
https://github.com/redcanaryco/chain-reactor
adversary-simulation elf linux mitre mitre-attack security security-testing
Last synced: 5 months ago
JSON representation
Chain Reactor is an open source framework for composing executables that simulate adversary behaviors and techniques on Linux endpoints.
- Host: GitHub
- URL: https://github.com/redcanaryco/chain-reactor
- Owner: redcanaryco
- License: mit
- Created: 2020-01-14T21:02:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T15:30:28.000Z (6 months ago)
- Last Synced: 2025-05-10T07:41:31.379Z (5 months ago)
- Topics: adversary-simulation, elf, linux, mitre, mitre-attack, security, security-testing
- Language: C
- Homepage:
- Size: 751 KB
- Stars: 311
- Watchers: 37
- Forks: 34
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chain Reactor
Chain Reactor is an open source tool for testing detection and response
coverage on Linux machines. The tool generates executables that simulate
sequences of actions like process creation and network connection. Chain Reactor
assumes no prior engineering experience; the tool consumes JSON, so customizing
its behavior is as simple as editing a file.## Get started
For installation and usage instructions, see the [Getting started](https://github.com/redcanaryco/chain-reactor/wiki/Getting-started)
page of the wiki.## Learn more
The Chain Reactor documentation is available as a [wiki](https://github.com/redcanaryco/chain-reactor/wiki/).
For information about the philosophy and development of the atomic family of
projects, visit our website at .Check the [license](LICENSE) for information regarding the distribution and
modification of Chain Reactor.