Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1011 Bytes

DEPLOYMENT.md

File metadata and controls

54 lines (37 loc) · 1011 Bytes

Deployment guide

Run Docker container

docker run -it mihhailsokolov/purplesar

Copy Splunk Enterprise Security into the container (in a separate window)

  1. Get container ID
docker ps 
  1. Copy ES SPL file into /PurpleSAR/apps/ inside the container
docker cp .\splunk-enterprise-security_732.spl <CONTAINER_ID>:/PurpleSAR/apps/

Configure AWS credentials

  1. Set the API Key ID
  2. Set the Secret Key
  3. Set region to us-east-1
  4. Keep output format empty
aws configure

Configure attack range deployment

python attack_range.py configure

SAR Configuration

Start the deployment

python attack_range.py build

Put billh credentials on ITSERVER

  1. Once the deployment is done, go to Guacamole and login into DC
  2. RDP into ITSERVER - 10.0.1.15 as billh
    • Username: ATTACKRANGE\billh
    • Password: PurpleSAR2024!
  3. Disconnect (NOT Sign Out) from the RDP sessions