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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...