thalesgroup-cert / Watcher

Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
https://thalesgroup-cert.github.io/Watcher
GNU Affero General Public License v3.0
847 stars 122 forks source link

[Feature Request] integration with pystemon for pastebin alike sites scraping #6

Open cvandeplas opened 3 years ago

cvandeplas commented 3 years ago

It's exciting to see the capabilities of watcher. I notice the implementation has a custom pastebin scraping tool. It might be with to consider using the very modular pystemon as backend allowing much more paste-alike websites to be scraped.
To exchange data multiple methods are already possible (database, redis, mongo, ...) and more are easy to integrate if needed.

Felix83000 commented 3 years ago

We think we can improve the data leakage part. We are also considering pystemon. Thanks for the contribution.

Felix83000 commented 3 years ago

Don't hesitate to try an integration on your side and PR your work after!