SigmaHQ/rules/windows/process_creation/win_uac_fodhelper.yml

29 lines
975 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
2020-06-16 20:46:08 +00:00
- attack.t1548.002
- attack.t1088 # an old one
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection:
2019-11-11 20:10:49 +00:00
ParentImage|endswith: '\fodhelper.exe'
2019-10-28 10:59:49 +00:00
condition: selection
fields:
- ComputerName
- User
- CommandLine
2019-10-28 10:59:49 +00:00
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