In order to prevent duplicate Agent IDs, what install parameter should be used on VMs to be used as persistent clones?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: D. NO_START=1
Community votes: C=1, D=2
Selected Answer: D Do not use a standard installation on a virtual machine. If you perform a standard install on a template, all VMs created from that template will be assigned the same Agent ID (AID). If the same AID is inadvertently assigned to more than one VM, events and detections from your various VMs would appear to be from a single host. upvoted 1 times
Selected Answer: D From CrowdStrike’s VM installation guidance, when you deploy on machines that will be used as persistent clones, you must prevent the sensor from starting so that each cloned VM gets a unique Agent ID on first boot. To do this, install with the NO_START=1 parameter. upvoted 1 times
Selected Answer: C Should be VDI instead of VM upvoted 1 times