Is there a way to access core/other plugin's DB lifecycle hooks from plugin

I’ve started creating plugin that generates video thumbnail.

I want to trigger thumbnail generation command through Upload plugin’s DB lifecycle hook beforeCreate.

What is the right way to acheive it?