Welcome!
This is the personal blog of Daniel Plohmann.
I mostly write about malware analysis, reverse engineering, and projects that I am or have been working on.
Blog Posts
Some of my noteworthy projects
- Malpedia: A free, community-curated resource for rapid identification and actionable context when investigating malware.
- DGArchive: A free service allows resolving or calculating domain names that are dynamically created by malware using Domain Generation Algorithms (DGAs).
- MalpediaFLOSSed:A collection of strings found in malware and their occurrences across families.
- MCRIT:The MinHash-based Code Relationship & Investigation Toolkit.
- ApiScout: Simplifying Windows API import recovery on arbitrary memory dumps.
- SMDA: A minimalist recursive disassembler library that is optimized for accurate Control Flow Graph (CFG) recovery from memory dumps.
- IDAscope: IDAscope is an IDA Pro extension, intended to ease reverse engineering with a focus on malware analysis. Still needs to be migrated for IDA 7.3 and above...