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

27 lines
718 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Application Whitelisting Bypass via Dxcap.exe
2019-11-12 23:12:27 +01:00
id: 60f16a96-db70-42eb-8f76-16763e333590
2021-11-27 11:33:14 +01:00
status: test
2019-11-04 18:38:37 +03:00
description: Detects execution of of Dxcap.exe
author: Beyu Denis, oscd.community
2021-11-27 11:33:14 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Dxcap.yml
- https://twitter.com/harr0ey/status/992008180904419328
2019-10-26 20:02:25 +02:00
date: 2019/10/26
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-10-26 20:02:25 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-10-26 20:02:25 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\dxcap.exe'
CommandLine|contains|all:
- '-c'
- '.exe'
condition: selection
2019-10-26 20:02:25 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate execution of dxcap.exe by legitimate user
level: medium
tags:
- attack.defense_evasion
- attack.t1218