Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyrahul authored Sep 29, 2024
1 parent e52fa87 commit 0b7163b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Caldera sandcat for k8s

[MITRE Caldera](https://caldera.readthedocs.io/en/latest/Basic-Usage.html) provides a bunch of agents that can be used out of the box for adversarial emulation. [Sandcat](https://caldera.readthedocs.io/en/latest/plugins/sandcat/Sandcat-Details.html) is one of the most widely used agent/plugin for Linux environments.

This repository provides a k8s deployment for MITRE Caldera Sandcat Agent.
* k8s cluster-admin role for caldera-agent to simulate attacks effectively
* Once the k8s-sandcat deployment is deployed, the agents pod name will show up on Caldera Server.

## K8s Sandcat Configuration

There are two primary configurations:
1. Caldera server to use
2. Group name to use for the agent

Both these configuration are part of the [deployment manifest](k8s/deploy.yaml).

0 comments on commit 0b7163b

Please sign in to comment.