mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
edb5b7718e
Lolbin rule for explorer.exe proxy execution; Test scenario; cd c:\windows\system32 explorer.exe calc.exe (pops calc.exe) as in https://twitter.com/bohops/status/986984122563391488/photo/1
27 lines
736 B
YAML
27 lines
736 B
YAML
title: Proxy Execution Via Explorer.exe
|
|
id: 9eb271b9-24ae-4cd4-9465-19cfc1047f3e
|
|
description: Attackers can use explorer.exe for evading defense mechanisms
|
|
author: 'Furkan CALISKAN, @caliskanfurkan_, @oscd_initiative'
|
|
status: experimental
|
|
date: 2020/10/05
|
|
references:
|
|
- https://twitter.com/CyberRaiju/status/1273597319322058752
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1218
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith:
|
|
- \explorer.exe
|
|
ParentImage|endswith:
|
|
- \cmd.exe
|
|
CommandLine|contains:
|
|
- explorer.exe
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate explorer.exe run from cmd.exe
|
|
level: low
|