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:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/SBousseaden/status/1094924091256176641
|
2019-02-25 23:24:46 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/02/11
|
2020-09-05 17:35:21 +00:00
|
|
|
modified: 2020/09/05
|
2019-02-25 23:24:46 +00:00
|
|
|
tags:
|
2020-09-05 17:35:21 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1059.005
|
|
|
|
- attack.t1059.007
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
2020-09-05 17:35:21 +00:00
|
|
|
- attack.t1500
|
|
|
|
- attack.t1218.005
|
2019-02-25 23:24:46 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-10-15 22:24:30 +00:00
|
|
|
Image|contains: '\csc.exe'
|
|
|
|
ParentImage|endswith:
|
|
|
|
- '\wscript.exe'
|
|
|
|
- '\cscript.exe'
|
|
|
|
- '\mshta.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-02-25 23:24:46 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unkown
|
2019-02-25 23:24:46 +00:00
|
|
|
level: high
|