Topic 1 Question 20
A company wants to use AI to protect its application from threats. The AI solution needs to check if an IP address is from a suspicious source. Which solution meets these requirements?
Build a speech recognition system.
Create a natural language processing (NLP) named entity recognition system.
Develop an anomaly detection system.
Create a fraud forecasting system.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: C
An anomaly detection system is designed to identify unusual patterns or behaviors within data
👍 8jove2024/11/05 Anomaly detection systema can be used to identify patterns that deviate from the norm. This makes them ideal for analyzing incoming IP addresses and flag suspicious IPs based on traffic patterns.
👍 5galliaj2024/11/01An anomaly detection system can analyze patterns and behaviors, such as IP address access patterns, to detect any deviations from the norm, which could indicate suspicious or malicious activity. An anomaly detection model can flag unusual access attempts, such as those from suspicious IP addresses, making it well-suited for threat detection.
Fraud forecasting (option D) typically focuses on predicting potential fraud patterns rather than real-time anomaly detection, so it would not directly address the need to check IP addresses for suspicious activity.
Thus, option C is the most suitable choice for identifying suspicious IP addresses in this scenario.
👍 5Udyan2024/11/09
シャッフルモード