An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/sfet

SFET | Static Feature Extraction Tool for Potentially Malicious OS Files
https://github.com/cybersecurity-dev/sfet

android android-reverse-engineering apk apk-parser elf elf-parser exe exe-parser linux linux-reverse-engineering static-analysis static-analyzer windows windows-reverse-engineering

Last synced: 27 days ago
JSON representation

SFET | Static Feature Extraction Tool for Potentially Malicious OS Files

Awesome Lists containing this project

README

          

# **SFET** | _Static Feature Extraction Tool_ for Potentially Malicious OS Files
[![made-with-python](http://forthebadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![built-with-science](https://forthebadge.com/images/badges/built-with-science.svg)](https://cyberthreatdefence.com/)
[![open-source](https://forthebadge.com/images/badges/open-source.svg)](https://cyberthreatdefence.com/)

Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update
```

Install required tools on Windows

Install required python libs

### pip install
```bash
pip install -r requirements.txt
python3 setup.py install
```

### conda install
```bash
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
```

## Supported File Formats:

The analyzer supports multiple file formats including:
- Windows executables (.exe, .dll)
- Linux executables (.elf, .so)
- Android executables (.apk)

### To Do:

- Scripts (.ps1, .bat)
- Scripts (.sh)
- Scripts (.js, .hta)
- And more

##

### Contributing

[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/cybersecurity-dev/SFET/graphs/contributors)!

[🔼 Back to top](#sfet--static-feature-extraction-tool-for-potentially-malicious-os-files)