-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proc_creation_win_msdt_smb_path.yml
- Loading branch information
Randy Pargman
committed
Jun 10, 2022
1 parent
d172b13
commit dfd7718
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
rules/windows/process_creation/proc_creation_win_msdt_smb_path.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |