2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: rcsi.exe
|
2018-09-22 04:58:00 +02:00
|
|
|
Description: Non-Interactive command line inerface included with Visual Studio.
|
|
|
|
Author: 'Oddvar Moe'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-05-25
|
2018-06-09 00:15:06 +02:00
|
|
|
Commands:
|
2018-10-05 21:06:01 +02:00
|
|
|
- Command: rcsi.exe bypass.csx
|
|
|
|
Description: Use embedded C# within the csx script to execute the code.
|
|
|
|
Usecase: Local execution of arbitrary C# code stored in local CSX file.
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 21:06:57 +01:00
|
|
|
MitreID: T1127
|
2018-10-05 21:06:01 +02:00
|
|
|
OperatingSystem: Windows
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: rcsi.exe bypass.csx
|
|
|
|
Description: Use embedded C# within the csx script to execute the code.
|
2018-09-22 04:58:00 +02:00
|
|
|
Usecase: Local execution of arbitrary C# code stored in local CSX file.
|
|
|
|
Category: AWL Bypass
|
|
|
|
Privileges: User
|
2021-11-05 21:06:57 +01:00
|
|
|
MitreID: T1127
|
2018-09-22 04:58:00 +02:00
|
|
|
OperatingSystem: Windows
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2022-09-11 06:16:59 +02:00
|
|
|
- Path: no default
|
2018-12-10 14:28:12 +01:00
|
|
|
Code_Sample:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Code:
|
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_csi_execution.yml
|
2021-11-15 14:19:03 +01:00
|
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/414d32027632a49fb239abb8fbbb55d3fa8dd861/rules/windows/defense_evasion_unusual_process_network_connection.toml
|
|
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/414d32027632a49fb239abb8fbbb55d3fa8dd861/rules/windows/defense_evasion_network_connection_from_windows_binary.toml
|
2023-10-18 17:30:34 +02:00
|
|
|
- BlockRule: https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_csi_execution.yml
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Link: https://enigma0x3.net/2016/11/21/bypassing-application-whitelisting-by-using-rcsi-exe/
|
2018-09-22 04:58:00 +02:00
|
|
|
Acknowledgement:
|
|
|
|
- Person: Matt Nelson
|
|
|
|
Handle: '@enigma0x3'
|