Swift Security Docs
  • Introduction to Swift Security
  • Onboarding
    • Tenant Setup
    • Product Deployments
      • Browser Extension
      • LLM Guardrails
        • LLM Guardrails API Integration
      • VS Code IDE Extension
    • Directory Sync
      • Configuring Google Directory Sync
      • Configuring Microsoft Directory Sync
    • MDM
      • Extension Deployment Via Google Workspace
      • Extension deployment via google workspace + MDM at device level
      • Extension Deployment Via Microsoft Intune
        • Chromium Browsers in Windows
        • Edge Browsers in Windows
        • Firefox Browsers in Windows
      • Extension Deployment Via Kandji
        • Chromium Browsers in Mac
    • Infrastructure
      • SaaS Model
      • Hybrid deployment (coming soon)
  • SSO (Single Sign-On)
    • SSO Configurations identity provider - Google workspace
    • SSO Configurations identity provider - Microsoft Entra ID
  • Administrative Guide
    • Console Users
      • Role Creation
      • RBAC General Settings for Login Methods (for the Console)
      • User Creation
      • SSO login(okta)
    • Swift Detection Engines
      • Data Identifiers
        • Custom Data Identifiers
      • EDM Dictionaries
        • EDM Rule
        • EDM Profile
        • EDM Extension Policy
      • Data Rules
        • Custom Rules
      • Data Profiles
      • LLM Guardrail Scanners
        • Data Protection Scanner
        • Gibberish Scanner
        • Ban Substrings Scanner
        • Invisible Text Scanner
        • Code Scanner
        • Language Scanner
        • Sentiment Analysis Scanner
        • Jailbreak Scanner
        • Toxicity Scanner
        • Prompt Injection Scanner
        • Token Limit Scanner
        • Reading Time Scanner
        • Language Same Scanner
        • No Refusal Scanner
        • Factual Consistency Scanner
        • Bias Detection Scanner
        • URL Reachability Scanner
        • Nudity Scanner
        • Gender Scanner
        • Celebrity Scanner
        • Face Scanner
        • Race Scanner
        • Performance and Benchmark
    • Browser Extension
      • Extension Installation
      • Granular Policies
        • Control URL access
        • Protect company data
        • Protect against Threats (Coming Soon)
      • Extension Alerts
      • Extension Events
      • Extension Popups
      • Browser Extension Coverage
    • LLM Guardrails
      • LLM Guardrails Policies
      • LLM Guardrails Alert
      • LLM Guardrails Events
    • Regulation Laws
  • Assets
    • Applications
    • Users
    • Extensions
  • Integration
    • Notification
      • Jira
      • ServiceNow
      • Slack
      • Splunk
    • Forensic
    • Feature
      • Rules Glossary
        • United States
        • Canada
        • Latin America
        • European Union
        • Australia
        • APAC (Asia-Pacific)
        • EMEA Countries
        • Others
      • Data identifiers Glossary
        • United States
        • Canada
        • Latin America
        • European Union
        • Australia
        • APAC (Asia-Pacific)
        • EMEA Countries
        • Others
      • Supported MIME Types
      • Supported OCR Format
    • Manage unauthorized access from unmanaged browser
  • Settings
    • Manage Reasons
    • Audit Log
  • Release Notes
    • Version - 1.27
    • Version - 1.26
    • Version - 1.25
    • Version - 1.24
    • Version - 1.23
    • Version - 1.16
    • Version - 1.15
    • Version - 1.14
    • Version - 1.13
    • Version - 1.12
    • Version - 1.11
    • Version - 1.10
    • Version - 1.09
    • Version - 1.08
    • Version - 1.07
    • Version - 1.06
    • Version - 1.05
    • Version - 1.04
    • Version - 1.03
    • Version - 1.02
    • Version - 1.01
Powered by GitBook
On this page
  1. Administrative Guide
  2. Swift Detection Engines
  3. Data Identifiers

Custom Data Identifiers

PreviousData IdentifiersNextEDM Dictionaries

Last updated 1 month ago

Custom data identifiers are created and customized by users according to their specific needs and requirements. Users can define the criteria and parameters for identifying particular types of data within their datasets.

A user can create a custom identifier based on their preferences, and there are three types of conditions available for creating it:

  1. Using both regex and keyword:

    • If the user provides both a regex and a keyword while creating the identifier, it will detect matches when both values (regex and keyword) are present.

    • If only the regex value is present on the identifier (and the keyword is not), and the user pastes or types only the regex value, it will still detect.

    • However, if the user only pastes or types the keyword value (while both regex and keyword are set in the identifier), detection will not occur.

  2. Using only regex:

    • If the user sets only a regex (without any keyword), detection will occur if the user pastes or types that regex value on any site.

  3. Using only keyword:

    • If the user selects the "only keyword" option and provides just a keyword, detection will occur if the user pastes or types that keyword on any site.

Navigate to Policies section click on Data Identifier to see the data Identifier.

Create new data Identifier by clicking on "Add Data Identifiers".

Condition 1 : For both Regex and Keywords.

Fill in the necessary details - Data identifier Name, Description, Regular Expression, Keywords etc.

Click "Submit" to Add New Data Identifiers.

Condition 2 : For Regex only.

Fill in the necessary details - Data identifier Name, Description, Regular Expression etc.

Click "Submit" to Add New Data Identifiers.

Condition 3 : For Keyword only.

Click on Keyword only and Fill in the necessary details - Data identifier Name, Description, Keyword etc.

Click "Submit" to Add New Data Identifiers.

Note: After creating a Custom Identifier, it's important to create a corresponding Custom Rule for it to be effective. The identifier alone will not trigger any detection unless it's linked through a rule.

Custom Data Identifier: Customizable and can be edited or removed.

To create a custom rule, please follow the guide here:

Custom Rule