MALICIOUS
402
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1003.001 OS Credential Dumping: LSASS Memory
T1218.011 System Binary Proxy Execution: Rundll32
The RTF file contains a PowerShell script designed to reflectively load Mimikatz in memory, enabling credential dumping from LSASS without writing the binary to disk. Heuristics indicate the use of APIs like VirtualAlloc, VirtualProtect, WriteProcessMemory, and CreateRemoteThread, consistent with memory injection techniques. The document body explicitly mentions 'Invoke-Mimikatz' and its capability to dump credentials, aligning with the observed heuristics and MITRE ATT&CK techniques.
Heuristics 11
-
Reference to WriteProcessMemory API critical SC_STR_WRITEPROCESSMEMORYReference to WriteProcessMemory API
-
Reference to CreateRemoteThread API critical SC_STR_CREATEREMOTETHREADReference to CreateRemoteThread API
-
Heap-spray pattern detected high SC_HEAP_SPRAYRepeated 0x41 (A) bytes found
-
Reference to PowerShell high SC_STR_POWERSHELLReference to PowerShell
-
Reference to LoadLibrary API high SC_STR_LOADLIBRARYReference to LoadLibrary API
-
Reference to GetProcAddress API high SC_STR_GETPROCADDRESSReference to GetProcAddress API
-
Clipboard command execution lure high SE_CLIPBOARD_COMMAND_LUREDocument tells the user to copy or paste clipboard content into Run, PowerShell, cmd, or another shell-like execution context
-
LOLBin token sequence in document text high SE_LOLBIN_RUN_COMMANDExtracted document text contains a Windows script/execution tool name (PowerShell, mshta, cmd, rundll32, regsvr32, …) within 220 characters of a dangerous flag, command verb, or URL. This is a visible 'run this' instruction in HTML/PDF/RTF lure bodies, or — in macro-laden Office files — the macro's own string-pool entries appearing adjacent in extracted text.
-
Reference to VirtualAlloc API medium SC_STR_VIRTUALALLOCReference to VirtualAlloc API
-
Reference to VirtualProtect API medium SC_STR_VIRTUALPROTECTReference to VirtualProtect API
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://blog.gentilkiwi.com
- https://github.com/clymb3r/PowerShell/tree/master/Invoke-ReflectivePEInjection
- https://github.com/clymb3r/PowerShell
- https://github.com/gentilkiwi/mimikatz
- http://www.exploit-monday.com/2012/07/structs-and-enums-using-reflection.html
- http://www.exploit-monday.com/
- http://creativecommons.org/licenses/by/3.0/fr/
- http://clymb3r.wordpress.com/
- http://clymb3r.wordpress.com/2013/04/06/reflective-dll-injection-with-powershell/
- http://clymb3r.wordpress.com/2013/04/09/modifying-mimikatz-to-be-loaded-using-invoke-reflectivedllinjection-ps1/
- http://msdn.microsoft.com/en-us/magazine/cc301808.aspx
Open this report in the interactive analyzer, or submit your own file for analysis.