1. Right Answer: B
Explanation: Password Salting is the process of adding additional character in the password to one-way function. This addition of characters makes the password more difficult to reverse the hash. One of the major advantage or primary function of Password Salting is to defeat the dictionary attacks and pre-computed attacks.
2. Right Answer: D
Explanation: Malware is abbreviated from the term Malicious Software. The term malware is an umbrella term; it defines a wide variety of potentially harmful software. This malicious software is specially designed for gaining access to target machines, stealing information and harming the target system.
3. Right Answer: B
Explanation: The virus is a self-replicating program; it is capable of producing multiple copies of itself by attaching with another program of any format. These viruses can be executed as soon as they are downloaded, it may wait for the host to execute them as well as be in sleep for a pre-determined perio The major characteristics of viruses are: ΓΒ§ Infecting other Files ΓΒ§ Alteration of Data ΓΒ§ Transformation ΓΒ§ Corruption ΓΒ§ Encryption ΓΒ§ Self-Replication
4. Right Answer: B
Explanation: Static Analysis or Code Analysis is performed by fragmenting the resources of the binary file without executing it and studying each component. Disassembler such as IDA is used to disassemble the binary file.
5. Right Answer: D
Explanation: Dynamic Analysis or Behavioral Analysis is performed by executing the malware on a host and observing the behavior of the malware. These behavioral analysis are performed in a Sandbox environment.