-
Notifications
You must be signed in to change notification settings - Fork 37
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
Contribute to internal phishing detection of Thunderbird #158
Comments
I don't agree. All spam/phishing I received so far had either no or a valid DKIM signature (from some domain in control of the attacker). On the other hand, there are genuine e-mails with a broken DKIM signature, especially if received via an e-mail list. For me DKIM has only value, if there can be made a (trustworthy) association between the signing domain, and the entity the e-mail claims to be from.
Given the reasons above, I don't think adding something simple like this would add much value to the spam filter, if any at all. One could potentially use the already included white list of trusted domains at the moment used for showing the favicons. But this would only help in avoiding false positiv spam, and not in detection spam in general. So I currently don't see there enough value being added to justify the work needed to implement this. |
Something the extension could do is check if the DKIM domain is the same as the sender's email address domain. If the DKIM isn't valid or if the sender's email address domain is different, the sender's email address could be highlighted in red or something and a warning icon could be shown.
Note that it may be best to just show a green icon for messages where the sender's email is on the same domain as the DKIM and not show any warning otherwise. Update: There's actually an option in Display in the left panel (didn't notice that panel) to highlight the sender's email address based on DKIM. |
Note that this issue is about automatically contribute to Thunderbird's own spawn detection. Without the addon making any changes to the GUI.
It should already produce a warning if the from address is not included in the signing domain. And for mailing list sign rules can be used to disable this https://github.com/lieser/dkim_verifier/wiki/Sign-rules#disable-from-is-not-in-signing-domain-warning. |
I would like if the plug-in would contribute to the internal phishing detection of Thunderbird, an e-mail with wrong DKIM is more likely phishing where the opposite not.
I'm not sure how it is working in Thunderbird but it would be nice to have something like +1 point when DKIM pass and -1 point when DKIM fail to contribute to the already inplace detection.
Meybe the plug-in could offer an API that when called return:
An then the API could be used by Thunderbird if available.
The text was updated successfully, but these errors were encountered: