Simple framework to extract "actionable" data from Android malware (C&Cs, phone numbers etc.) Installation: You have to install the following packets before you start using this project: Androguard (git clone https://github.com/androguard/androguard; cd androguard; sudo python setup.py install) PyCrypto (easy_install pycrypto) pyelftools (easy_install pyelftools) yara (easy_install yara) Architecture: The project has couple of directories, which host a place for you static analysis or output processing: plugins - this is were the code responsible for the malware identification and data extraction is. Every class has to inherit from Plugin class from templates. Method recon identifies the malware - put there all of the code you need to make sure you can extract the data. Method extract does the usual extraction. There is no specific format for the extracted data, but it's good to keep it in Python dictionary, so that the ouput processors could read it in a uniform way. processing - this is were you put classes that inherit from OutputProcessor class. They are invoked after the data extraction and get the extracted info. process method takes
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
A sandbox for quickly sandboxing known or unknown families of Android Malware
Valkyrie is a sophisticated file verdict system that enhances malware detection through behavioral analysis and extensive file feature examination.
Blazingly fast Yara queries for malware analysts with an analyst-friendly web GUI.
A tool designed to handle archive file data and augment Yara's capabilities.
PinCTF is a tool for using Intel's Pin Tool to instrument reverse engineering binaries and count instructions.
Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.
A program to manage yara ruleset in a database with support for different databases and configuration options.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.