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

Create a pythonscript/javascript that connects to imap and checks for suspicious messages. #32

Open
Spillmaker opened this issue Dec 22, 2022 · 1 comment

Comments

@Spillmaker
Copy link

This is more for the independent person who wants to protect the closest ones.

This would be a system that connects to the IMAP-server (which any mail-service should have available).
Then it uses one of the detection methods people have suggested here to detect if the mail is A. from paypal and B. fraudalent.

If it is fraudalent, the script would instantly remove the email from the server.
Additionally one could modify the mail to include text that this may be fraudalent. One would download the copy of the mail, modify it with proper DOM, and then upload it again, making sure to prevent any accidental clicks on fraudalent links or phonenumbers.

It could also move the message to spam if thats something one wants.

Writing this in python or javascript would probably be the best since there are larger userbases, and there is also great support to make a package that could be running on a raspberry pi etc.

@Spillmaker
Copy link
Author

This should be really simple to make, and one could constantly improve and expand the algorithm for detection.

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