24 lines
753 B
YAML
24 lines
753 B
YAML
title: Suspicious LOLBIN AccCheckConsole
|
|
id: 0f6da907-5854-4be6-859a-e9958747b0aa
|
|
status: experimental
|
|
description: Detects suspicious LOLBIN AccCheckConsole execution with parameters as used to load an arbitrary DLL
|
|
references:
|
|
- https://gist.github.com/bohops/2444129419c8acf837aedda5f0e7f340
|
|
- https://twitter.com/bohops/status/1477717351017680899?s=12
|
|
author: Florian Roth
|
|
date: 2022/01/06
|
|
tags:
|
|
- attack.execution
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\AccCheckConsole.exe'
|
|
CommandLine|contains|all:
|
|
- ' -window '
|
|
- '.dll'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate use of the UI Accessibility Checker
|
|
level: high |