rocketscientist911 / DFIR-Malware-Windows

Use this when you are hunting for malware! Saves a lot of time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFIR-Malware-Windows

When you are threathunting for malware across 100s of systems; it gets quiet confusing.

How to Use?

  1. Change SigcheckPath= To where you have sigcheck saved! Sorry i should just download this from internet :/
  2. Replace the Directory Path

Just run the script!

1 Grab $users

This script would grab all the users in a directory C:\Users

This directory is where mostly malware gets in first; but you may also try C:\ or C:\Windows as well for interesting path's. I STRONGLY recommend to scan only UNSIGNED files "except LetsEncrypt".

2 Scan $files

It uses sigcheck to scan for all files which don't match extensions *.dat, *.jpg, *.gif etc and if the file is less than 1mb within the C:$Users\ Directory.

You can change this to 2mb even for better results as most malware is actually below 2mb.

Finally gives you the output in a .csv file with virustotal results.

Credits to myself ~ Ismail Kaleem

About

Use this when you are hunting for malware! Saves a lot of time


Languages

Language:PowerShell 80.4%Language:Python 19.6%