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

34 lines
889 B
YAML
Raw Normal View History

title: Dotnet.exe Exec Dll and Execute Unsigned Code LOLBIN
id: d80d5c81-04ba-45b4-84e4-92eba40e0ad3
2021-11-27 11:33:14 +01:00
status: test
description: dotnet.exe will execute any DLL and execute unsigned code
2021-11-27 11:33:14 +01:00
author: Beyu Denis, oscd.community
references:
2021-11-27 11:33:14 +01:00
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Dotnet.yml
- https://twitter.com/_felamos/status/1204705548668555264
- https://bohops.com/2019/08/19/dotnet-core-a-vector-for-awl-bypass-defense-evasion/
date: 2020/10/18
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
detection:
2021-11-27 11:33:14 +01:00
selection:
CommandLine|endswith:
- '.dll'
- '.csproj'
Image|endswith:
- '\dotnet.exe'
condition: selection
fields:
2021-11-27 11:33:14 +01:00
- ComputerName
- User
- CommandLine
- ParentCommandLine
falsepositives:
2021-11-27 11:33:14 +01:00
- System administrator Usage
2021-04-19 08:20:44 +02:00
level: medium
2021-11-27 11:33:14 +01:00
tags:
- attack.execution
- attack.t1218