Developed for use with Microsoft Purview DLP, which uses the PCRE-compatible "Boost.Regex" engine for pattern matching.
Matches unformatted US Social Security number patterns (i.e. nine digits with no separators):
00XXXXXX
, XXX00XXXX
, or XXXXX0000
666XXXXXX
or 900XXXXXX
123456789
, 876543210
, etc.078051120
and 219099999
.pdf
, .doc(x)
, .xls(x)
, .ppt(x)
, .zip
, .jp(e)g
, .png
, and .log
Derived from: Comprehensive US SSN (Social Security Number) Also uses patterns from the "U.S. Social Security Number (SSN) (Nucleuz Inc)" Sensitive Information Type contained in the Microsoft Purview DLP tool.