Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.18 KB

T1010.md

File metadata and controls

31 lines (21 loc) · 1.18 KB

T1010 - Application Window Discovery

Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used or give context to information collected by a keylogger.

In Mac, this can be done natively with a small AppleScript script.

Atomic Tests


Atomic Test #1 - List Process Main Windows - C# .NET

Compiles and executes C# code to list main window titles associated with each process.

Supported Platforms: Windows

Inputs

Name Description Type Default Value
input_source_code Path to source of C# code path C:\AtomicRedTeam\atomics\T1010\src\T1010.cs
output_file_name Name of output binary string T1010.exe

Run it with command_prompt!

C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe -out:#{output_file_name} #{input_source_code}
#{output_file_name}