Added T1546.007 netsh helper dll

This commit is contained in:
keyboardcrunch
2020-09-15 15:44:50 -05:00
committed by GitHub
parent cfdf3a71a0
commit 2b11a2768b
+10
View File
@@ -109,3 +109,13 @@ Detects addition of logon scripts through command line or registry methods.
```
SrcProcCmdLine ContainsCIS "UserInitMprLogonScript" OR (RegistryKeyPath ContainsCIS "UserInitMprLogonScript" AND EventType = "Registry Value Create")
```
### T1546.007 Netsh Helper DLL
Atomics: [T1546.007]()
Detection of "helper" dlls with network command shell, through command arguments or registry modification.
```
(TgtProcName = "netsh.exe" AND TgtProcCmdLine ContainsCIS "add helper") OR (RegistryPath ContainsCIS "SOFTWARE\Microsoft\NetSh" AND EventType = "Registry Value Create")
```