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

27 lines
736 B
YAML
Raw Normal View History

2020-10-05 10:49:54 +03:00
title: Proxy Execution Via Explorer.exe
2020-10-04 23:47:16 +03:00
id: 9eb271b9-24ae-4cd4-9465-19cfc1047f3e
description: Attackers can use explorer.exe for evading defense mechanisms
2020-10-09 09:25:38 +03:00
author: 'Furkan CALISKAN, @caliskanfurkan_, @oscd_initiative'
2020-10-04 23:47:16 +03:00
status: experimental
2020-10-06 19:10:33 +03:00
date: 2020/10/05
2020-10-04 23:47:16 +03:00
references:
- https://twitter.com/CyberRaiju/status/1273597319322058752
tags:
- attack.defense_evasion
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
2020-10-11 21:08:17 +03:00
selection:
2020-10-04 23:47:16 +03:00
Image|endswith:
- \explorer.exe
ParentImage|endswith:
- \cmd.exe
CommandLine|contains:
- explorer.exe
2020-10-11 21:08:17 +03:00
condition: selection
2020-10-04 23:47:16 +03:00
falsepositives:
2020-10-05 13:22:43 +03:00
- Legitimate explorer.exe run from cmd.exe
2020-10-11 21:08:17 +03:00
level: low