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

38 lines
1.5 KiB
YAML
Raw Normal View History

2019-11-12 23:12:27 +01:00
title: Suspicious Csc.exe Source File Folder
id: dcaa3f04-70c3-427a-80b4-b870d73c94c4
2019-08-24 13:49:40 +02:00
description: Detects a suspicious execution of csc.exe, which uses a source in a suspicious folder (e.g. AppData)
status: experimental
references:
- https://securityboulevard.com/2019/08/agent-tesla-evading-edr-by-removing-api-hooks/
2019-08-31 08:44:09 +02:00
- https://www.clearskysec.com/wp-content/uploads/2018/11/MuddyWater-Operations-in-Lebanon-and-Oman.pdf
2019-08-24 13:49:40 +02:00
- https://app.any.run/tasks/c6993447-d1d8-414e-b856-675325e5aa09/
2019-12-17 11:05:43 +01:00
- https://twitter.com/gN3mes1s/status/1206874118282448897
2019-08-24 13:49:40 +02:00
author: Florian Roth
date: 2019/08/24
2021-02-01 11:47:23 +01:00
modified: 2021/02/01
2019-08-24 13:49:40 +02:00
tags:
- attack.defense_evasion
2020-12-04 11:42:05 -05:00
- attack.t1500 # an old one
- attack.t1027.004
2019-08-24 13:49:40 +02:00
logsource:
category: process_creation
product: windows
detection:
selection:
2020-11-28 13:01:03 +01:00
Image|endswith: '\csc.exe'
2020-10-15 19:25:38 -03:00
CommandLine|contains:
2020-11-28 13:01:03 +01:00
- '\AppData\'
- '\Windows\Temp\'
2019-12-17 11:05:43 +01:00
filter:
2020-11-28 13:01:03 +01:00
- ParentImage|startswith: 'C:\Program Files' # https://twitter.com/gN3mes1s/status/1206874118282448897
- ParentImage|endswith:
- '\sdiagnhost.exe' # https://twitter.com/gN3mes1s/status/1206874118282448897
- '\w3wp.exe' # https://twitter.com/gabriele_pippi/status/1206907900268072962
2021-03-02 22:48:55 +03:00
- ParentCommandLine|contains:
2021-02-01 11:47:23 +01:00
- '\ProgramData\Microsoft\Windows Defender Advanced Threat Protection'
2019-12-17 11:05:43 +01:00
condition: selection and not filter
2019-08-24 13:49:40 +02:00
falsepositives:
2019-12-17 13:45:40 +01:00
- https://twitter.com/gN3mes1s/status/1206874118282448897
- https://twitter.com/gabriele_pippi/status/1206907900268072962
2019-08-24 13:49:40 +02:00
level: high