SigmaHQ/rules/windows/process_creation/process_creation_dotnet.yml

34 lines
953 B
YAML
Raw Normal View History

title: Dotnet.exe Exec Dll and Execute Unsigned Code LOLBIN
status: experimental
id: d80d5c81-04ba-45b4-84e4-92eba40e0ad3
author: Beyu Denis, oscd.community
date: 2020/10/18
description: dotnet.exe will execute any DLL and execute unsigned code
references:
- 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/
tags:
- attack.execution
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection:
2021-04-19 06:20:44 +00:00
CommandLine|endswith:
2020-11-01 12:25:12 +00:00
- '.dll'
- '.csproj'
Image|endswith:
- '\dotnet.exe'
condition: selection
fields:
- ComputerName
- User
- CommandLine
2021-04-02 22:00:43 +00:00
- ParentCommandLine
falsepositives:
- System administrator Usage
2021-04-02 22:00:43 +00:00
- Penetration test
2021-04-19 06:20:44 +00:00
level: medium