SigmaHQ/rules/windows/process_creation/win_susp_csc.yml

32 lines
804 B
YAML
Raw Normal View History

2019-02-25 23:24:46 +00:00
title: Suspicious Parent of Csc.exe
2019-11-12 22:12:27 +00:00
id: b730a276-6b63-41b8-bcf8-55930c8fc6ee
2019-02-25 23:24:46 +00:00
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
2019-02-25 23:24:46 +00:00
author: Florian Roth
date: 2019/02/11
modified: 2020/09/05
2019-02-25 23:24:46 +00:00
tags:
- attack.execution
- attack.t1059.005
- attack.t1059.007
- attack.defense_evasion
2020-12-04 16:19:16 +00:00
- attack.t1500 # an old one
- attack.t1218.005
2020-12-04 16:19:16 +00:00
- attack.t1027.004
2019-02-25 23:24:46 +00:00
logsource:
category: process_creation
product: windows
2019-02-25 23:24:46 +00:00
detection:
selection:
Image: '*\csc.exe*'
ParentImage:
- '*\wscript.exe'
- '*\cscript.exe'
- '*\mshta.exe'
condition: selection
2019-02-25 23:24:46 +00:00
falsepositives:
- Unkown
2019-02-25 23:24:46 +00:00
level: high