Skip to content

Latest commit

 

History

History
103 lines (64 loc) · 2.79 KB

TODO.adoc

File metadata and controls

103 lines (64 loc) · 2.79 KB

TODO

Minimal malware analyst use case

Multi-machine Setup

Isolation-focused

inetsim json config

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

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.