598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
25 lines
827 B
YAML
25 lines
827 B
YAML
title: Use of OpenConsole
|
|
id: 814c95cc-8192-4378-a70a-f1aafd877af1
|
|
status: test
|
|
description: Detects usage of OpenConsole binary as a LOLBIN to launch other binaries to bypass application Whitelisting
|
|
references:
|
|
- https://twitter.com/nas_bench/status/1537563834478645252
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
|
date: 2022-06-16
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
- OriginalFileName: 'OpenConsole.exe'
|
|
- Image|endswith: '\OpenConsole.exe'
|
|
filter:
|
|
Image|startswith: 'C:\Program Files\WindowsApps\Microsoft.WindowsTerminal' # We exclude the default path for WindowsTerminal
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Legitimate use by an administrator
|
|
level: medium
|