SkillAgentSearch skills...

Mr.roboto

Malware analysis scripts written in Python. Scripts include unpacking zip samples, string extraction, and query VT hashes of samples.

Install / Use

/learn @aj-tap/Mr.roboto
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Mr Roboto

Python scripts that skips repetitive malware analysis tasks.

asciicast

Features:

  • [ x ] Extracts bulk zip password-protected samples.
  • [ x ] String Extraction ML based (StringSifter).
  • [ x ] PE Analysis tool.
  • [ x ] Generate report from CAPA.
  • [ x ] Queries hash only of the sample to different CTI.
    • [ x ] Virustotal
    • [ ] Alien OTX
    • [ ] Malware Bazaar
    • [ ] Generate PDF summary report

Usage

Extracts bulk zip samples with standard "infected" password and pull strings, Capa results and VT search query.

python3 main.py --unzip -f <samples-files> -o <saved-specimens> -vt <vt-key>

Installation

# Clone this repository 
git clone https://github.com/aj-tap/mr.roboto
# Create a virtual environment 
python3 -m venv env 
# Activate virtual environment 
source env/bin/activate
# Install libraries 
pip install -r requirements.txt
# See Instruction
python main.py --help
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Aug 26, 2023

No findings