Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_openwith.yml
T

25 lines
718 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: OpenWith.exe Executes Specified Binary
2019-11-12 23:12:27 +01:00
id: cec8e918-30f7-4e2d-9bfa-a59cc97ae60f
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:05:36 +01:00
description: The OpenWith.exe executes other binary
2019-11-12 23:12:27 +01:00
author: Beyu Denis, oscd.community (rule), @harr0ey (idea)
2021-11-27 11:33:14 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OSBinaries/Openwith.yml
- https://twitter.com/harr0ey/status/991670870384021504
2019-11-12 23:05:36 +01:00
date: 2019/10/12
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\OpenWith.exe'
CommandLine|contains: '/c'
condition: selection
2019-11-12 23:05:36 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate use of OpenWith.exe by legitimate user
level: high
tags:
- attack.defense_evasion
- attack.t1218