EMFET: E-mail Features Extraction Tool
EMFET is an open source and flexible tool that can be used to extract a large number of features from any email corpus with emails saved in EML format. The extracted features can be categorized into three main groups: header features, payload (body) features, and attachment features. The purpose of the tool is to help practitioners and researchers to build datasets that can be used for training machine learning models for spam detection. So far, 140 features can be extracted using EMFET. EMFET is extensible and easy to use. The source code of EMFET is publicly available at GitHub (https://github.com/WadeaHijjawi/EmailFeaturesExtraction)
Code (1)
Tasks
BIG-bench Machine LearningSpam detectionSimilar Papers 제목 키워드 기반
E-Mail Assistant -- Automation of E-Mail Handling and Management using Robotic Process Automation
In this paper, a workflow for designing a bot using Robotic Process Automation (RPA), associated with Artificial Intelligence (AI) that is used for information extraction, classification, etc., is proposed. The bot is eq…
ManagementMAILEX: Email Event and Argument Extraction
In this work, we present the first dataset, MailEx, for performing event extraction from conversational email threads. To this end, we first proposed a new taxonomy covering 10 event types and 76 arguments in the email d…
4k8kEvent ExtractionIn-Context LearningBuilding a Dataset for Summarization and Keyword Extraction from Emails
This paper introduces a new email dataset, consisting of both single and thread emails, manually annotated with summaries and keywords. A total of 349 emails and threads have been annotated. The dataset is our first step…
Abstractive Text SummarizationKeyword ExtractionCyri: A Conversational AI-based Assistant for Supporting the Human User in Detecting and Responding to Phishing Attacks
This work introduces Cyri, an AI-powered conversational assistant designed to support a human user in detecting and analyzing phishing emails by leveraging Large Language Models. Cyri has been designed to scrutinize emai…
MAIL: Malware Analysis Intermediate Language
This paper introduces and presents a new language named MAIL (Malware Analysis Intermediate Language). MAIL is basically used for building malware analysis and detection tools. MAIL provides an abstract representation of…
Malware Analysis