https://github.com/wenzel/packer-flare
Packer templates to build your FLARE VM from scratch
https://github.com/wenzel/packer-flare
flare malware-analysis packer-template
Last synced: 3 months ago
JSON representation
Packer templates to build your FLARE VM from scratch
- Host: GitHub
- URL: https://github.com/wenzel/packer-flare
- Owner: Wenzel
- License: gpl-3.0
- Created: 2018-04-20T11:31:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T13:56:15.000Z (about 8 years ago)
- Last Synced: 2025-04-18T04:12:12.254Z (about 1 year ago)
- Topics: flare, malware-analysis, packer-template
- Language: PowerShell
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packer-flare
[](https://gitter.im/packer-flare/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Packer templates to build your FLARE VM from scratch
## Requirements
- Download `Packer` from [packer.io](https://www.packer.io/)
## Build
### Tweak config.json
Open the `config.json` and set the variables (`cpus`, `memory_size`, ...) to your need
~~~JSON
{
"headless": "true",
"cpus": "2",
"memory_size": "4096",
"disk_size": "61440"
}
~~~
### Start the build
Select a hypervisor in the following list:
- `qemu`
- `virtualbox-iso`
Select the desired operating system template:
- `windows_7.json`
- `windows_10.json`
And start the build:
./packer build --var-file config.json --only virtualbox-iso windows_10.json