T1010: Application Window Discovery

Discovery

Retrieving running application window titles:

attacker@victim
get-process | where-object {$_.mainwindowtitle -ne ""} | Select-Object mainwindowtitle

A COM method that also includes the process path and window location coordinates:

attacker@victim

References

Last updated

Was this helpful?