Search logs for sensitive data

Hi,

I am working on finding logs with potentially sensitive content like personal data and I would like to ask for your experience.

Do you guys have some source I can use to define patterns for regexes? I have only some simple ones like: personal info, account and card numbers (banking environment).

I am implementing those as regexp querry within Watcher, is there any advice or good practice?

Thank you!