Creating a model
Inside the Project Overview, you can upload or create new Models by either going to Add model in the top right corner or select Modeler in the menu to the left to start building a model manually from scratch.
Generating a model from environment data (AWS, Azure, On-premise)
Go to Add model > Generate model and you will be presented with a form with a set of options.
-
Select Parser. Select the parser to be used for the model generation. For example, select AWS Parser for AWS data.
-
Pick a model name. The name of the model which will be generated in you project.
-
Upload files. Upload all files that you want to include in the model generation.
-
File list. All uploaded files will be presented in a list where you can choose which Parser that should handle which data source. For AWS data, select aws-cli-parser for the AWS data and aws-vul-parser for vulnerability data
Click on Add model to generate your new model
Vulnerability data
securiCAD Enterprise supports vulnerability data from third parties in combination with the AWS data. Typical examples are vulnerability scanners, static code analysis and dependency managers. Vulnerability data can be used to simulate the impact of known vulnerabilities in your AWS environment.
securiCAD Enterprise supports any type of vulnerability data by using a normalized json format. You can read about the format on our GitHub page.
Importing a model from another project
- In the Project Overview, go to Add model > Import model and select models from other Projects that you have access to.
- Select Add model to add the model to your Project
Uploading an existing model
There are example models available for download at the securiCAD Community.
-
In the Project Overview, go to Add model > Upload model to open the add model dialog
-
Click in the file field to open your file explorer or drag and drop one directly to the field. Select Add model to add the model to your Project
-
Once the model is uploaded and validated (the green checkmark on the right) it can be used in your first simulation
Building a model from scratch
To start building a model from scratch, go to Creating your first model
Updated over 1 year ago