Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

GEODI Classifier has a flexible labeling mechanism to adapt a DLP software or an existing labelling schema.

PDF, Office, and Libre Office documents are labeled, and ADS (Alternate Data Stream) is used for all others.

GEODI directly supports files tagged with your current classification tool and adapts to the existing label scheme.

Labels and Sample Files

Below are the labels used in the standard template and sample files. The first lines are mandatory, others are optional. You may change and add new ones.

Label Structure

We create classes as described GEODI Classifier - Class and Policy settings on the page. The labels should follow the rules below.

name:value
name:value
...

At least one label must represent the class value and must be fixed. The Value value can take many different forms.

class:confidential
class:{58f30e89-66db-4092-a81f-282a2eee431c}
class:<x class="confidential"></x>
class:{"id":"58f30e89-66db-4092-a81f-282a2eee431c"}
class:<x>confidential</x>
...

You can use variables inside the tags. Variable names are case-sensitive.

Variable

Explanation

%User%

  1. It may vary depending on the classification tool.

    1. computer user name

    2. Email sender for OWA

    3. GEODI user for batch classification

%Ver%

The version of the application(Shell, or Office addon, or GEODI)

%Date%

Date information in yyyy-mm-dd format

%Date-epoch%

e-poch date value

%Date-UTC%

UTC full time information,

Default Classes

If there is no existing tag, you can use the tags below for DLP compliance.

Class

Label

Confidential

  1. geodilabelclass:id_classification_secret=2155a213-0150-4c2d-9211-dba2def647fd

  2. geodilabeluser:user=%User%

  3. geodilabeltime:datetime=%Date-UTC%

PII

  1. geodilabelclass:id_classification_personalinfo=d36d9a67-b760-4689-ad88-96381e595636

  2. geodilabeluser:user=%User%

  3. geodilabeltime:datetime=%Date-UTC%

Restricted

  1. geodilabelclass:id_classification_restricted=3c9990e0-a748-41de-9d8c-db8783fa5103

  2. geodilabeluser:user=%User%

  3. geodilabeltime:datetime=%Date-UTC%

Unclassifed

  1. geodilabelclass:id_classification_unclassified=0ef0d4bf-59b8-4ae6-bbc0-fafde041157b

  2. geodilabeluser:user=%User%

  3. geodilabeltime:datetime=%Date-UTC%

**

  • No labels