400-007 · Question #369
An IT services company offers cloud services to a banking customer. The banking customer has raised a ticket about unauthorized access and data loss. They use an authentication token on a mobile…
The correct answer is B. Monitor all API interfacing to the storage platform for suspicious activity. When an attacker uses phishing to hijack authentication tokens and redirect cloud-stored banking data, monitoring all API interactions with the storage platform is the most targeted policy control to detect and prevent recurrence.
Question
An IT services company offers cloud services to a banking customer. The banking customer has raised a ticket about unauthorized access and data loss. They use an authentication token on a mobile phone for authenticating access to the cloud platform from their local applications. The security response team has determined that the attacker used a phishing scheme in an effort to replace the token allowing them to direct the banking data to which policy change can help prevent identical situations in the future ?
Options
- AMonitor connections to unknown cloud instances through the use of SSL decryption
- BMonitor all API interfacing to the storage platform for suspicious activity
- CMonitor any access from the outside except for expected operational areas of an organization
- DMonitor the privileges for users that are making changes in the firewall configuration.
How the community answered
(27 responses)- A11% (3)
- B78% (21)
- C7% (2)
- D4% (1)
Why each option
When an attacker uses phishing to hijack authentication tokens and redirect cloud-stored banking data, monitoring all API interactions with the storage platform is the most targeted policy control to detect and prevent recurrence.
SSL decryption to monitor connections to unknown cloud instances addresses shadow IT and data leakage to unapproved services, but does not detect token replacement or API-level data redirection occurring on an already-authorized platform.
Since the attacker replaced the legitimate token to redirect banking data, all unauthorized data access and exfiltration would occur through API calls to the cloud storage platform. Monitoring API activity allows security teams to detect anomalous access patterns, unexpected data reads or transfers, and token misuse before significant data loss occurs, directly addressing the attack vector used.
Monitoring external access outside expected operational areas is a broad perimeter control that would not catch this attack, since the attacker used a replaced token that appeared as legitimate application access from an expected source.
Monitoring firewall configuration changes is relevant to detecting insider threats or misconfigurations, but is unrelated to a phishing attack that exploits application-layer authentication to access and redirect cloud storage data.
Concept tested: API activity monitoring to prevent cloud token hijacking
Source: https://docs.microsoft.com/en-us/azure/security/fundamentals/identity-management-best-practices
Topics
Community Discussion
No community discussion yet for this question.