Coder Social home page Coder Social logo

malware-analysis-victim's Introduction

Victim Environment for Malware Analysis

This list is a ToDo list to build a comfortable victim Windows machine to be infected by malware for behavioral analysis & reverse engineering, consists of some software recommendations and tips to make the analysis easy.

Recommended software

Windows XP is for 32bit analysis.

Windows 10 is for 64bit analysis.

Some softwares are not producing 32bit version anymore. You will need to install specific version which still produces 32bit version, in case you are working on 32bit analysis.

  • System Monitoring Tools

    • VMware Tools (If you are using VMware)
    • Process Monitor
      • For Windows XP: Version v3.1
      • For Windows 10: LATEST
    • Process Explorer
      • For Windows XP: Version 16.02
      • For Windows 10: LATEST
    • Autoruns
    • Regshot
    • Process Hacker
    • API Monitor
      • For Windows XP: API Monitor x32
      • For Windows 10: API Monitor x64
    • What's Running
    • SysInspector
  • Network Monitoring Tools

    • Fiddler
    • TcpLogView
  • Editor

    • Notepad++
    • HxD
    • Resource Hacker
    • CFF Explorer (Included in NTCore's Explorer Suit)
  • Debugger

    • IDA
      • For Windows XP: IDA Pro Free v5.0
      • For Windows 10: IDA Pro Free LATEST
    • OllyDbg 1.10 (final version)
    • x64dbg
      • For Windows XP: x32dbg
      • For Windows 10: x64dbg
    • LoadPE
  • File Analysis

    • Exeinfo PE (Alternative to PEiD)
    • BinText
    • Detect It Easy
    • Bytehist
    • XORSearch [Binary]
    • md5sum [Binary]
      • ONLY for Windows XP
      • Windows 10 can calculate HASH with buit-in PowerShell
  • Analysis Automation

    • PeStudio
    • Noriben
  • UnPacker

    • UPX [Binary]

Some tips

This is some tips to make your analysis easy...

  • Shortcuts on desktop

    • Administrator Command Prompt
      • For Windows XP: %SystemRoot%\system32\cmd.exe
      • For Windows 10: %windir%\system32\cmd.exe
    • "hosts" file
      • For Windows XP: %SystemRoot%\system32\drivers\etc\hosts
      • For Windows 10: %windir%\system32\drivers\etc\hosts
    • Internet Explore
  • OS configuration

    • Disable ”Hide filename extension”
    • Show hidden files
    • Show system files
    • Disable Screen Saver
    • Disable Screen Lock

malware-analysis-victim's People

Contributors

d4ichi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.