Developed for use with Microsoft Purview DLP, which uses the PCRE-compatible "Boost.Regex" engine for pattern matching.
Matches formatted US Social Security number patterns (i.e. nine digits with separators):
\s
, tab \t
, dash -
, emdash, endash, or slash /
separators.000-XX-XXXX
, XXX-00-XXXX
, or XXX-XX-0000
666-XX-XXXX
or 900-XX-XXXX
123-45-6789
, 876-54-3210
, etc.078-05-1120
and 219-09-9999
.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.