mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
25 lines
571 B
YAML
25 lines
571 B
YAML
|
title: Suspicious Parent of Csc.exe
|
||
|
description: Detects a suspicious parent of csc.exe, which could by a sign of payload delivery
|
||
|
status: experimental
|
||
|
references:
|
||
|
- https://twitter.com/SBousseaden/status/1094924091256176641
|
||
|
author: Florian Roth
|
||
|
date: 2019/02/11
|
||
|
tags:
|
||
|
- attack.defense_evasion
|
||
|
- attack.t1036
|
||
|
logsource:
|
||
|
category: process_creation
|
||
|
product: windows
|
||
|
detection:
|
||
|
selection:
|
||
|
Image: '*\csc.exe*'
|
||
|
ParentImage:
|
||
|
- '*\wscript.exe'
|
||
|
- '*\cscript.exe'
|
||
|
- '*\mshta.exe'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Unkown
|
||
|
level: high
|