https://github.com/mitre/human
Caldera plugin to deploy "humans" to emulate user behavior on systems
https://github.com/mitre/human
caldera caldera-plugin
Last synced: 5 days ago
JSON representation
Caldera plugin to deploy "humans" to emulate user behavior on systems
- Host: GitHub
- URL: https://github.com/mitre/human
- Owner: mitre
- Created: 2020-04-21T18:05:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T18:36:38.000Z (12 months ago)
- Last Synced: 2025-04-01T14:37:16.316Z (25 days ago)
- Topics: caldera, caldera-plugin
- Language: Python
- Homepage: https://caldera.mitre.org/
- Size: 6.71 MB
- Stars: 27
- Watchers: 24
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MITRE Caldera Plugin: Human
Plugin supplying Caldera with human emulation capabilities.
## Overview
The Human plugin allows you to build “humans” that will perform user actions on a target system as a means to obfuscate red actions by Caldera. Each human is built for a specific operating system and leverages the Chrome browser along with other native OS applications to perform a variety of tasks. Additionally, these humans can have various aspects of their behavior “tuned” to add randomization to the behaviors on the target system.
## Requirements
### Caldera Server
On the Caldera server, there are additional python packages required to use the Human plugin. These python packages can be installed by navigating to the plugins/human/directory and running the command `pip3 install -r requirements.txt`.### Target Machine
* Linux, MacOS, or Windows (with Powershell)
* Python3
* Python package `virtualenv`
* Google Chrome## Further Reading
* [Step by step instructions for setting up & using the Human Plugin](https://github.com/mitre/human/wiki)* [Read more about the Human Plugin](https://caldera.readthedocs.io/en/latest/Plugin-library.html?#human)