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

24 lines
815 B
YAML
Raw Normal View History

title: Sysprep on AppData Folder
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-02 00:14:20 +01: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 05:25:12 +01:00
tags:
- attack.execution
author: Florian Roth
date: 2018/06/22
modified: 2018/12/11
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
CommandLine:
- '*\sysprep.exe *\AppData\\*'
- sysprep.exe *\AppData\\*
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- False positives depend on scripts and administrative tools used in the monitored environment
level: medium