mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Some fixes for rules
This commit is contained in:
parent
a73dbd0a5d
commit
a7e5b0ac40
@ -17,10 +17,13 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image:
|
||||
Image|endswith:
|
||||
- '\dism.exe'
|
||||
ImageLoaded:
|
||||
ImageLoaded|endswith:
|
||||
- '\dismcore.dll'
|
||||
filter:
|
||||
ImageLoaded:
|
||||
- 'C:\Windows\System32\Dism\dismcore.dll'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Pentests
|
||||
|
@ -16,7 +16,7 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
CallTrace: '*editionupgrademanagerobj.dll*'
|
||||
CallTrace|contains: '*editionupgrademanagerobj.dll*'
|
||||
condition: selection
|
||||
fields:
|
||||
- ComputerName
|
||||
|
@ -5,7 +5,6 @@ description: Unfixed method for UAC bypass from windows 10. WSReset.exe file ass
|
||||
references:
|
||||
- https://www.bleepingcomputer.com/news/security/trickbot-uses-a-new-windows-10-uac-bypass-to-launch-quietly
|
||||
- https://lolbas-project.github.io/lolbas/Binaries/Wsreset
|
||||
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.privilege_escalation
|
||||
|
Loading…
Reference in New Issue
Block a user