NCATComp410 / comp410_fall_2024

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

Detect IT_DRIVER_LICENSE #19

Closed mawdogbe closed 3 weeks ago

mawdogbe commented 2 months ago

Description: Italian driver's licenses are based on a European standard for driver's licenses. These licenses have a 10-digit alphanumeric license number that can be used to identify a license holder. It is important to protect these license numbers as they can be used for identity fraud.

Detection Steps:

Example: AS5196744P

claesmk commented 2 months ago

Looks good

NCATAGGIES commented 2 months ago

If I had the example of the number you gave >> AS5196744P >> how can I know the holder of the license?

mawdogbe commented 2 months ago

Similar to SSNs, this number could be used within a database to find a potential target. It's more of a way in than a solid identifier, if that makes sense.