Skip to content

ultrasilicon/layrex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layrex

A malware analysis sandbox tool chain leveraging container technology

Installation

pip install .

Usage

Binary Analysis

layrex run <INPUT_DIR> <OUTPUT_DIR>
  • INPUT_DIR: input directory containing all the target binaries.
  • OUTPUT_DIR: output directory to dump the JSON report file.

Report Dumping

Information will be lost in dumping. Dumped format is a selected subset of the input JSON report file depending on the target format chosen.

layrex dump <REPORT_FILE>  -o <OURPUT_DIR>  -f [files|markdown]
  • REPORT_FILE: path to the JSON report file.
  • OURPUT_DIR: output directory
  • FORMAT: the target file format
    • files will tell layrex to dump all the filesystem/network activities to a directory.
    • markdown will tell layrex to dump the report in markdown.

About

🍯 A malware analysis sandbox toolchain leveraging container technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages