Splunk Search

How to write the regex with mode=sed in a search to mask part of credit card numbers?

gagi76
New Member

I need help with one particular search for masking credit card numbers, but with this output 22222#######2222. I know how to manage search for ############2222, but don't know how to mask between numbers.

Thanks, cheers

0 Karma
1 Solution

lukasz92
Communicator

Please write your search (for masking like ############2222) - we could modify it

View solution in original post

0 Karma

lukasz92
Communicator

Please write your search (for masking like ############2222) - we could modify it

0 Karma

gagi76
New Member
mod=sed "s/(\\d{12})/############/g"
0 Karma

lukasz92
Communicator

Something like mod=sed "s/(\\d{5})(\\d{7})(\\d{4})/\\1############\\3/g"

Will rewrite first match, write hashes and third match

edited; I forgot about escaping \

gagi76
New Member

It's great, thanks!

0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...