Interactive Application Security Testing
Interactive Application Security Testing (IAST) is a security testing technique that uses an instrumentation agent running inside a live application to observe code execution, data flow, and application behavior in real time while the app is exercised by functional tests, DAST scans, or manual QA — combining the…
4 resources across 1 library
Glossary Terms(4)
Static Application Security Testing (SAST)
Static Application Security Testing (SAST) is a security testing technique that analyzes an application's source code, bytecode, or binaries without executing…
Dynamic Application Security Testing (DAST)
Dynamic Application Security Testing (DAST) is a security testing technique that probes a running application from the outside — sending crafted HTTP requests…
Interactive Application Security Testing (IAST)
Interactive Application Security Testing (IAST) is a security testing technique that uses an instrumentation agent running inside a live application to observe…
Runtime Application Self-Protection (RASP)
Runtime Application Self-Protection (RASP) is a security technology that runs inside a production application, monitoring its own execution in real time and au…