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

30 lines
797 B
YAML
Raw Normal View History

2023-02-08 19:12:35 +01:00
title: Arbitrary File Download Via MSPUB.EXE
2022-08-19 23:05:46 +01:00
id: 3b3c7f55-f771-4dd6-8a6e-08d057a17caf
status: test
2022-10-28 15:06:36 +02:00
description: Detects usage of "MSPUB" (Microsoft Publisher) to download arbitrary files
2022-08-19 23:05:46 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/pull/238/files
2023-02-01 11:14:59 +01:00
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-08-19
modified: 2023-02-08
2022-08-19 23:05:46 +01:00
tags:
- attack.defense-evasion
2022-08-19 23:05:46 +01:00
- attack.execution
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: '\MSPUB.exe'
- OriginalFileName: 'MSPUB.exe'
selection_cli:
CommandLine|contains:
- 'ftp://'
2022-08-19 23:05:46 +01:00
- 'http://'
- 'https://'
condition: all of selection_*
2022-08-19 23:05:46 +01:00
falsepositives:
- Unknown
level: medium