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

Add support for text input tracking #20

Closed
mlmitch opened this issue Sep 5, 2020 · 0 comments
Closed

Add support for text input tracking #20

mlmitch opened this issue Sep 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mlmitch
Copy link
Member

mlmitch commented Sep 5, 2020

I want the sensor to generate events that track user text input on websites they visit.
Attacks (e.g. credential phishing) happen through text input.
Also some other security hygiene / trends might be visible from this data.

Challenges:

  • Sensitive data encountered here (e.g. password fields). Need a method of dealing with this.
  • Large pieces of data (e.g. online documents) encountered. Need a method of dealing with this.
  • Possibly many pieces of data. Only want to send what's valuable to the gateway.
  • Many ways of entering text. Should work with things like autofill, password managers, copy/paste, keyboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant