I am using your Advanced Data Scrubbing to use specific regexes to hide certain data we don’t want displayed. It is working just fine, but I have run into an issue with certain types of file uploads where the files themselves contain sensitive information that needs to be masked. How can I tell the scrubber to mask data that exists inside of a file, if possible?
Hey @joelsaxton, assuming you’re talking about attachments, we’re actually working on this feature right now. Try using $binary
as a sourcename and tell us if it’s working out for you!
For example, this will remove IP address patterns from your attachments:
[Remove] [IP Addresses] from [$binary]
We’ll write proper docs soon-ish.
Thanks, I will try it out. If it doesn’t work I’ll await your new feature!