Masking

Masking

According to GEODI discovery results, masking or anonymization can be applied to files and databases.

 

 

Masking refers to obscuring sensitive data in a content or replacing it with a fixed text. On the other hand, anonymization involves replacing a value with other values that appear real.

With masking, sensitive data is completely obscured, while anonymization breaks the link with real data but still maintains the appearance of real data. By anonymizing data containing sensitive information, you can easily share it with testing teams, data analysis teams, or researchers.

How the findings should be masked can be determined.

  1. You can replace it with *.

  2. You can replace a name or phone number with a distinct value such as [NAME] or [TELNO].

  3. You can use the first two and last four characters for identifiers like IBAN or credit card numbers.

  4. Cases like capitalizing the first letter are possible.

Content names (File names, e-mail subjects, ..) are not masked.

 

Masking can be done in several ways.

  1. Permanent File Masking: In file-based data, discovery layers identified as permanent or copy can be altered. Rules can be defined separately for personal data, financial data, or all data. A copy document can be created where all identified words with identifiers or dictionaries are hidden. Different masking options may exist for the legal and purchasing departments of the same document.

  2. Dynamic Masking: Discovery layers selected with selected groups/users change dynamically. So, while one user sees the same document in its entirety, another may view it with hidden financial areas or personal data.

  3. Database Masking: It creates a masked or anonymized copy of a given database as the source. It is possible to mask a database for software development teams.

 

Persistent File Masking

GEODI creates a copy of the content undergoing masking to perform the process. The operation functions in the "Mask and Download" manner.

You can also perform this process in bulk using the "Batch Mask/Anonymize" action from the Actions menu. Actions create a script that the system administrator should execute. For individual files or a small number of files, you can generate modified copies of the files using the masking/anonymization process within the viewer.

  • Masking operates in the following formats:

    • Word (*.doc, *.docx, *.rtf)

    • Excel (*.xlsm, *.csv, *.xlsx, *.xls)

    • PDF (*.pdf)

    • Powerpoint (*.ppt, *.pptx, *.ppsx)

    • LibreOffice (*.odp, *.odt, *.ods)

  • Access is available for viewers of supported formats for the masking process under the button.

  • By creating as many definitions (masking metadata) as needed, you can mask all discovered data or a selected subset.

    • The following definitions are provided by default. The method specified on this page can be used to make changes and additions.

    • For example, with masking, a name like "Hasan Hüseyin" can be masked as "[NAME]" or "****". Different masking formats can be defined based on different identifiers using definitions. This means that names, IBANs, and currency expressions can all be masked differently.

Dynamic Masking

  • With dynamic masking, the discovery results are masked and visible on screens such as the viewer, words, network graph, summary, etc.

  • Masking in the viewer applies to the following types, regardless of their source: whether they are embedded in a File Server, SharePoint, or Database.

    • Office Files (Word, Excel, PowerPoint)

    • Open Office (ODT, ODS, ...)

    • PDF

    • TXT, XPS

  • The "Dynamic Masking" box is selected on the project wizard's last page, and settings are configured.

  • Once adjustments are made, files in the project are displayed to users in a masked format.

    • It operates with group-based authorization.

    • A masking metadata is defined for each group.

    • When group members open a file from the project, it is displayed in a masked form according to the defined masking metadata.

  • The "No Masking" setting displays the results without masking for the defined group.

  • Any group or user not matched with a profile is assumed to use the MaskALL profile.

  • When downloading files, it also downloads them in a masked form.

Database Masking

Database masking performs permanent masking on the given database. You can also work on a copy if you want the original data to remain intact.

Database masking provides several use cases:

  1. When you need to share your database with software or testing teams, masking permanently removes sensitive data from your database for this use case.

  2. When you share your database for data analysis, sensitive data is permanently removed, allowing you to share the database safely.

Permissions

Masking authorization is the same as document download authorization. Those with download permissions can use it.

For dynamic masking, authorization can be done based on the user/group or discovery results.

 

FAQ

  1. Masking may behave differently in the following situations:

    1. Discovery results from multiple columns are not masked.

    2. Masking is not applied in Excel or database records if the cell/column type is numeric. Values such as IBAN or credit card numbers in such columns are detected but not masked.

    3. If the cell/column type is a date in Excel or databases, date values are discovered but not masked.

    4. In Excel/database cells, if a paragraph contains more than one finding, only one is masked. For instance, if a name and an ID number occur in the paragraph, only one will be masked.

  2. Some files (.mobi, .xps) can not be permanently masked, but dynamic masking is possible.

A MASKING and DISCOVERY license is required.

  1. Emails are not masked on the viewer, but their attachments are masked according to the defined rules.

  2. Some files (.mobi, .xps) can not be permanently masked, but dynamic masking is possible.

  3. Database (DB) contents appear masked in the DLV interface, but they are shown unmasked in the viewer.

Related content