Beskrivning
Plugin that establishes an IP Address reputation score from getipintel.net. IP Reputation data is encrypted using OpenSSL and stored in a _SESSION variable. You can read more about how the GetIPIntel service works by reading the API Documentation.
Want to see the plugin in action?
You can view two example sites where this plugin is live :
- Example Site 1 : WordPress Hosting
- Example Site 2 : Web Design in Toronto
Features
-
Encrypted cookie session containing the IP Intel reputation score from https://getipintel.net/
-
Flexible yet simple defined rules for actions to be taken based on score thresholds
Skärmdumpar
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/shif8-ipintel
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ’Plugins’ screen in WordPress
- Navigate to the plugin settings page and define your settings
- Once enabled, the system should trigger for every site visit.
Vanliga frågor
- I tested it on myself and its not working for me!
-
If you are logged in as an administrator, the entire system ignores your connection. This is by design to avoid accidentally locking yourself out of your own site! To test, try in a different browser or try logging out (but be careful).
Recensioner
Bidragsgivare och utvecklare
”Shift8 IP Intel” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Shift8 IP Intel” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0
- Stable version created
1.01
- Fixed issue with ajax callback for encryption key regeneration and nonce validation
1.02
- Added timeout plugin option to wp_remote_get
1.03
- Removed references to cookies, fixed bug in init when session has to be reset
1.04
- Disable main functionality when safe mode is active
1.05
- Improvement to functions obtaining and validating public IP address
1.06
- WordPress 5 compatibility