
GIAC Reverse Engineering Malware
Domain 5Objective 1
Examining .NET Malware GREM Practice Questions (Page 4)
Part of the Advanced Malware Analysis domain, which makes up ~19% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 180-minute exam (~70–120 total, ~13–23 in this domain), expect 4–8 from this objective — we provide 57 practice questions to prepare you well beyond it. (estimate)
57questions here
12free pages
12concepts
Questions 16–20
- 16
An analyst has a .NET malware sample that appears to be a simple dropper. The analyst loads it in dnSpy and sees only a Main() method that calls a single method named 'Execute' in the same class. However, the 'Execute' method body shows only 'return;'. The analyst suspects the real logic is elsewhere. Which initial step is most appropriate to locate the actual malicious code?
Select an answer first - 17
An analyst is analyzing a .NET malware sample that uses reflection to dynamically invoke methods. The method names are stored as encrypted strings and are decrypted at runtime. The analyst wants to identify the methods being invoked without executing the sample. What is the most effective approach?
Select an answer first - 18
An analyst is tracing the execution flow of a .NET malware sample. The entry point is a small method that calls another method, which then calls a third method. The analyst wants to understand the overall behavior without stepping through every instruction. What is the most efficient approach?
Select an answer first - 19
An analyst is examining a .NET malware sample that uses reflection to invoke methods by name. The analyst needs to identify the exact method names and their calling sequence without executing the sample. Which approach will most efficiently reveal this information?
Select an answer first - 20
During malware analysis, which observation indicates that a binary is unmanaged native code rather than managed .NET code?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GREM” is a trademark of its owner, used for identification only.