Discover, trust, install: FAIR 1.0 is here
OWASP User Location Check
Version: 1.1
Description
How does it work?
Every time when user attempts to log in to WordPress CMS, OWASP security plugin receives and stores information about the user’s country. That information comes from ipinfo.io, an external service which provides available information on user’s IP address and does not in any way compromise WordPress security. Once the country of attempted login is identified, the plugin compares current locations with that of the previous successful CMS login within the last 2 hours. If country is different, the plugin flags it as unauthorized login attempt and sends notification to OWASP manager, with recommendation to change CMS password. Email address for OWASP manager is identified in plugin settings as “Notification email”.
Installation
- Upload entire
/owasp-user-location-check
folder to/wp-content/plugins/
directory - Activate plugin through Plugins menu in WordPress
Reviews
Changelog
1.1
- Tested with WP 5.7
- Description updated
1.0
- Tested with WP 5.1.1
- Added ability to add IP to white and black lists
- Added ability to setup E-mail where notices will be send
0.4
- Tested with WP 5.1
0.3
- Tested with WP 5.0.3