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
7 months, 3 weeks agoCeeCapi
8 months agoNss_dfir
9 months agonosavotor
9 months, 1 week ago