diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index ed7590c8..1e133ceb 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -33246,7 +33246,7 @@ defense-evasion: - windows executor: command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" - /VE /T REG_SZ /F /D “Service” + /VE /T REG_SZ /F /D "Service" ' cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" @@ -33265,7 +33265,7 @@ defense-evasion: - windows executor: command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" - /VE /T REG_SZ /F /D “Service” + /VE /T REG_SZ /F /D "Service" ' cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" diff --git a/atomics/T1112/T1112.md b/atomics/T1112/T1112.md index 09a13c4f..94fbe07e 100644 --- a/atomics/T1112/T1112.md +++ b/atomics/T1112/T1112.md @@ -1227,7 +1227,7 @@ Adding a subkey to Minimal with the name of your service and a default value set ```cmd -REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D “Service” +REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D "Service" ``` #### Cleanup Commands: @@ -1261,7 +1261,7 @@ Adding a subkey to Netowrk with the name of your service and a default value set ```cmd -REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D “Service” +REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D "Service" ``` #### Cleanup Commands: