Looks for match with where the first character is an alphabet [A-Z] except DFIQUV, second character is an alphabet [A-Z] except DFIOQUV, followed by 6 digits and further followed by either of ABCDFM.
1
\b\d{3}\.\d{3}\.\d{4}\b
Matches a 10-digit number of the format NNN.NNN.NNNN delimited by dot.
1
\b\d{3}\d{3}\d{4}\b
Matches a 10-digit number of the format NNNNNNNNNN without a delimiter.
1
\b\d{3}-\d{3}-\d{4}\b
Matches a 10-digit number of the format NNN-NNN-NNNN delimited by hyphen.
1
\b\d{3} \d{3} \d{4}\b
Matches a 10-digit number of the format NNNNNNNNNN delimited by space.
Data Loss Prevention (DLP) > Classification Guide > Trellix Data Loss Prevention 11.x.x Classification Definitions Reference Guide - March 2025 > Advanced Pattern Definitions
Data Loss Prevention (DLP) > Classification Guide > Trellix Data Loss Prevention 11.x.x Classification Definitions Reference Guide - March 2025 > Advanced Pattern Definitions
Data Loss Prevention (DLP) > Classification Guide > Trellix Data Loss Prevention 11.x.x Classification Definitions Reference Guide - March 2025 > Advanced Pattern Definitions
Data Loss Prevention (DLP) > Classification Guide > Trellix Data Loss Prevention 11.x.x Classification Definitions Reference Guide - March 2025 > Advanced Pattern Definitions