https://github.com/umair9747/staticot
A BASH script to automate simple tasks related to static malware analysis
https://github.com/umair9747/staticot
cybersecurity malware malwareanalysis security static-malware-analysis staticanalysis threatintel threatintelligence
Last synced: 8 months ago
JSON representation
A BASH script to automate simple tasks related to static malware analysis
- Host: GitHub
- URL: https://github.com/umair9747/staticot
- Owner: umair9747
- License: mit
- Created: 2020-04-28T13:12:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T17:43:50.000Z (over 5 years ago)
- Last Synced: 2025-05-15T21:44:08.997Z (11 months ago)
- Topics: cybersecurity, malware, malwareanalysis, security, static-malware-analysis, staticanalysis, threatintel, threatintelligence
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Staticot

## A BASH script to automate simple tasks related to static malware analysis.
## Features
1.Find the md5 hash
2.Extract the EXIF Data
3.Extract the strings
4.Find the total virustotal hits
5.Make a combined report for the above as a txt file
6.Make a report containing the json data of the whole virustotal scan
I made this script today,expect more features to be added soon!
## Installation
* ```git clone https://github.com/umair9747/staticot.git```
* ```cd staticot```
* ```chmod +x setup.sh```
* ```./setup.sh```
## Usage
The usage is pretty simple. Just type ./staticot.sh and it will ask you for the file name / file path as well as the name you want for your report [dont add extension].It will automatically generate the report in the working directory.Make sure to change the virustotal API in case you face any errors since the free API is restricted to 4 requests per minute.