mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Merge pull request #1690 from WuerthIT/patch_rule
update rule: powershell_accessing_win_api.yml
This commit is contained in:
commit
abb8df887a
@ -26,13 +26,13 @@ detection:
|
||||
- 'VirtualFree'
|
||||
- 'WriteProcessMemory'
|
||||
- 'CreateUserThread'
|
||||
- 'CloseHanlde'
|
||||
- 'CloseHandle'
|
||||
- 'GetDelegateForFunctionPointer'
|
||||
- 'CreateThread'
|
||||
- 'memcpy'
|
||||
- 'LoadLibrary'
|
||||
- 'GetModuleHandle'
|
||||
- 'GetProcAdress'
|
||||
- 'GetProcAddress'
|
||||
- 'VirtualProtect'
|
||||
- 'FreeLibrary'
|
||||
- 'ReadProcessMemory'
|
||||
@ -51,20 +51,20 @@ detection:
|
||||
- 'RevertToSelf'
|
||||
- 'GetLogonSessionData'
|
||||
- 'CreateProcessWithToken'
|
||||
- 'DuplicateRokenEx'
|
||||
- 'DuplicateTokenEx'
|
||||
- 'OpenWindowStation'
|
||||
- 'OpenDesktop'
|
||||
- 'MiniDumpWrireDump'
|
||||
- 'MiniDumpWriteDump'
|
||||
- 'AddSecurityPackage'
|
||||
- 'EnumerateSecurityPackages'
|
||||
- 'GetProcessHandle'
|
||||
- 'DangerousGetHandle'
|
||||
- 'Kernel32'
|
||||
- 'kernel32'
|
||||
- 'Advapi32'
|
||||
- 'Msvcrt'
|
||||
- 'msvcrt'
|
||||
- 'ntdll'
|
||||
- 'User32'
|
||||
- 'Secur32'
|
||||
- 'user32'
|
||||
- 'secur32'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
Loading…
Reference in New Issue
Block a user