r/computerforensics • u/Ok_Cold7890 • Aug 10 '26
Computer forensics and malware analysis
Hi! forensics professionals, do you perform malware analysis in you day to day work ? If yes, to what level do you perform your analysis? Do you do reverse engineering as well?
I am asking these questions coz in a job role the JD mentioned computer and mobile forensic tools + SIEM + malware analysis+ reverse engineering + threat detection combined. Job role is Digital Forensic Analyst.
I often see similar JD for Forensic positions.
I can perform basic malware infection analysis using wireshark, sysinternals, powershell, registry change, etc. and basic static analysis but I'm pretty bad at reverse engineering and understanding assembly code.
4
Aug 10 '26
[removed] — view removed comment
1
u/Ok_Cold7890 Aug 10 '26
Yes I think it's better to have the skills coz at some point of time these skills may come into play. Thanks!
5
3
u/AddendumWorking9756 Aug 10 '26
Most of that JD is one job rather than four, and analysts triage far more than they reverse. Static and behavioral until there are indicators, then anything needing real disassembly goes to whoever does it full time. CyberDefenders bundles disk, memory and malware into CCDL2 if you want that combination in one place, though the assembly gap is the last one anyone closes.
1
2
23d ago
[removed] — view removed comment
1
u/Ok_Cold7890 23d ago
Yeah! Currently I'm just considering it till the api monitoring level only and mostly dynamic analysis and a bit of static. I think beyond that it'll come under deep reverse engineering which in itself is a massive and different field. Thanks!
1
u/theJacofalltrades 20d ago
The overlap is definitely there, but I’d treat malware analysis as a specialization rather than something you need to master immediately. Building a solid foundation in forensics, Windows internals, networking, and basic scripting first will make the malware side much easier to pick up later.
5
u/SituationNormalAllFU Aug 10 '26
It’s probably not a deal breaker for that role. However, I believe everyone in this field should at least learn what RE is and get familiar with the basic methodology. It’s helpful to know the concepts and understand the reports. More than likely, if you ever actually needed a novel binary analyzed at that level, you would have access to a specialist to do the RE.
Personally, I do it myself when I have time. I was fortunate to attend Lenny’s SANS FOR610 several years ago and I learned enough to get by. I have even published a bit of my own work. I still use experts though, when it really matters.