CiviCERT / suspicious-email-submitter

The Suspicious Email Submitter is a discontinued browser extension (Chrome, Chromium, Firefox) for the easy submission of suspicious emails to a MISP instance for further analysis
GNU General Public License v3.0
13 stars 0 forks source link

[tracking] explore integration with PhishDetect #9

Closed mfc closed 4 years ago

mfc commented 5 years ago

https://github.com/phishdetect/phishdetect-extension/

discussing with amnesty team to understand possibilities of collaboration

liliakai commented 5 years ago

Looks like PhishDetect could implement SES functionality quite easily by taking misp.js from SES. They are already using the gmail-js module which has a function for extracting the raw MIME email content, so it's simply a matter of calling that function and piping the result to our mailToMisp() function.

mfc commented 5 years ago

thanks for doing that investigation, super helpful. let's create an email thread on this w/ Amnesty

liliakai commented 5 years ago

Just tagging this exploration by Claudio for reference: https://github.com/phishdetect/phishdetect-extension/commit/7d261ca71da31a59e27ece9fba3491741cea5e6e

mfc commented 4 years ago

we have gone forward with this integration work and it will be done in the https://github.com/phishdetect/phishdetect-extension/ repo