How to find out the ionCube-obfuscated PHP files?

Execute the following command inside your Magento 2 root folder:

find . -name '*.php*' -print | xargs grep "ionCube"