diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index b6bdb550..e79f7cb0 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -32355,7 +32355,7 @@ defense-evasion: Export-Certificate -Type CERT -Cert Cert:\LocalMachine\My\$($cert.Thumbprint) -FilePath #{pfx_path} Get-ChildItem Cert:\LocalMachine\My\$($cert.Thumbprint) | Remove-Item executor: - command: 'certutil -addstore my .\test-cert.cer + command: 'certutil -addstore my #{pfx_path} ' cleanup_command: | diff --git a/atomics/T1553.004/T1553.004.md b/atomics/T1553.004/T1553.004.md index 5ecf6f2a..43e59df9 100644 --- a/atomics/T1553.004/T1553.004.md +++ b/atomics/T1553.004/T1553.004.md @@ -224,7 +224,7 @@ Creates a root CA with certutil ```powershell -certutil -addstore my .\test-cert.cer +certutil -addstore my #{pfx_path} ``` #### Cleanup Commands: