Files
MBCProject-mbc-markdown/discovery/analysis-tool-discover.md
T
2019-08-07 09:26:33 -04:00

1021 B

ID M0013
Objective(s) Discovery
Related ATT&CK Technique(s) None

Analysis Tool Discovery

Malware can employ various means to detect whether analysis tools are present or running on the system on which it is executing.

Methods

  • Process detection: Malware can scan for the process name associated with common analysis tools:
    • Debuggers: OllyDBG / ImmunityDebugger / WinDbg / IDA Pro
    • SysInternals Suite Tools (Process Explorer / Process Monitor / Regmon / Filemon, TCPView, Autoruns)
    • PCAP Utilities: Wireshark / Dumpcap
    • Process Utilities: ProcessHacker / SysAnalyzer / HookExplorer / SysInspector
    • PE Utilities: ImportREC / PETools / LordPE
    • Sandboxes: Joe Sandbox, etc.

Malware Examples

Name Date Description

References