Which values do I need to extract for light frustum?

First do I need to get my values from the modelProjectionMatrix that I load after I position my light used for shadowmapping, or modelViewMatrix? I want to render a cube showing where my frutsum is pointing at and what it is covering. So after I get the correct matrix which values correspond to xyz for all 8 points? Thanks