2019-04-03 19:43:36 +02:00
|
|
|
title: Windows Processes Suspicious Parent Directory
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 96036718-71cc-4027-a538-d1587e0006a7
|
2019-02-23 21:47:44 +03:00
|
|
|
status: experimental
|
2019-02-26 15:57:28 +01:00
|
|
|
description: Detect suspicious parent processes of well-known Windows processes
|
2019-11-12 23:12:27 +01:00
|
|
|
author: vburov
|
2019-02-23 21:47:44 +03:00
|
|
|
references:
|
|
|
|
|
- https://securitybytes.io/blue-team-fundamentals-part-two-windows-processes-759fe15965e2
|
2019-04-03 15:37:01 +03:00
|
|
|
- https://www.carbonblack.com/2014/06/10/screenshot-demo-hunt-evil-faster-than-ever-with-carbon-black/
|
|
|
|
|
- https://www.13cubed.com/downloads/windows_process_genealogy_v2.pdf
|
2019-02-23 21:47:44 +03:00
|
|
|
- https://attack.mitre.org/techniques/T1036/
|
|
|
|
|
date: 2019/02/23
|
2020-11-28 12:10:37 +01:00
|
|
|
modified: 2020/11/28
|
2019-02-23 21:47:44 +03:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
2020-09-07 02:00:41 +04:00
|
|
|
- attack.t1036 # an old one
|
|
|
|
|
- attack.t1036.003
|
|
|
|
|
- attack.t1036.005
|
2019-02-23 21:47:44 +03:00
|
|
|
logsource:
|
2019-04-03 19:43:36 +02:00
|
|
|
category: process_creation
|
2019-02-23 21:47:44 +03:00
|
|
|
product: windows
|
|
|
|
|
detection:
|
2019-04-03 19:43:36 +02:00
|
|
|
selection:
|
2020-10-15 18:23:03 -03:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\svchost.exe'
|
|
|
|
|
- '\taskhost.exe'
|
|
|
|
|
- '\lsm.exe'
|
|
|
|
|
- '\lsass.exe'
|
|
|
|
|
- '\services.exe'
|
|
|
|
|
- '\lsaiso.exe'
|
|
|
|
|
- '\csrss.exe'
|
|
|
|
|
- '\wininit.exe'
|
|
|
|
|
- '\winlogon.exe'
|
2020-11-28 12:10:37 +01:00
|
|
|
filter1:
|
|
|
|
|
- ParentImage|endswith: '\SavService.exe'
|
|
|
|
|
- ParentImage|contains:
|
|
|
|
|
- '\System32\'
|
|
|
|
|
- '\SysWOW64\'
|
|
|
|
|
filter2:
|
2021-04-06 00:05:35 +02:00
|
|
|
ParentImage|contains:
|
|
|
|
|
- '\Windows Defender\'
|
|
|
|
|
- '\Microsoft Security Client\'
|
2020-11-28 12:10:37 +01:00
|
|
|
ParentImage|endswith: '\MsMpEng.exe'
|
2019-08-20 05:10:41 -04:00
|
|
|
filter_null:
|
|
|
|
|
ParentImage: null
|
2020-11-28 12:10:37 +01:00
|
|
|
condition: selection and not filter1 and not filter2 and not filter_null
|
2019-02-23 21:47:44 +03:00
|
|
|
falsepositives:
|
2019-05-09 23:25:23 +02:00
|
|
|
- Some security products seem to spawn these
|
|
|
|
|
level: low
|