2020-10-12 13:20:07 +00:00
|
|
|
title: Suspcious CLR Logs Creation
|
2020-10-12 13:12:09 +00:00
|
|
|
id: e4b63079-6198-405c-abd7-3fe8b0ce3263
|
|
|
|
description: Detects suspicious .NET assembly executions
|
|
|
|
references:
|
2020-10-14 12:41:49 +00:00
|
|
|
- https://blog.menasec.net/2019/07/interesting-difr-traces-of-net-clr.html
|
2020-10-12 13:20:07 +00:00
|
|
|
date: 2020/10/12
|
2020-10-12 13:12:09 +00:00
|
|
|
tags:
|
2020-10-14 12:40:42 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1059.001
|
2020-10-12 13:20:07 +00:00
|
|
|
status: experimental
|
2020-10-12 13:12:09 +00:00
|
|
|
author: omkar72, oscd.community
|
|
|
|
logsource:
|
2020-10-13 12:21:05 +00:00
|
|
|
category: file_event
|
2020-10-12 13:12:09 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-10-14 12:04:01 +00:00
|
|
|
TargetFilename|contains|all:
|
2020-10-14 11:59:45 +00:00
|
|
|
- '\AppData\Local\Microsoft\CLR'
|
|
|
|
- '\UsageLogs\'
|
|
|
|
TargetFilename|contains:
|
|
|
|
- 'mshta'
|
|
|
|
- 'cscript'
|
|
|
|
- 'wscript'
|
|
|
|
- 'regsvr32'
|
|
|
|
- 'wmic'
|
2020-10-12 13:29:53 +00:00
|
|
|
condition: selection
|
2020-10-12 13:12:09 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-10-12 13:20:07 +00:00
|
|
|
level: high
|