medium
Single Answer
0

Jason is considering deploying a network intrusion prevention system (IPS) and wants to be able to detect advanced persistent threats (APTs). What type of IPS detection method is most likely to detect the behaviors of an APT after it has gathered baseline information about normal operations?

Answer Options

A

Signature-based IPS detections

B

Heuristic-based IPS detections

C

Malicious tool hash IPS detections

D

Anomaly-based IPS detections

Correct Answer: D

Explanation

Anomaly-based detection systems build a behavioral baseline for networks and then assess differences from those baselines. They may use heuristic capabilities on top of those, but the question specifically asks about baselined operations pointing to an anomaly-based system. Heuristic-based detections look for behaviors that are typically malicious, and signature-based or hash-based detections look for known malicious tools or files.