Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 723

Malware Analyst

¿Qué es Malware Analyst?

Malware AnalystA specialist who reverse-engineers malicious binaries — static and dynamic — to extract indicators, characterize capabilities, attribute to threat groups, and produce detection content for SIEM/EDR coverage.


A malware analyst (also called reverse engineer or threat analyst, depending on the org) is the practitioner who takes a captured binary, document, or implant and tears it apart to answer: what does it do, who wrote it, how do we detect and stop it, and what does the broader campaign look like. Workflow typically begins with safe acquisition, then triage in a sandbox (ANY.RUN, Joe Sandbox, Cuckoo/Cape, MalwareBazaar) for behavioural signatures, followed by static analysis with IDA Pro, Ghidra, Binary Ninja, or Cutter for x86/ARM, jadx/dex2jar for Android, Hopper or Ghidra for macOS, dnSpy for .NET, and Hindsight/MSI tooling for installers. Dynamic analysis pairs a debugger (x64dbg, WinDbg, lldb, gdb) with sandboxed live execution. Outputs include YARA rules, Sigma rules, IOCs, attribution clues (PDB strings, language, code reuse), capability matrices, and written reports for CTI consumers. Many malware analysts also operate as 'threat intelligence' or 'threat research' staff, feeding the broader defender community through blog posts, conference talks, and vendor research feeds. Certifications often associated: GIAC GREM, SANS FOR-610, eLearnSecurity eCRE, plus Offensive Security and TCM Security RE courses.

Ejemplos

  1. 01

    A malware analyst extracts a Lumma Stealer sample from a recent ClickFix campaign, writes a YARA rule on the config-block structure, and publishes IOCs.

  2. 02

    A reverse engineer dissects a new Linux ESXi-targeting ransomware variant and publishes the encryption-routine analysis along with a recovery script for one specific bug.

Preguntas frecuentes

¿Qué es Malware Analyst?

A specialist who reverse-engineers malicious binaries — static and dynamic — to extract indicators, characterize capabilities, attribute to threat groups, and produce detection content for SIEM/EDR coverage. Pertenece a la categoría de Roles y carreras en ciberseguridad.

¿Qué significa Malware Analyst?

A specialist who reverse-engineers malicious binaries — static and dynamic — to extract indicators, characterize capabilities, attribute to threat groups, and produce detection content for SIEM/EDR coverage.

¿Cómo funciona Malware Analyst?

A malware analyst (also called reverse engineer or threat analyst, depending on the org) is the practitioner who takes a captured binary, document, or implant and tears it apart to answer: what does it do, who wrote it, how do we detect and stop it, and what does the broader campaign look like. Workflow typically begins with safe acquisition, then triage in a sandbox (ANY.RUN, Joe Sandbox, Cuckoo/Cape, MalwareBazaar) for behavioural signatures, followed by static analysis with IDA Pro, Ghidra, Binary Ninja, or Cutter for x86/ARM, jadx/dex2jar for Android, Hopper or Ghidra for macOS, dnSpy for .NET, and Hindsight/MSI tooling for installers. Dynamic analysis pairs a debugger (x64dbg, WinDbg, lldb, gdb) with sandboxed live execution. Outputs include YARA rules, Sigma rules, IOCs, attribution clues (PDB strings, language, code reuse), capability matrices, and written reports for CTI consumers. Many malware analysts also operate as 'threat intelligence' or 'threat research' staff, feeding the broader defender community through blog posts, conference talks, and vendor research feeds. Certifications often associated: GIAC GREM, SANS FOR-610, eLearnSecurity eCRE, plus Offensive Security and TCM Security RE courses.

¿Cómo defenderse de Malware Analyst?

Las defensas contra Malware Analyst combinan habitualmente controles técnicos y prácticas operativas, como se detalla en la definición.

¿Cuáles son otros nombres para Malware Analyst?

Nombres alternativos comunes: Reverse engineer, Threat research analyst.

Términos relacionados