From the course: Application Security in DevSecOps
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Interactive application security scanning
From the course: Application Security in DevSecOps
Interactive application security scanning
- [Instructor] The next type of application security testing we'll explore is interactive application security testing, otherwise known as IAST. This emerging technique is gaining significant traction as it aligns perfectly with the continuous principles of DevSecOps. What is IAST? IAST represents the newest evolution in application security testing. Unlike static and dynamic scanning, which examine the code or running application from the outside, IAST works by instrumenting the application itself during runtime. IAST tools achieve this by integrating directly with the application's execution environment. For example, hooking into the Java Virtual Machine, JVM, for Java applications. This allows the IAST agent to observe the application's behavior and data flows in real time, identifying security vulnerabilities as they occur. The key benefits of this approach are continuous real-time monitoring during normal application usage, highly accurate vulnerability detection by observing…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Continuous static scanning7m 7s
-
(Locked)
Continuous dynamic scanning7m 31s
-
(Locked)
Interactive application security scanning9m 11s
-
(Locked)
Continuous secret scanning5m 40s
-
(Locked)
Continuous dependency scanning4m 55s
-
(Locked)
Continuous container security6m 12s
-
(Locked)
Continuous infrastructure as code scanning6m 11s
-
(Locked)
AI application security6m 6s
-
(Locked)
Continuous application runtime monitoring5m 37s
-
(Locked)
-
-