Security and compliance tooling to audit and monitor cloud compliance and security configuration
Dash libraries allow organizations to configure security profiles and confirm the security configuration of AWS resources with a single line of code.
Dash provides data on passing and failing scans and AWS resources that fall out of compliance with baseline settings. Enforce cloud security configuration and validate safeguards for:
Dash provides cloud security and compliance scanning for AWS cloud resources. Security teams can use Dash security auditing libraries to enforce high security standard. Dash security inspection connects into your organization’s set security controls and has security baseline inspection built around:
Dash scanning can be connected into your team’s configuration and build process. Teams can run Dash scans as a security and compliance validation step when provisioning new AWS infrastructure with tools such as Terraform.
Use CloudInspect wrapper libraries to dynamically run AWS cloud security scans, enforce baseline security settings and write custom security workflows.
//Set AWS Credentials and Permissions
export AWS_ACCESS_KEY_ID=”ASXXXXXXX”
export AWS_SECRET_ACCESS_KEY=”XXXXXXXXX”
export AWS_SESSION_TOKEN=”XXXXXXXXX”
cd dash
./dash //Run Dash Security Baseline
./dash -M json > dash-output.json //Run Baseline Scans and Output to JSON
./dash -b hipaa //Run HIPAA Compliance Baseline Scans
./dash -s ec2 //Run Specific Cloud Service Scans
npm install dash-xyz // Install Dash Package
import { Dash } from “dash-xyz”
// 1. Create a new client with valid authentication
const dashClient = new DashClient({
organization_token: “”,
license_token: “”
});
// 2. Run Dash Security Baseline
dashClient.runSecurityBaseline();
// 3. Run HIPAA Compliance Baseline Scans
dashClient.runHIPAABaseline();
// 4. Run Specific Cloud Service Scans
dashClient.runEC2Scans();
With Dash CloudInspect enables Security Team members and DevOps staff can proactively build cloud security and compliance into their DevOps workflow
Dash provides security baselines around established compliance standards including HIPAA, SOC, NIST, and ISO. Organizations can use Dash scans to maintain compliance through mapped security programs. Below are a sample of connected security controls.
Ensure that all cloud data volumes, cloud databases, and transmitted data is encrypted.
Ensure that your company uses proper user roles and policies in AWS. Avoid HIPAA violations stemmed from access issues.
Ensure that cloud network and security groups do not expose ports or access that may compromise PHI.
Ensure that software, infrastructure, and architecture is implemented to enforce authentication, restrict user access and prevent unauthorized access
Ensure that access to data, software, and IT resources is authorized and is modified or removed based on roles, responsibilities, or the system design.
Ensure that transmission, movement, and removal of information is
restricted and protected during transmission.
Set Security Controls and Compliance Configuration For AWS Cloud Services Including:
Dash CloudInspect is currently in early preview. Dash provides teams with security libraries for scanning, monitoring, and enforcement for cloud security baselines. Teams can streamline regulatory compliance and resolve compliance issues with ease.
©2023 Dash Solutions Inc. All Rights Reserved.