SigmaHQ/rules/windows/process_creation/win_uac_fodhelper.yml

24 lines
878 B
YAML
Raw Normal View History

2019-10-28 10:59:49 +00:00
title: Bypass UAC via Fodhelper.exe
id: 7f741dcf-fc22-4759-87b4-9ae8376676a2
2019-10-28 10:59:49 +00:00
description: Identifies use of Fodhelper.exe to bypass User Account Control. Adversaries use this technique to execute privileged processes.
status: experimental
2019-11-11 20:10:49 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-11 20:10:49 +00:00
modified: 2019/11/11
references:
- https://eqllib.readthedocs.io/en/latest/analytics/e491ce22-792f-11e9-8f5c-d46d6d62a49e.html
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1088/T1088.md
2019-10-28 10:59:49 +00:00
tags:
- attack.privilege_escalation
- attack.t1088
detection:
selection:
2019-11-11 20:10:49 +00:00
ParentImage|endswith: '\fodhelper.exe'
2019-10-28 10:59:49 +00:00
condition: selection
falsepositives:
2019-11-11 20:10:49 +00:00
- Legitimate use of fodhelper.exe utility by legitimate user
2019-10-28 10:59:49 +00:00
level: high
logsource:
category: process_creation
product: windows