2021-01-10 12:09:17 +00:00
|
|
|
title: Stealthy VSTO Persistence
|
|
|
|
id: 9d15044a-7cfe-4d23-8085-6ebc11df7685
|
|
|
|
status: experimental
|
|
|
|
description: Detects persistence via Visual Studio Tools for Office (VSTO) add-ins in Office applications.
|
|
|
|
references:
|
|
|
|
- https://twitter.com/_vivami/status/1347925307643355138
|
|
|
|
tags:
|
|
|
|
- attack.t1137.006
|
|
|
|
- attack.persistence
|
|
|
|
author: Bhabesh Raj
|
|
|
|
date: 2021/01/10
|
2021-06-01 11:58:35 +00:00
|
|
|
modified: 2021/06/01
|
2021-01-10 12:09:17 +00:00
|
|
|
logsource:
|
|
|
|
category: registry_event
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
TargetObject|contains:
|
|
|
|
- '\Software\Microsoft\Office\Outlook\Addins\'
|
|
|
|
- '\Software\Microsoft\Office\Word\Addins\'
|
|
|
|
- '\Software\Microsoft\Office\Excel\Addins\'
|
|
|
|
- '\Software\Microsoft\Office\Powerpoint\Addins\'
|
|
|
|
- '\Software\Microsoft\VSTO\Security\Inclusion\'
|
2021-06-01 11:58:35 +00:00
|
|
|
filter:
|
|
|
|
Image|endswith: '\msiexec.exe'
|
|
|
|
condition: selection and not filter
|
2021-01-10 12:09:17 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|