mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
fix: FP with Edge and call by ordinal
This commit is contained in:
parent
04709ab9f4
commit
020e6c9e29
@ -13,7 +13,7 @@ tags:
|
||||
- attack.t1085 # an old one
|
||||
author: Florian Roth
|
||||
date: 2019/10/22
|
||||
modified: 2020/11/28
|
||||
modified: 2021/04/29
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
@ -22,7 +22,11 @@ detection:
|
||||
CommandLine|contains|all:
|
||||
- '\rundll32.exe'
|
||||
- ',#'
|
||||
condition: selection
|
||||
filter:
|
||||
CommandLine|contains|all:
|
||||
- 'EDGEHTML.dll'
|
||||
- '#141'
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- False positives depend on scripts and administrative tools used in the monitored environment
|
||||
- Windows control panel elements have been identified as source (mmc)
|
||||
|
Loading…
Reference in New Issue
Block a user