AWS Console Login Monitoring
Description
Detects AWS console logins from countries and IP addresses that are not recognized as legitimate for the organization. This alert can help identify potential unauthorized access attempts from unusual locations, which may indicate compromised credentials or malicious activity.
Query · sigma
selection: eventName: ConsoleLogin responseElements.ConsoleLogin: Success filter_main_country: src_country|expand: '%Legitimate_Countries%' filter_main_ip: src_ip|expand: '%Legitimate_IP_Ranges%' condition: selection and not 1 of filter_main_*
Known false positives
- Legitimate logins from trusted countries and IP addresses.
- Login through services hosted through cloud providers in other regions.