FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
mramalinga
Staff
Staff
Article Id 189471

Description
This article explains how to add the file name pattern when creating the DLP profile.

Useful links:

Fortinet Documentation
https://help.fortinet.com/fortiproxy/11/Content/Admin%20Guides/FPX-AdminGuide/700_Security-Profiles/...

Solution
When creating DLP profile, it is normal that the file name pattern list is empty.

- Go to Security Profiles -> Data Leak Prevention
- Select 'DLP Sensor'


 
- Click on 'Add Filter' and select 'Files'
- Specify File Types & File Name Patterns
- Under Select Entries, in the search bar, type the desired file type (Eg: .pdf) and then click '+’ to Create.
 
 
- After clicking the ‘+’, the window below will be displayed.
- Add now the file type to the filter.
 
 
CLI configuration:
# config dlp filepattern
    edit 1
        set name "test"
        config entries
            edit ".pdf"
            next
        end
    next
end
Contributors