Flerken : Obfuscated Command Detection Tool

Flerken is an Open-source obfuscated command detection tool. Command line obfuscation has been proved to be a non-negligible factor in file-less malware or malicious actors that are “living off the land”.

To bypass signature-based detection, dedicated obfuscation techniques are shown to be used by red-team penetrations and even APT activities.

Meanwhile, numerous obfuscators (namely tools perform syntax transformation) are open sourced, thus making obfuscating given commands increasingly effortless.

However, the number of suitable defenses remains to be few. For Linux command line obfuscation,we can barely find any detection tools.

Concerning defenses against Windows command obfuscation, existing schemes turn out to either lack of toolization, or only partially resolve the entire problem, sometimes even inaccurately.

To better facilitate obfuscation detection, we have proposed Flerken, a toolized platform that can be used to detect both Windows (CMD and Powershell) and Linux (Bash) commands.

The name of Flerken is inspired by a cat-like yet extremely powerful creature from Marvel world. Flerken is build on the basis of carefully collection of black/white samples, and can be divided into two sub-schemes, namely Kindle (Windows obfuscation detector) and Octopus (Linux obfuscation detector).

To help optimize Flerken’s classification performance, we adopt techniques such as machine learning, bi-directional feature filter ring, script sandboxing.

Also Read : NAXSI : WAF For NGINX

Quick start : Installation

  • Step 1: Ensure you have installed python 3.x on your server, you can use the following command to check it.

[root@server:~$] python -V

  • Step 2: Install the required components, all the prerequisite components have been declared in requirement.txt.

[root@server:~$] pip install -r requirement.txt

  • Step 3: Login in your MySQL console, and import database

source /your path/Flerken/flerken/lib/flerken.sql

  • Step4: Custom your Flerken APP config as you want.

Path: flerken/config/global_config.py

  • Step5: Now you can run it!

[root@server:~$] python runApp.py

  • Step 6(Optional): You can build your own whitelists for reducing false positive rate.

Path: flerken/config/whitelists/

How to use

It’s very easy to use as shown in the following picture, and we will also release API interfaces as soon.\

Build-in 3rd parties

  • Flask
  • Flask-WTF
  • Flask-Limiter
  • frankie-huang/pythonMySQL
  • jQuery
  • Swiper

Credits: Yao Zhang, Zhiyang Zeng

R K

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

14 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

14 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

14 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

14 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

14 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

17 hours ago