Create an Encrypted EDM Data Set Using a Configuration File
Focus
Focus
Enterprise DLP

Create an Encrypted EDM Data Set Using a Configuration File

Table of Contents

Create an Encrypted EDM Data Set Using a Configuration File

Use the Exact Data Matching (EDM) CLI application to create an encrypted hash EDM data set in CSV or TSV format using a configuration file.
Where Can I Use This?
What Do I Need?
  • NGFW (Managed by Panorama)
  • Prisma Access (Managed by Strata Cloud Manager)
  • SaaS Security
  • NGFW (Managed by Strata Cloud Manager)
  • Enterprise Data Loss Prevention (E-DLP)
    license
  • NGFW (Managed by Panorama)
    —Support and
    Panorama
    device management licenses
  • Prisma Access (Managed by Strata Cloud Manager)
    Prisma Access
    license
  • SaaS Security
    SaaS Security
    license
  • NGFW (Managed by Strata Cloud Manager)
    —Support and
    AIOps for NGFW Premium
    licenses
Or any of the following licenses that include the
Enterprise DLP
license
  • Prisma Access
    CASB license
  • Next-Generation CASB for Prisma Access and NGFW (CASB-X)
    license
  • Data Security
    license
Create an encrypted hash Exact Data Matching (EDM) data set using a configuration file included with the EDM CLI application. The configuration file allows you to configure the file parameters for upload ahead of time rather than manually entering each parameter at the time of creation. You can also quickly update an existing EDM data set on the DLP cloud service when you configure the
config.properties
and
upload_config.properties
files.
  1. In the
    upload_config.properties
    file, you must enter a unique data set name for EDM data set you want to create as the
    dataset_name
    . Upload to the DLP cloud service fails if you upload an EDM data set with a data set name that already exists in the DLP app.
  2. Review the Supported EDM Data Set Formats and prepare the EDM data set you want to create.
  3. Navigate to the
    package-edm-secure-cli-<version>-<platform>
    directory and open the
    config.properties
    file.
  4. Configure the EDM data set upload parameters.
    1. Enter the path of the EDM data set for upload.
    2. Enter the delimiter used to specify boundaries between values in the EDM data set.
      The “
      ,
      ” and tab (
      t
      ) delimiters are supported for EDM data set uploads. An EDM data set might only use one delimiter.
    3. Enter the EDM data set encoding method.
    4. Enter the error threshold percentage for the EDM data set.
      A secured version of the EDM data set isn’t created if the DLP cloud service encounters errors exceeding the specified error threshold percentage.
    5. Specify whether the EDM data set has a header row.
      Enter
      true
      if the EDM data set includes a header row.
      Enter
      false
      if the EDM data set doesn’t include a header row.
    6. Specify whether to allow uploads of EDM data sets that include empty or blank cells.
      Enter
      true
      to allow rows that include empty or blank rows in an EDM data set.
      Enter
      false
      to reject rows that include empty or blank cells in an EDM data set.
    7. Specify whether the EDM CLI application should abort the EDM data set upload if the EDM data set includes more than the maximum number of cells supported.
      Enter
      true
      to upload the maximum number of data set cells supported.
      Enter
      false
      to abort EDM CLI application if the EDM data set has more than the maximum number of data set cells supported.
    8. Map your columns using the supported Data Types Value to accurately map each column in your EDM data set to a specific Data Type.
      Refer to the
      README.txt
      file packaged with the EDM CLI application for the table to map your EDM data set columns to the correct Data Type value.
      When you create an advanced data profile on
      Strata Cloud Manager
      , you’re required to add at least one column where the column values occurs up to 12 times in the selected EDM data set for the
      Primary Field
      .
      When mapping your columns to a specific Data Type, be sure to include at least one column with up to 12 occurrences across the entire EDM data set. Otherwise, the DLP cloud service is unable to match traffic against the EDM data profile you create using this EDM data set.
    9. Select
      File
      and
      Save
      the configuration file.
  5. Create the EDM data set to the DLP cloud service.
    1. Open a terminal and navigate to the
      package-edm-secure-cli-<version>-<platform>
      directory where the EDM CLI application is located.
    2. Create the encrypted EDM data set.
      • Windows
        admin:
        edm-secure-cli.bat create
      • Linux
        admin:
        ./edm-secure-cli.sh create
      Entering this command creates a secured copy of the EDM data set in the
      package-edm-secure-cli-<version>-<platform>
      directory.
    3. Verify that the EDM data set is uploaded to the DLP cloud service successfully.
      A progress bar and success message are displayed to notify you whether the upload is successful.
  6. Verify that the encrypted EDM data set is successfully created.
    The EDM CLI application only supports upload of the encrypted EDM data sets it creates to the DLP cloud service.
    A secured copy of the EDM data set specified is created in the
    package-edm-secure-cli-<version>-<platform>
    directory. In the directory, a new folder is created with the name of the EDM data set appended with the date and time it was created. Inside this folder is the encrypted
    output.zip
    file containing your EDM data set that is uploaded to the DLP cloud service.

Recommended For You