Giter Site home page Giter Site logo

piedacoulisse2 / mmemichu Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 143 KB

Mme Michu is a malware analysis lab in Proxmox to launch malware in a secure place.

License: MIT License

PowerShell 65.48% Jinja 3.93% Shell 7.77% HCL 6.05% Batchfile 16.77%

mmemichu's Introduction

Mme Michu - Malware analysis lab

logo4

Mme Michu is a malware analysis lab in Proxmox to launch malware in a secure place.

Features

  1. Windows 10 machine
  2. Logger LXC
  3. Pfsense

Installation

Requirements

  1. Proxmox VE 8.1 or higher (can work with lower version).

  2. LXC with can communicate with Proxmox node with

  • Terraform
  • Packer
  • Ansible
  1. Linux Bridge vmbr99

Packer installation

Create a variables.json file to connect your packer config to Proxmox

{
	"proxmox_host": "192.168.0.1",
	"proxmox_node": "pve",
	"proxmox_username": "infra_as_code@pve",
	"proxmox_password": "password",
	"proxmox_network_with_dhcp_and_internet": "vmbr0",
	"proxmox_network_lan" : "vmbr99",
	"proxmox_vm_pool": "MmeMichu", #Optionnal
	"proxmox_skip_tls_verify": "true",
	"proxmox_disk_storage_pool": "disk1",
	"proxmox_disk_storage_type": "disk1",
	"proxmox_iso_storage_pool": "big2to"
}

Create Windows 10 and Pfsense template with packer command line

packer build -var-file variables.json windows_10_proxmox.json
packer build -var-file variables.json pfsense.json

Terraform installation

Create a terraform.tfstate like

proxmox_api_url= "https://192.168.0.40:8006/api2/json"
proxmox_node="pve"
proxmox_api_user="infra_as_code@pve"
proxmox_api_password="password"
vm_disk= "disk"
vm_disk_discard= "on"
vm_network= "vmbr0"
hostonly_network= "vmbr1"

Create Windows 10 VM, Pfsense VM, Logger LXC

terraform init
terraform apply

Ansible installation

export LC_ALL=C.UTF-8
ansible-playbook -i inventory mmeMichuAnalyse.yml

References

Detection Lab : doc

GOAD : doc

License

MIT

mmemichu's People

Contributors

piedacoulisse2 avatar

Watchers

 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.