diff --git a/configs/fortigate/global/certificate.cfg b/configs/fortigate/global/certificate.cfg index 78136ba..25de1de 100644 --- a/configs/fortigate/global/certificate.cfg +++ b/configs/fortigate/global/certificate.cfg @@ -16,6 +16,11 @@ config certificate local set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. " set source factory next + edit "Fortinet_GUI_Server" + set password ENC *HIDDEN* + set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates." + set source factory + next edit "Fortinet_SSL_RSA1024" set password ENC *HIDDEN* set comments "This certificate is embedded in the hardware at the factory and is unique to this unit. " diff --git a/configs/fortigate/global/dlp.cfg b/configs/fortigate/global/dlp.cfg index c775348..21d7f2a 100644 --- a/configs/fortigate/global/dlp.cfg +++ b/configs/fortigate/global/dlp.cfg @@ -1,6 +1,37 @@ -config dlp sensor +config dlp data-type + edit "g-edm-keyword" + set pattern ".+" + set transform "/\\b\\0\\b/i" + next + edit "g-keyword" + set pattern "built-in" + next + edit "g-regex" + set pattern "built-in" + next + edit "g-hex" + set pattern "built-in" + next + edit "g-mip-label" + set pattern "^[[:xdigit:]]{8}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{12}$" + set transform "built-in" + next + edit "g-credit-card" + set pattern "\\b([2-6]{1}\\d{3})[- ]?(\\d{4})[- ]?(\\d{2})[- ]?(\\d{2})[- ]?(\\d{2,4})\\b" + set verify "builtin)credit-card" + set look-back 20 + set transform "\\b\\1[- ]?\\2[- ]?\\3[- ]?\\4[- ]?\\5\\b" + next + edit "g-ssn-us" + set pattern "\\b(\\d{3})-(\\d{2})-(\\d{4})\\b" + set verify "(?