23.8k views
3 votes
Which of the following would be a part of heuristic analysis?

1) Code analysis of unexecuted files
2) Observing patterns in attack vectors on an institution
3) Observing code execution in a sandbox
4) Noting relationships between network traffic and malware

1 Answer

3 votes

Final answer:

Heuristic analysis is a method used in the field of computers and technology to solve problems and make decisions by observing patterns and making educated guesses. Two parts of heuristic analysis include observing code execution in a sandbox and noting relationships between network traffic and malware.

Step-by-step explanation:

Heuristic analysis is a method used in the field of computers and technology. It involves observing and analyzing patterns and making educated guesses to solve problems or make decisions. In the context of the given options, the parts of heuristic analysis would be:

  1. Observing code execution in a sandbox: This involves running code in a controlled environment to observe its behavior and identify potential issues or vulnerabilities.
  2. Noting relationships between network traffic and malware: This includes studying the communication patterns between networks and identifying suspicious or malicious activities related to malware.

Code analysis of unexecuted files and observing patterns in attack vectors on an institution are not directly related to heuristic analysis as described above.

User Wooters
by
7.8k points