Hi,
I make a lot of use of the message filters available in AsyncOS. I like them a lot.
One of the drawbacks I'm having right now is that the content matching of 'attachment-binary-contains' only returns the first match it finds in $MatchedContent.
I get that finding a single match is less expensive than finding all, and that it must be the default, but if there is a way to return all matches in $MatchedContent, and not just the first one it finds, my alerting could be greatly improved.
Has anybody had any luck with something like this and getting more information from matches, maybe some other way? I've looked into a few things, but in the end the python itself would have to change, and the python regexes do not support recursion.
Thank you