Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PII – Personally Identifiable Information #21

Open
ricardomaia opened this issue May 6, 2020 · 0 comments
Open

PII – Personally Identifiable Information #21

ricardomaia opened this issue May 6, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ricardomaia
Copy link
Owner

Create a report on PII - Personally Identifiable Information sent or received.

  • Credit card numbers
    • MasterCard
      ^(?:5[1-5][0-9]{2}|222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}$
    • Visa
      \b([4]\d{3}[\s]\d{4}[\s]\d{4}[\s]\d{4}|[4]\d{3}[-]\d{4}[-]\d{4}[-]\d{4}|[4]\d{3}[.]\d{4}[.]\d{4}[.]\d{4}|[4]\d{3}\d{4}\d{4}\d{4})\b
  • Social Security number (USA) \b(?!000|666|9\d{2})([0-8]\d{2}|7([0-6]\d))([-]?|\s{1})(?!00)\d\d\2(?!0000)\d{4}\b
  • CPF (Brazil)
  • Passport
  • Email addresses ^[\w\.=-]+@[\w\.-]+\.[\w]{2,3}$
  • IPv4 ^\d{1,3}[.]\d{1,3}[.]\d{1,3}[.]\d{1,3}$
  • Password
  • BTC Address (?<![a-km-zA-HJ-NP-Z0-9])[13][a-km-zA-HJ-NP-Z0-9]{26,33}(?![a-km-zA-HJ-NP-Z0-9])
@ricardomaia ricardomaia added the enhancement New feature or request label May 6, 2020
@ricardomaia ricardomaia added this to the 1.0 milestone May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant