Skip to content

Commit b463e86

Browse files
authored
Create IntelliTrace.yml (#464)
1 parent 005c784 commit b463e86

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
Name: IntelliTrace.exe
3+
Description: Visual Studio command-line tool for collecting and managing diagnostic trace files.
4+
Author: Avihay Eldad
5+
Created: 2025-09-21
6+
Commands:
7+
- Command: IntelliTrace.exe launch /cp:"collectionplan.xml" /f:"c:\users\public\log" "C:\Windows\System32\calc.exe"
8+
Description: Launches an executable via Visual Studio command line utility.
9+
Usecase: Executes an executable under a trusted microsoft signed binary.
10+
Category: Execute
11+
Privileges: User
12+
MitreID: T1127
13+
OperatingSystem: Windows
14+
Tags:
15+
- Execute: EXE
16+
Full_Path:
17+
- Path: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\IntelliTrace.exe
18+
- Path: C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\IntelliTrace.exe
19+
Resources:
20+
- Link: https://learn.microsoft.com/en-us/visualstudio/debugger/intellitrace
21+
Acknowledgement:
22+
- Person: Avihay Eldad
23+
Handle: '@AvihayEldad'

0 commit comments

Comments
 (0)