Abstract
YARA rules utilises string or pattern matching to perform malware analysis and is one of the most effective methods in use today. However, its effectiveness is dependent on the quality and quantity of YARA rules employed in the analysis. This can be managed through the rule optimisation process, although, this may not necessarily guarantee effective utilisation of YARA rules and its generated findings during its execution phase, as the main focus of YARA rules is in determining whether to trigger a rule or not, for a suspect sample after examining its rule condition. YARA rule conditions are Boolean expressions, mostly focused on the binary outcome of the malware analysis, which may limit the optimised use of YARA rules and its findings despite generating significant information during the execution phase. Therefore, this paper proposes embedding fuzzy rules with YARA rules to optimise its performance during the execution phase. Fuzzy rules can manage imprecise and incomplete data and encompass a broad range of conditions, which may not be possible in Boolean logic. This embedding may be more advantageous when the YARA rules become more complex, resulting in multiple complex conditions, which may not be processed efficiently utilising Boolean expressions alone, thus compromising effective decision-making. This proposed embedded approach is applied on a collected malware corpus and is tested against the standard and enhanced YARA rules to demonstrate its success.
| Original language | English |
|---|---|
| Title of host publication | 2020 IEEE International Conference on Fuzzy Systems, FUZZ 2020 - Proceedings |
| Publisher | IEEE |
| ISBN (Electronic) | 9781728169323 |
| DOIs | |
| Publication status | Published - 26 Aug 2020 |
| Event | 2020 IEEE International Conference on Fuzzy Systems, FUZZ 2020 - Glasgow, United Kingdom Duration: 19 Jul 2020 → 24 Jul 2020 |
Publication series
| Name | IEEE International Conference on Fuzzy Systems |
|---|---|
| Volume | 2020-July |
| ISSN (Print) | 1098-7584 |
Conference
| Conference | 2020 IEEE International Conference on Fuzzy Systems, FUZZ 2020 |
|---|---|
| Country/Territory | United Kingdom |
| City | Glasgow |
| Period | 19/07/20 → 24/07/20 |
Bibliographical note
© 2020 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.Funding
The authors gratefully acknowledge the support of Hybrid-
Keywords
- Fuzzy Hashing
- Fuzzy Logic
- Fuzzy Rules
- Malware Analysis
- Performance Optimisation
- Ransomware
- YARA Rules