Skip to content

TokenLook ‐ TokenExtract

vrikodar edited this page Jun 21, 2026 · 10 revisions

Introduction

Extraction from Outlook app memory

extract_noexfil.cs

  • This version of the program is a simple extractor, that works in following steps:
    • The program first looks for ProcessDump.exe in the current directory
    • Once the Process Dump binary is found, the program looks for PID of the running Outlook APP
    • During testing it was found that Outlook APP on windows can run as either OUTLOOK.exe or otlk.exe
    • Hence the program falls back to otlk.exe if OUTLOOK.exe is not found

Clone this wiki locally