Skip to content

Commit

Permalink
Add proc_creation_win_msdt_smb_path.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Pargman committed Jun 10, 2022
1 parent d172b13 commit dfd7718
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rules/windows/process_creation/proc_creation_win_msdt_smb_path.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
title: MSDT.EXE With SMB Answers File
id: c577e607-8f6f-4e33-8767-a8f263b326a1
status: experimental
description: Detects when "msdt.exe" is executed with an answers file from an SMB share
references:
- https://twitter.com/nao_sec/status/1530196847679401984
- https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/
- https://twitter.com/ImpetuousDanny/status/1531650953082023936
date: 2022/06/09
author: Matt Ehrnschwender
logsource:
category: process_creation
product: windows
detection:
image:
- Image|endswith: '\msdt.exe'
- OriginalFileName: 'msdt.exe'
af_with_smb:
CommandLine|contains:
- '/af \\\\'
- '-af \\\\'
condition: image and af_with_smb
falsepositives:
- Unknown
level: high
tags:
- attack.defense_evasion

0 comments on commit dfd7718

Please sign in to comment.