Root Certificate Installed - PowerShell
Description
Adversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers.
Query · sigma
selection1: ScriptBlockText|contains|all: - Move-Item - Cert:\LocalMachine\Root selection2: ScriptBlockText|contains|all: - Import-Certificate - Cert:\LocalMachine\Root condition: 1 of selection*
Known false positives
- Help Desk or IT may need to manually add a corporate Root CA on occasion. Need to test if GPO push doesn't trigger FP