SAST: Static Application Security Testing

Reduce risk in your SDLC by remediating issues in your source code before deploying apps into production through your CI/CD tools. 

SCA: Software Composition Analysis

Monitor third-party & open-source libraries and versions to prevent known vulnerabilities and exploits in your software applications.

DAST: Dynamic Application Security Testing

Detect conditions that indicate if vulnerabilities can be manipulated or actively exploited in your live, running applications. 

RASP: Runtime Application Self-Protection

Provides a layer of back-end protection to enable your applications to defend themselves against known and zero-day attacks

WAF: Web Application Firewall

Monitor, filter, and block signature-based traffic of known attack types against the front-end application layer (vs. the back-end).