Skip to content

Building a ConvLSTM deep learning model to evaluate assembly level smali code to classify fake and genuine apps.

Notifications You must be signed in to change notification settings

Tejas3772/Research-Malware-ConvLSTM

Repository files navigation

Research-Malware-ConvLSTM

Building a ConvLSTM deep learning model to evaluate assembly level smali code to classify fake and genuine apps.

Convolutional Long Short-Term Memory (ConvLSTM): ConvLSTM is a powerful deep learning architecture that combines the spatial understanding of Convolutional Neural Networks (CNNs) with the sequential memory capabilities of Long Short-Term Memory (LSTM) networks. This unique blend makes it well-suited for tasks that involve analyzing sequential data with both spatial and temporal dependencies.

Adaptation in Our Research:

In our research, ConvLSTM plays a pivotal role in enhancing mobile app security through behavior analysis. Here's how we adapted ConvLSTM:

  1. Sequential Data Analysis: ConvLSTM's inherent ability to process sequential data makes it a natural choice for analyzing the behavior patterns of mobile applications. It can effectively capture the temporal dependencies in the actions of apps over time.

  2. Data Representation: We represented the mobile app data as sequential frames, where each frame contained information about an app's behavior during a specific timeframe. ConvLSTM processed these frames sequentially, learning from the past and predicting future behaviors.

  3. Feature Extraction: ConvLSTM learned to extract relevant features from the behavior patterns, including subtle nuances that may indicate malicious activity. This feature extraction was instrumental in distinguishing between genuine and fake apps.

  4. Classification: The ultimate goal of ConvLSTM in our research was to classify apps as either genuine or fake based on their behavior patterns. The model learned from the sequential data and made predictions, contributing significantly to our security measures.

  5. Model Optimization: We fine-tuned the ConvLSTM model to ensure its accuracy and effectiveness in classifying apps. This involved training on a labeled dataset and adjusting model parameters.

In summary, the adaptation of ConvLSTM in our research allowed us to harness its capabilities in understanding sequential data. It contributed to the development of a robust security system that could accurately identify and mitigate the risks associated with malicious clone apps by analyzing their behavior patterns over time.

About

Building a ConvLSTM deep learning model to evaluate assembly level smali code to classify fake and genuine apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published