NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

DETECT US_DRIVERS_LICENSE #27

Open cgboyce opened 2 months ago

cgboyce commented 2 months ago

Description

A US_DRIVERS_LICENSE is an important PII type. A US driver's license is an official document issued by a state’s Department of Motor Vehicles (DMV) or an equivalent agency, granting permission to an individual to operate a motor vehicle. It serves as one of the most widely accepted forms of identification in the United States. Detecting and protecting US driver's license information is critical due to the sensitive nature of the data it contains.

Detection Steps

  1. Pattern Matching
  2. Keyword and Contextual Analysis
  3. Optical Character Recognition (OCR) for Images
  4. Data Fingerprinting
  5. Cross-Reference with State-Specific Databases
  6. Data Loss Prevention (DLP) Rules
claesmk commented 2 months ago

@cgboyce this assignment will be mostly text based so (3) will be out of scope but is a good idea. Not sure what you were intending by (4) and (6) and we won't have access to (5) - Nice ideas just beyond scope of this assignment