Files
blue-team-tools/rules-deprecated/windows/proc_creation_win_cscript_vbs.yml
T

30 lines
811 B
YAML
Raw Normal View History

2023-02-26 16:28:46 +01:00
title: Visual Basic Script Execution
2022-01-02 10:36:52 +01:00
id: 23250293-eed5-4c39-b57a-841c8933a57d
2023-03-06 00:39:26 +01:00
status: deprecated
2022-01-02 10:36:52 +01:00
description: Adversaries may abuse Visual Basic (VB) for execution
references:
2022-07-11 17:48:40 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.005/T1059.005.md
2022-10-28 15:06:36 +02:00
author: frack113
2022-01-02 10:36:52 +01:00
date: 2022/01/02
2023-03-06 00:39:26 +01:00
modified: 2023/03/06
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.t1059.005
2022-01-02 10:36:52 +01:00
logsource:
category: process_creation
product: windows
detection:
2023-02-26 16:28:46 +01:00
selection_exe:
- OriginalFileName:
- 'cscript.exe'
- 'wscript.exe'
- Image|endswith:
- '\cscript.exe'
- '\wscript.exe'
selection_script:
2022-01-02 10:36:52 +01:00
CommandLine|contains: '.vbs'
2023-02-26 16:28:46 +01:00
condition: all of selection_*
2022-01-02 10:36:52 +01:00
falsepositives:
- Unknown
level: medium