DAST, also known as black-box testing, is a type of application security testing that assesses the security of an application by interacting with it during runtime. Unlike SAST, DAST does not require source code access, and instead focuses on analyzing the behavior of the application while it is being used.