0
0
Cybersecurityknowledge~5 mins

Malware analysis basics in Cybersecurity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is malware?
Malware is software designed to harm, exploit, or damage computers and networks without the user's consent.
Click to reveal answer
beginner
Name two main types of malware analysis.
The two main types are static analysis, which examines the code without running it, and dynamic analysis, which observes the malware behavior while it runs.
Click to reveal answer
beginner
Why is a sandbox environment used in malware analysis?
A sandbox is a safe, isolated space where malware can be run and studied without risking harm to real systems.
Click to reveal answer
beginner
What is the goal of malware analysis?
The goal is to understand how malware works, what damage it can cause, and how to detect or remove it.
Click to reveal answer
beginner
What is a signature in malware detection?
A signature is a unique pattern or code snippet that helps identify a specific malware.
Click to reveal answer
Which type of malware analysis involves running the malware to observe its behavior?
AStatic analysis
BNetwork analysis
CDynamic analysis
DSignature analysis
What is the main purpose of using a sandbox in malware analysis?
ATo speed up the malware
BTo delete malware automatically
CTo encrypt malware
DTo safely observe malware behavior
Which of the following is NOT a type of malware?
AFirewall
BWorm
CVirus
DTrojan
What does a malware signature help with?
AEncrypting files
BIdentifying malware
CRunning malware faster
DBacking up data
Static analysis means:
AExamining malware code without running it
BRunning malware in a sandbox
CDeleting malware automatically
DMonitoring network traffic
Explain the difference between static and dynamic malware analysis.
Think about whether the malware is running or not during analysis.
You got /3 concepts.
    Describe why malware analysts use sandbox environments.
    Consider safety and control when running dangerous software.
    You got /3 concepts.