Skip to content

Latest commit

 

History

History
120 lines (75 loc) · 3.25 KB

TODO.adoc

File metadata and controls

120 lines (75 loc) · 3.25 KB

TODO

Minimal malware analyst use case

missing things

  • chocolatey package for ollydbg 2

bugs

  • Win10 disable malware protection, cloud and automatic submission

  • Win10 desktop virtualbox share doesn’t work

inetsim json config

"vboxmanage_post": [
	["modifyvm", "{{.Name}}", "--nic1", "intnet"],
	["modifyvm", "{{.Name}}", "--intnet1", "malwarelab"]
],

Install process

  • Make easily customizable in Autounattend.xml

    • license key

    • computer name

    • username

    • NetworkLocation: Microsoft-Windows-Shell-Setup | OOBE | NetworkLocation (Win7 at least)

  • Concept of pre-built profiles: Work (crimeware/APTs?) vs Home (crimeware)

Improvements to Autounattend.xml

  • Perform automatic updates on initial setup

  • Automatic updates configuration (disabled/enabled)

Cleanup

  • Consolidate duplicated info (arch specifics) in installconfig/windows10/

Vagrant things to try or document

  • config.vm.box_url

Other things

# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"

In the box Vagranfile

To communicate with the user:

config.vm.post_up_message

Support Linux targets

TODO

Support QEMU targets (other archs)

To do malware analysis on embedded systems.

Support WinXP

Talk to sholmes, he did it.