Detect QEMU VM
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- powershell
- Domain
- operating-systems
Research direction
Start by locating the installer logic that checks the virtual-machine model and read how Get-CimInstance win32_computersystem is used. Extend the detection to account for a manufacturer of "QEMU" when the model check does not identify a VM, then verify that QEMU systems are accepted without changing the existing hardened-machine message.
Written by the indexing model from the issue text.
Description
Details
The installer currently does not detect virtual machines running on QEMU.
This information is not available in the model property but it is in the manufacturer:
if (-not ($isVirtualModel)) {
$computerSystemManufacturer = (Get-CimInstance win32_computersystem).manufacturer
if ($computerSystemManufacturer -ne "QEMU") {
return "You are not on a VM or have hardened your machine to not appear as such"
}
}
- Dominant language
- PowerShell
- Stars
- 9.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mandiant/flare-vm
-
:bug: bug
mandiant/flare-vm#737 · 6 comments · 4 reactions · 1 assignee ·
-
:bug: bug
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
:bug: bug
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
:gem: enhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
:bug: bug :confused: needs info
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
All issues in mandiant/flare-vm
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
type:content-error
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
stephrobert/blog-roadmap#15 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
microsoft/windows-rs#4979 ·
-
0.kind: bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100