Skip to content

0xhsn/Blue-Kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Blue-Kit V1

Combination Of Small Scripts In one place For Daily Tasks as Malware Analysts , SOC Analyst , Threat Hunter and more

the tool currently work on Linux

Contact Me

LinkedIn
FaceBook

Add The Tool to make it run in any place on system

chmod +x Blue-Kit.py
pwd "then take the path of where the script downloaded"
nano ~/.bashrc
export PATH="/path/to/your/script:$PATH"
source ~/.bashrc

Libraries

pip install pandas matplotlib rich shodan keyboard pyzipper if you found any issues just pip install and the name of libraries in the source code

Dont forget to put your own API Key in the code

  • Virus Total
  • Shodan
  • AbuseIPDB

The Kit Functions

  1. Perform VirusTotal Query
  2. Perform Shodan Query
  3. AbuseAbuseIPDB
  4. Calculate File Hash
  5. Extract Strings from File
  6. Decode Base64
  7. Check Magic Number Using Hex Editor
  8. MalwareBazzar Password IS >> infected

About

Combination Of Tools For Daily Tasks For Malware Analysts , SOC Analysts , Threat Hunters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%