Splunk Credit Card Search
You can use this regex to list credit card patterns in tabular form.
* | rex field=_raw "(?<Visa>4[0-9]{12})" | rex field=_raw "(?<AMEX>5[1-5][0-9]{14})" | table Visa, AMEX
You can use this regex to list credit card patterns in tabular form.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home