SigmaHQ/rules/windows/file_event/sysmon_susp_clr_logs.yml

28 lines
848 B
YAML
Raw Normal View History

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:
- 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:
- 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:
product: windows
service: sysmon
detection:
selection:
EventID: 11
2020-10-12 13:29:53 +00:00
TargetFilename|contains:
2020-10-12 13:12:09 +00:00
- '\AppData\Local\Microsoft\CLR*\UsageLogs\mshta*'
- '\AppData\Local\Microsoft\CLR*\UsageLogs\cscript*'
- '\AppData\Local\Microsoft\CLR*\UsageLogs\wscript*'
- '\AppData\Local\Microsoft\CLR*\UsageLogs\regsvr32*'
- '\AppData\Local\Microsoft\CLR*\UsageLogs\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