Hello everyone, I'm using the SPL to get credit card numbers on search time (I would like to maintain this on search time) : | rex field=_raw "(?<firstStep_CC>(?:\d[ -]*?){1...
Hi,
I am trying to write a search to look for credit card numbers in logs (for the PCI requirement 3.1, of course 🙂
I came across this:
^((67\d{2})|(4\d{3})|(5[1-5]\d{2})|(6011))(-\s\d{4...
I can't work out where to go to update milling information in Splunk Cloud. There doesn't appear to be any option for this in billing. Should I be looking somewhere else?
According to the link below, it looks possible to mask data in splunk.
https://docs.splunk.com/Documentation/Splunk/6.4.3/Data/Anonymizedata
I want to mask the email and credit card number for t...
When trying to use the SEDCMD in props.conf to mask credit card numbers that are URL encoded and which can possibly have commas or no dashes to separate the numbers. Below is what I currently have i...
I recently left a company where I had taken some Splunk training through the Splunk account the company gave me. I now would like to move those course credits to my personal Splunk account where I h...
Does anyone have an idea as to how I can apply deep learning algorithms (TensorFlow) to data within Splunk? I'm trying to do this for credit card fraud database at my bank and the data I would be w...
While I'm able to mask 16 digit numbers I would like a more sophisticated approach as there are some numbers in that range that are not credit card numbers which I don't want to mask, such as error c...
Hello,
I have a problem with splunk search. What I need to do is to do a search from the fields containing CC numbers. I have tried the example from the Splunk tutorial:
| rex field=ccnumber ...