The Wayback Machine - https://web.archive.org/web/20200326001428/https://github.com/chenerlich/FCL
Skip to content
FCL (Fileless Command Lines) - Known command lines of fileless malicious executions
Branch: master
Clone or download

Latest commit

Latest commit 190ae92 Nov 18, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Malwares Create Silence.md Sep 2, 2019
README.md Update README.md Nov 18, 2019

README.md

FCL - Fileless Command Lines

Known command-lines of fileless malicious executions.

Motivation

While hashing malicious files to identify malicious executions is easy, blocking the execution of fileless malware is more challenging. This repository's purpose is to collect command lines being used by threat actors, to ease the difficult of identifying them.

Structure

Each FCL file contains\may contain the following data:

  • Malware name
  • Executing process(es)
  • Malicious command-lines (contain dysfunctional URLs)
  • Fully\Partially deobfuscated command-lines
  • Regular Expression for detection
  • Technical write-ups
  • Sandbox report links
  • Notes

Contributions

If you have any malicious related command line (deobfuscated or not), sandbox links, technical write-up, regular expression or any useful suggestion, please share it with me and I will update this repository accordingly.

References

Here are some great references elaborating on fileless malicious executions and the use of it through time:

GPL 3

FCL - Fileless Command Lines Copyright (C) 2018, Chen Erlich (@chen_erlich).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

TODO

  • Add more fileless malwares
  • Sharp\add regular expressions
You can’t perform that action at this time.