Skip to content

Commit 0b44e79

Browse files
1 parent 47d3072 commit 0b44e79

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
Name: WFMFormat.exe
3+
Description: Command-line tool used for pretty-print a dump file generated by Message Farm Analyzer tool.
4+
Author: Tim Baker
5+
Created: 2024-12-05
6+
Commands:
7+
- Command: WFMFormat.exe
8+
Description: Executes the file `tracerpt.exe` in the same folder as `WFMFormat.exe`. If the file `dumpfile.txt` (any content) exists in the current working directory, no arguments are required. Note that `WFMFormat.exe` requires .NET Framework 3.5.
9+
Usecase: Proxy execution of binary
10+
Category: Execute
11+
Privileges: User
12+
MitreID: T1127
13+
OperatingSystem: Windows 10, Windows 11
14+
Tags:
15+
- Execute: EXE
16+
- Requires: .NET Framework 3.5
17+
Full_Path:
18+
- Path: C:\there\is\no\default\installation\path\WFMFormat.exe
19+
Detection:
20+
- IOC: Child process from WFMFormat.exe
21+
- IOC: tracerpt.exe processes located anywhere other than c:\windows\system32
22+
Resources:
23+
- Link: https://www.microsoft.com/en-us/download/details.aspx?id=103244
24+
Acknowledgement:
25+
- Person: Tim Baker (https://www.dotsec.com)
26+
---

0 commit comments

Comments
 (0)