Decompile a malware sample in Ghidra (NSA's free RE tool). Use AI to explain assembly and decompiled C code, identify key functions, document findings, and map behavior to MITRE ATT&CK.
The malware sample from L03-L04 has been submitted for deeper analysis. Leadership wants to understand exactly what it does — not just behavioral indicators. You'll decompile the binary in Ghidra, document key functions, and produce a technical capability report.
Paste the list of imports shown in Ghidra's Symbol Tree → Imports section. The AI will explain what each import function does and what malware capability it enables.
Copy a function's decompiled code from Ghidra's Decompiler pane and paste it here. The AI will explain what the function does, identify its purpose (network beacon, file encryption, persistence, etc.), and suggest a meaningful name.
Paste the assembly or decompiled code of a suspected XOR decryption loop. The AI will explain the algorithm, extract the XOR key if visible, and decode any encrypted strings in the code.
Paste the decompiled code of any anti-analysis function you find. The AI will explain the technique, what conditions it's checking, and how to bypass it during analysis.
Share your Capa results and list of documented functions. The AI will create a complete capability matrix: what the malware can do organized by ATT&CK tactic, with the evidence from your reverse engineering.
Share your documented functions (names + descriptions), key decompiled code snippets, identified strings, and behavioral observations. The AI will write a technical malware capability report suitable for peer review and threat intel sharing.