While testing the dynamic removal of credit card numbers, an analyst lands on using the rex command. What mode needs to be set to in order to replace the defined values with X?
| makeresults
| eval ccnumber="511388720478619733"
| rex field=ccnumber mode=??? "s/(\d{4}-){3)/XXXX-XXXX-XXXX-/g"
Please assume that the above rex command is correctly written.
christophe_ciwr
1 week, 1 day agoCeeCapi
2 weeks, 5 days agoNss_dfir
1 month, 2 weeks agonosavotor
1 month, 3 weeks ago