Files
blue-team-tools/rules/windows/sysmon/sysmon_process_hollowing.yml
T

35 lines
1.1 KiB
YAML
Raw Normal View History

2022-01-25 15:57:03 -05:00
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.
references:
2022-10-06 00:35:40 +02:00
- https://twitter.com/SecurePeacock/status/1486054048390332423?s=20
- https://www.bleepingcomputer.com/news/microsoft/microsoft-sysmon-now-detects-malware-process-tampering-attempts/
2022-10-25 12:00:56 +02:00
author: Christopher Peacock '@securepeacock', SCYTHE '@scythe_io', Sittikorn S
date: 2022/01/25
2023-01-03 10:37:09 +01:00
modified: 2023/01/03
2022-01-25 15:57:03 -05:00
tags:
2022-10-06 00:35:40 +02:00
- attack.defense_evasion
- attack.privilege_escalation
2022-01-25 15:57:03 -05:00
- attack.t1055.012
logsource:
product: windows
2022-01-29 23:55:21 +01:00
category: process_tampering
2022-01-25 15:57:03 -05:00
detection:
selection:
Type: Image is replaced
2022-02-01 15:19:36 +07:00
filters:
2022-10-06 00:35:40 +02:00
Image|contains:
2022-02-02 06:34:32 +01:00
- ':\Program Files\'
- ':\Program Files (x86)'
2022-02-01 15:19:36 +07:00
Image|endswith:
- '\chrome.exe'
2022-02-01 16:01:27 +01:00
- '\opera.exe'
2022-02-01 15:19:36 +07:00
- '\firefox.exe'
- '\MicrosoftEdge.exe'
2023-01-03 08:01:11 +03:00
- '\WMIADAP.exe'
2022-02-01 15:19:36 +07:00
condition: selection and not filters
2022-01-25 15:57:03 -05:00
falsepositives:
2022-01-26 17:53:46 +01:00
- There are no known false positives at this time
2022-01-25 15:57:03 -05:00
level: high