Hi,
How can I find PII data in our email dashboard. Thank you
Personally Identifiable Information Detected | Detects personally identifiable information (PII) in the form of payment card data in machine-generated data. Some systems or applications inadvertently include sensitive information in logs thus exposing it in unexpected ways. | No specific data model: system log files, application log files, network traffic payloads, etc. |
Hi @rclifford,
No, this is specially for credit card patterns.
If you can write Social Security numbers regex you can use regex command to filter and create an alert.
Please check below for regex command usage examples;
https://docs.splunk.com/Documentation/SplunkCloud/8.1.2011/SearchReference/Regex#Examples
Hi @rclifford,
You can take a look LUHN checker app.
https://splunkbase.splunk.com/app/2753/
Hi,
Thanks for this. Can it also be modified to look for Social Security numbers?