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

[Fscrub] Intelligent Patterns #3

Open
HJFinch opened this issue Jan 9, 2018 · 0 comments
Open

[Fscrub] Intelligent Patterns #3

HJFinch opened this issue Jan 9, 2018 · 0 comments

Comments

@HJFinch
Copy link
Member

HJFinch commented Jan 9, 2018

To keep the information a file provides while still scrubbing sensitive information we want to scrub data like ip's or hostnames in a more intelligent manner.

This means:

  • Every instance of an IP Address gets replaces with the same unique identifier (for 0.0.0.0 for example client1.ip.fscrub.com).
  • Every instance of a hostname gets replaced with the same unique identifier (for t0001.ipconnect.net for example client1.host.fscrub.com).
  • Replacing those values happens only once (requires ignore matches).

This concept could be followed on to other types like passwords replaced with random new passwords, phone numbers, emails, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant