2019-01-16 22:36:31 +00:00
|
|
|
title: Sysprep on AppData Folder
|
2019-11-12 22:12:27 +00:00
|
|
|
id: d5b9ae7a-e6fc-405e-80ff-2ff9dcc64e7e
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious sysprep process start with AppData folder as target (as used by Trojan Syndicasec in Thrip report by Symantec)
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.symantec.com/blogs/threat-intelligence/thrip-hits-satellite-telecoms-defense-targets
|
|
|
|
- https://app.any.run/tasks/61a296bb-81ad-4fee-955f-3b399f4aaf4b
|
2019-03-06 04:25:12 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/06/22
|
|
|
|
modified: 2018/12/11
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-10-15 22:49:12 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- 'sysprep.exe'
|
2020-11-28 16:25:28 +00:00
|
|
|
- '\AppData\'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|