Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghkdqhrbals/malware_lstm

python으로 제작된 Fileless Malware 중 파워쉘 스크립트 탐지 툴입니다
https://github.com/ghkdqhrbals/malware_lstm

deep-learning lstm malware-research powershell-script tf-idf

Last synced: about 2 months ago
JSON representation

python으로 제작된 Fileless Malware 중 파워쉘 스크립트 탐지 툴입니다

Awesome Lists containing this project

README

        

# Malware_LSTM

Above

# Frequency Model

image

image

image

image

image

# Skills

* 비난독화
Time exception을 이용해 비난독화에 소모되는 시간 조절 및 다양한 난독화 기법

* 데이터 전처리
PSParser를 이용해 탐지에 유용한 키워드 추출 및 syntax error에 대비한 예외처리 활용

* 성능
Abnormal Script를 나타내는 단어들의 리스트를 TF-IDF 활용하여 짧은 시간내 Abnormal 탐지가능

**using Pytorch LSTM to classify Window Malware Dataset(in 2015)**

image