👾
ReverseThrottle's Blog
  • ReverseThrottle: Blog Post
  • Palo Alto Networks
    • GlobalProtect Deployment
      • GlobalProtect Client Certificate Authentication
    • SD-WAN Basic Bare-Bone Configuration
  • 🌀Malware Analysis
    • Practical Malware Analysis Labs
      • PMA - CH 7-1
      • PMA - CH 7-2
      • PMA - CH 7-3
      • PMA - CH 9-1
      • PMA - CH 9-2
      • PMA - CH 9-3
      • PMA - CH 11-1
      • PMA - CH 11-2
    • Zero2Auto Custom Sample
      • Custom Sample
  • 🦠Exploit Development
    • Windows Buffer Overflow Primer
    • DoStackBufferOverflowGood
  • 👹Projects
    • Malscan
Powered by GitBook
On this page
  1. Projects

Malscan

Python tool used to check various threat intel sources

PreviousDoStackBufferOverflowGood

Last updated 2 years ago

I created this project because I wanted a tool I could use every time I analyzed a sample. Thus helping me save time and determine some information about the file I'm looking at. I wanted a simple tool to share and continually add new features that I desire or others.

As of my first release malscan only supports VirusTotal hash checks along with file uploads. My intent is to add more features that will help me with my initial triage of samples. Please feel free to add pull requests or open issues that you have found with malscan.

If you are interested please check out my

👹
GitHub