Skip to content

Commit e2bfa85

Browse files
authored
Update README.md
1 parent 82c3e86 commit e2bfa85

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![codecov](https://codecov.io/gh/mitre/caldera/branch/master/graph/badge.svg)](https://codecov.io/gh/mitre/caldera)
55
[![Documentation Status](https://readthedocs.org/projects/caldera/badge/?version=stable)](http://caldera.readthedocs.io/?badge=stable)
66

7-
# CALDERA™
7+
# MITRE Caldera™
88

9-
CALDERA™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.
9+
MITRE Caldera™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.
1010

1111
It is built on the [MITRE ATT&CK™ framework](https://attack.mitre.org/) and is an active research project at MITRE.
1212

@@ -18,7 +18,7 @@ an asynchronous command-and-control (C2) server with a REST API and a web interf
1818

1919
## Resources and Socials
2020
* 📜 [Documentation, training, and use-cases](https://caldera.readthedocs.io/en/latest/)
21-
* ✍️ [CALDERA's blog](https://medium.com/@mitrecaldera/welcome-to-the-official-mitre-caldera-blog-page-f34c2cdfef09)
21+
* ✍️ [Caldera's blog](https://medium.com/@mitrecaldera/welcome-to-the-official-mitre-caldera-blog-page-f34c2cdfef09)
2222
* 🌐 [Homepage](https://caldera.mitre.org)
2323

2424
## Plugins
@@ -79,23 +79,23 @@ Next, install the PIP requirements:
7979
```Bash
8080
pip3 install -r requirements.txt
8181
```
82-
**Super-power your CALDERA server installation! [Install GoLang (1.17+)](https://go.dev/doc/install)**
82+
**Super-power your Caldea server installation! [Install GoLang (1.17+)](https://go.dev/doc/install)**
8383

8484
Finally, start the server.
8585
```Bash
8686
python3 server.py --insecure
8787
```
8888

89-
Once started, log into http://localhost:8888 using the default credentials red/admin. Then go into Plugins -> Training and complete the capture-the-flag style training course to learn how to use CALDERA.
89+
Once started, log into http://localhost:8888 using the default credentials red/admin. Then go into Plugins -> Training and complete the capture-the-flag style training course to learn how to use Caldera.
9090

9191
## Docker Deployment
92-
To build a CALDERA docker image, ensure you have docker installed and perform the following actions:
92+
To build a Caldera docker image, ensure you have docker installed and perform the following actions:
9393
```Bash
94-
# Recursively clone the CALDERA repository if you have not done so
94+
# Recursively clone the Caldera repository if you have not done so
9595
git clone https://github.com/mitre/caldera.git --recursive
9696

9797
# Build the docker image. Change image tagging as desired.
98-
# WIN_BUILD is set to true to allow CALDERA installation to compile windows-based agents.
98+
# WIN_BUILD is set to true to allow Caldera installation to compile windows-based agents.
9999
# Alternatively, you can use the docker compose YML file via "docker-compose build"
100100
cd caldera
101101
docker build . --build-arg WIN_BUILD=true -t caldera:latest
@@ -106,7 +106,7 @@ docker run -p 8888:8888 caldera:latest
106106

107107
To gracefully terminate your docker container, do the following:
108108
```Bash
109-
# Find the container ID for your docker container running CALDERA
109+
# Find the container ID for your docker container running Caldera
110110
docker ps
111111

112112
# Send interrupt signal, e.g. "docker kill --signal=SIGINT 5b9220dd9c0f"
@@ -127,4 +127,4 @@ To discuss licensing opportunities, please reach out to [email protected] or dir
127127

128128
## Caldera Benefactor Program
129129

130-
If you are interested in partnering to support, sustain, and evolve CALDERA™'s open source capabilities, please contact us at [email protected].
130+
If you are interested in partnering to support, sustain, and evolve Caldera™'s open source capabilities, please contact us at [email protected].

0 commit comments

Comments
 (0)