Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_csc.yml
T

31 lines
727 B
YAML
Raw Normal View History

2019-02-26 00:24:46 +01:00
title: Suspicious Parent of Csc.exe
2019-11-12 23:12:27 +01:00
id: b730a276-6b63-41b8-bcf8-55930c8fc6ee
2022-01-07 07:04:24 +01:00
status: test
2019-02-26 00:24:46 +01:00
description: Detects a suspicious parent of csc.exe, which could by a sign of payload delivery
author: Florian Roth
2022-01-07 07:04:24 +01:00
references:
- https://twitter.com/SBousseaden/status/1094924091256176641
2019-02-26 00:24:46 +01:00
date: 2019/02/11
2022-01-07 07:04:24 +01:00
modified: 2022/01/07
2019-02-26 00:24:46 +01:00
logsource:
2022-01-07 07:04:24 +01:00
category: process_creation
product: windows
2019-02-26 00:24:46 +01:00
detection:
2022-01-07 07:04:24 +01:00
selection:
Image|endswith: '\csc.exe'
ParentImage|endswith:
- '\wscript.exe'
- '\cscript.exe'
- '\mshta.exe'
condition: selection
2019-02-26 00:24:46 +01:00
falsepositives:
2022-01-07 07:04:24 +01:00
- Unknown
2019-02-26 00:24:46 +01:00
level: high
2022-01-07 07:04:24 +01:00
tags:
- attack.execution
- attack.t1059.005
- attack.t1059.007
- attack.defense_evasion
- attack.t1218.005
- attack.t1027.004