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

28 lines
1.0 KiB
YAML
Raw Normal View History

2023-02-21 22:15:30 +01:00
title: Fake Instance Of Hxtsr.exe
2021-06-14 07:33:26 +02:00
id: 4e762605-34a8-406d-b72e-c1a089313320
2023-01-27 06:48:34 +01:00
status: test
description: |
HxTsr.exe is a Microsoft compressed executable file called Microsoft Outlook Communications.
HxTsr.exe is part of Outlook apps, because it resides in a hidden "WindowsApps" subfolder of "C:\Program Files".
Its path includes a version number, e.g., "C:\Program Files\WindowsApps\microsoft.windowscommunicationsapps_17.7466.41167.0_x64__8wekyb3d8bbwe\HxTsr.exe".
Any instances of hxtsr.exe not in this folder may be malware camouflaging itself as HxTsr.exe
2021-06-14 07:33:26 +02:00
author: Sreeman
date: 2020/04/17
2023-02-21 22:15:30 +01:00
modified: 2023/02/21
2022-10-28 15:06:36 +02:00
tags:
- attack.defense_evasion
- attack.t1036
2021-06-14 07:33:26 +02:00
logsource:
product: windows
category: process_creation
detection:
selection:
Image: hxtsr.exe
filter:
2022-03-06 13:38:47 +01:00
CurrentDirectory|startswith: 'C:\program files\windowsapps\microsoft.windowscommunicationsapps_'
CurrentDirectory|endswith: '\hxtsr.exe'
2021-06-14 07:33:26 +02:00
condition: selection and not filter
falsepositives:
2022-03-16 13:43:54 +01:00
- Unknown
2022-03-06 13:38:47 +01:00
level: medium