1. Is there any way in Yara to count the no. of any characters repeated in the command line?
Below is the scenario i am trying to solve
https://redcanary.com/threat-detection-report/techniques/obfuscated-files-information/
1. Is there any way in Yara to count the no. of any characters repeated in the command line?
Below is the scenario i am trying to solve
https://redcanary.com/threat-detection-report/techniques/obfuscated-files-information/
How about use of re.regex. For example lets say the field that contains the command line is "
Optimized approach 😁
target.process.command_line = /(.*(\\^|\\$|\\%|\\+).*){5,}/
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.