Phishing Kits: Threat Actors Analysis Research
2022-11-9 18:11:11 Author: marcoramilli.com(查看原文) 阅读量:26 收藏

Introduction

Phishing kits are tools that dark side experts provide to the community of criminal phishers to facilitate the construction of malicious Web sites. As these kits
evolve in sophistication, providers of Web-based services need to keep pace with
continuous complexity.

Today I am proud to introduce a long time research that Andrea Venturi, Michele Colajanni, Giorgio Valenziano and myself have done on this specific topic. We began 2 years ago by collecting recent phishing kits in my repository (HERE), we carry out an initial deterministic analysis of the source code of
the kits to extract the most discriminant features and information about their
principal authors. We then integrate this initial classification through supervised machine learning models.

Thanks to the ground-truth achieved in the
first step, we can demonstrate whether and which machine learning models are
able to suitably classify even the kits adopting novel evasion and obfuscation
techniques that were unseen during the training phase. We compare different
algorithms and evaluate their robustness in the realistic case in which only a
small number of phishing kits are available for training.

We then develop a killchain toolset able to detect novel phishing kits suitable for Cloud Providers. We also studied threat actors, with their key findings and put toghether their probable collaboration by investigating common functionalities and common structures in kits.

The paper right now is available on arxirv here

Classification Method (taken from paper)

Image from: https://arxiv.org/abs/2210.08273

We propose a novel classification method aimed to group phishing
kits according to the offered evasion and obfuscation functions. Our goal is to
design a method capable of keeping pace with the continuous introduction of
new techniques in modern kits and to better understand malicious habits of the
principal authors.
The overall methodology consists of the three main phases that are shown
in the previous figure. Phase I involves a static analysis of the content of the phishing kits
and produces a deterministic classification on the basis of the employed evasion
and obfuscation functions. This analysis is able to recognize known techniques,
but it cannot detect new versions or novel functions that phishing kit authors
might introduce. Phase II aims to extract numerous features which summarize
the structure and the functions of each kit along with authors’ design patterns,
and to label them according to the deterministic results. Phase III exploits
all previous information and obtains a probabilistic classification through ML
algorithms. This last classification aims to detect evasive and obfuscated kits
on the basis of structural information of the phishing kits and authors’ design
patterns. This contribution is important because it allows the ML classifiers
to overcome the typical drawbacks of the deterministic approaches (similarly
to that in Phase I) that cannot chase the authors of phishing kits when they
introduce new evasion and obfuscation techniques or modify existing ones.

If you are interested in more details on this, please read the paper (HERE).

Threat Actor Stereotype main features

After several ML algorithms runs, it looks like many of them agreed on the most important features to address cluster prototypes. In other words, what are the most interesting characteristics to look for specific threat actor. Or, if you prefer, how to recognize a specific Threat Actor among hundres, thousands of phishing kits. We figured out three main chars sets to be involved in classification: 1. Evasion, 2. Obfuscation and 3.Autor Profiling. Finally we had a definitive attribution matrix based on the following main (not uniques, please refer to paper) features

CategoryTechniqueNumber (Rate)
Evasion.htaccess494 (53%)
Evasionrobots.txt433 (47%)
EvasionPHP embedded code578 (63%)
Obfuscationurl_decode174 (46%)
Obfuscationeval292 (77%)
ObfuscationHexadecimal Assignement211 (56%)
Obfuscationbase64163 (43%)
ObfuscationObfuscator tools34 (9%)
Signaturexbalti42 (-)
Signaturel33bo-phishers33 (-)
Signaturevenza23 (-)
Signaturemedpage18 (-)
Signatureex-robots16 (-)
From

Basing our analyses on these extracted features we figured out families and threat actors cards enabling tracing for future evidences and new threat intelligence scenarios. I will disclose threat actors cards as soon as possible in next weeks.

Conclusions

Aim of this “post” is to freeze on my digital-diary a quick overview of my last research experience on PhishingKit threat actors. The research took over two years of observations, tracing activities (available here) and machine learning studies. We came out with a new technology able to classify threat actors based on features and to trace them over the years. I can’t wait to share the results on threat actors cards we redacted. Few weeks from now !

Ethical Hacking, Advanced Targeted Attack Expert and Malware Evasion Expert


文章来源: https://marcoramilli.com/2022/11/09/phishing-kits-threat-actors-analysis-research/
如有侵权请联系:admin#unsafe.sh