-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathpersist-via-lsa-registry-key.yml
More file actions
28 lines (28 loc) · 1.02 KB
/
persist-via-lsa-registry-key.yml
File metadata and controls
28 lines (28 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
rule:
meta:
name: persist via LSA registry key
namespace: persistence/registry
authors:
- j.j.vannielen@utwente.nl
scopes:
static: function
dynamic: call
att&ck:
- Persistence::Boot or Logon Autostart Execution::Authentication Package [T1547.002]
- Persistence::Boot or Logon Autostart Execution::Security Support Provider [T1547.005]
references:
- https://learn.microsoft.com/en-us/windows/win32/secauthn/authentication-packages
- https://learn.microsoft.com/en-us/windows/win32/secmgmt/password-filters
features:
- and:
- match: set registry value
- or:
- and:
- string: /SYSTEM\\(CurrentControlSet|ControlSet001)\\Control\\Lsa/i
- or:
- string: /Authentication Packages/i
- string: /Notification packages/i
- string: /Security Packages/i
- and:
- string: /SYSTEM\\(CurrentControlSet|ControlSet001)\\Control\\LsaExtensionConfig\\LsaSrv/i
- string: /Extensions/i