Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Janusgraph | 4,768 | 64 | 29 | 8 hours ago | 18 | May 31, 2022 | 483 | other | Java | |
JanusGraph: an open-source, distributed graph database | ||||||||||
Elasticsearch Gmail | 1,976 | 9 months ago | 1 | Python | ||||||
Index your Gmail Inbox with Elasticsearch | ||||||||||
Cloudmarker | 191 | 2 years ago | 8 | May 13, 2019 | 10 | mit | Python | |||
Cloud security monitoring tool and framework | ||||||||||
Imapbox | 167 | 5 months ago | 14 | mit | Python | |||||
Dump imap inbox to a local folder in a regular backupable format: html, json and attachements | ||||||||||
Pepe | 124 | 3 years ago | 3 | Python | ||||||
Collect information about email addresses from Pastebin | ||||||||||
Matters Server | 70 | 2 days ago | 40 | apache-2.0 | TypeScript | |||||
Server code for Matters.News | ||||||||||
Comms Analyzer Toolbox | 46 | 4 months ago | 2 | apache-2.0 | Dockerfile | |||||
Tool for OSINT forensic analysis, search and graphing of communications content such as email MBOX files and CSV text message data using Elasticsearch and Kibana | ||||||||||
Envelope | 37 | 10 years ago | Ruby | |||||||
Envelope is a web-based email management tool | ||||||||||
Magento2 Patches | 31 | 19 days ago | 3 | |||||||
Composer patches for Magento 2 | ||||||||||
Springboot Actual Combat | 30 | 8 months ago | Java | |||||||
Spring Boot 2.x 实战案例及教程 |
EmailScanner is an integration application in python that uses exchangelib
to process mail items in Microsoft exchange.
The purpose of this application is to aid and orchestrate security event analysis of reported phishing emails as well as related email security events.
EmailScanner assumes a typical Phishme/Cofense phishing email report as the "phishing email submission", where the reported phishing email is a .msg attachment or some other mail item attachment. The email body would contain meta-data regarding the report -- This body is modified (prepended to) with Emailscanner processing results.
Most of these features can be turned on/off as desired.
The emailscanner.json
example configuration file should serve as a reference configuration.
Some description of the configuration items:
phishingemailfolders
, indexing them will allow you to run reports to see what user,department,job title,etc... is reporting emails sorted to specific folders.mispui
this does not have to be accessible by users,just by this app)Some items maybe missing.
A unit file is included as a reference, if you'd like to run his application as a systemd service.
This app is production ready and we use it extensively for everyday operations. With that in mind, there are plenty of bugs to be fixed. The code quality has plenty of room for improvement and it is constantly being improved and developed. For anyone attempting to use this application, please consider it a beta-grade application (alpha-grade if you consider the fireeyeformat and phishingformat scripts). Test it thoroughly before running it in production.
Please submit pull requests if you see any room for improvement or want to add features. Please excuse any typos, lack of commenting and poor variable naming as well.