Subscribing to Cypienta products on AWS Marketplace

ATTACK Technique Detector

  1. Use the link to explore the marketplace model packages in AWS. Search for Cypienta ATTACK Technique Detector

    Click on Continue to Subscribe.

    Subscribe to technique detector
  2. Click on the Accept offer button on the next page.

    Subscribe to technique detector
  3. Click on Continue to configuration. In the section Select your launch method, select AWS CloudFormation. Select the Software Version as 0.4 from the drop down. Select the Region in which you would want to deploy Cypienta products. Copy and make note of the Product Arn.

    Subscribe to technique detector

Temporal Clustering

  1. Use the link to explore the marketplace model packages in AWS. Search for Cypienta Temporal Clustering

    Click on Continue to Subscribe.

    Subscribe to temporal clustering
  2. Click on the Accept offer button on the next page.

    Subscribe to technique detector
  3. Click on Continue to configuration. In the section Select your launch method, select AWS CloudFormation. Select the Software Version as 0.6 from the drop down. Select the Region in which you would want to deploy Cypienta products. Copy and make note of the Product Arn.

    Subscribe to flow detector

MITRE ATTACK Flow Detector

  1. Use the link to explore the marketplace model packages in AWS. Search for Cypienta MITRE ATTACK Flow Detector

    Click on Continue to Subscribe.

    Subscribe to technique detector
  2. Click on the Accept offer button on the next page.

    Subscribe to technique detector
  3. Click on Continue to configuration. In the section Select your launch method, select AWS CloudFormation. Select the Software Version as 0.6 from the drop down. Select the Region in which you would want to deploy Cypienta products. Copy and make note of the Product Arn.

    Subscribe to technique detector

Cypienta User Interface (UI)

  1. Subscribe to the Cypienta User Interface (UI) by clicking on Continue to Subscribe button.

    UI product subscribe
  2. On the next page, click on Accept terms button to agree with the terms.

  3. Wait for the subscription confirmation page to appear. Then click on Continue to Configuration.

    confirm subscribe
  4. Select the Fulfillment option as ECS. Select the Software version as v0.1.2. Then click on Continue to Launch

    to launch
  5. Click on the Copy button in the Container images section and make note of the CONTAINER_IMAGES

    container images

    Make note of the CONTAINER_IMAGES from the copied snippet:

    aws ecr get-login-password \
        --region us-east-1 | docker login \
        --username AWS \
        --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com
    
    CONTAINER_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3,709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.1.2"
    
    for i in $(echo $CONTAINER_IMAGES | sed "s/,/ /g"); do docker pull $i; done
    

    Here the two images are:

    • Web container image: 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.1.2

    • Nginx container image: 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3