Skip to content

Commit 21eb54b

Browse files
committed
chore(rules): Expand registry persistence keys list macro
Include registry paths that adversaries can use to run programs to automatically launch at boot.
1 parent bdf9844 commit 21eb54b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rules/macros/macros.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,11 @@
297297
"HKEY_CURRENT_USER\\SOFTWARE\\Policies\\Microsoft\\Windows\\System\\Scripts\\Startup\\Script",
298298
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Ctf\\LangBarAddin\\*\\FilePath",
299299
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Internet Explorer\\Extensions\\*\\Exec",
300-
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Command Processor\\Autorun"
300+
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Command Processor\\Autorun",
301+
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\BootExecute",
302+
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\SetupExecute",
303+
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Execute",
304+
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\S0InitialCommand"
301305
]
302306
description: |
303307
Contains the patterns for the registry keys which are commonly abused for

0 commit comments

Comments
 (0)