This action is used before perex box in a single post
function my_custom_perex_box(){
    echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />';
}
add_action('jaw_before_perex_box', 'my_custom_perex_box');
The result can look like this:
List of all hooks you can find HERE