Update sysmon_process_hollowing.yml
Update filters
This commit is contained in:
@@ -2,10 +2,12 @@ title: Sysmon Process Hollowing Detection
|
||||
id: c4b890e5-8d8c-4496-8c66-c805753817cd
|
||||
status: experimental
|
||||
description: Detects when a memory process image does not match the disk image, indicative of process hollowing.
|
||||
author: Christopher Peacock '@securepeacock', SCYTHE '@scythe_io'
|
||||
author: Christopher Peacock '@securepeacock', SCYTHE '@scythe_io', Sittikorn S
|
||||
date: 2022/01/25
|
||||
modified: 2022/02/01
|
||||
references:
|
||||
- https://twitter.com/SecurePeacock/status/1486054048390332423?s=20
|
||||
- https://www.bleepingcomputer.com/news/microsoft/microsoft-sysmon-now-detects-malware-process-tampering-attempts/
|
||||
tags:
|
||||
- attack.process_injection
|
||||
- attack.t1055.012
|
||||
@@ -15,7 +17,13 @@ logsource:
|
||||
detection:
|
||||
selection:
|
||||
Type: Image is replaced
|
||||
condition: selection
|
||||
filters:
|
||||
Image|endswith:
|
||||
- '\chrome.exe'
|
||||
- '\opeara.exe'
|
||||
- '\firefox.exe'
|
||||
- '\MicrosoftEdge.exe'
|
||||
condition: selection and not filters
|
||||
falsepositives:
|
||||
- There are no known false positives at this time
|
||||
level: high
|
||||
|
||||
Reference in New Issue
Block a user