This module displays information about IP addresses, including whether they are banned, their status in logs, and data fetched from various external IP lookup services. It helps administrators quickly assess potentially suspicious IP addresses directly within the Drupal administration interface.
The IP Info module summarizes information for IPs:
- Log messages with the IP
- Is the IP banned?
- Links to IP lookup services
- IP information from CrowdSec API
- IP information from ipapi.is API
- IP information from IPinfo.io API
- IP information from ipgeolocation.io API
- IP information from ipapi.co API
- IP information from ipstack.com API
Typical use is to quickly get information about suspicious IPs generating messages in the Drupal log.
The module requires the Drupal contrib module Key and the Drupal core modules Ban and Database Logging. No configuration is required. But you can specify API tokens/keys in the configuration '/admin/config/services/ip-info'.
The token/keys are used to display information about IPs directly in the Drupal administration.
When the CrowdSec module is installed and 'CTI API Key' is added to the CrowdSec configuration (/admin/config/services/crowdsec), the IP Info module will display information about the IP from the CrowdSec database.
Depends on
Dependencies of the latest stable release
- Key
- ban Drupal core
- dblog Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.2.1 | Stable | 10–11 | Jun 5, 2026 | ||
| 1.2.0 | Stable | 10–11 | Release 1.2.0 | Oct 9, 2025 | |
| 1.1.3 | Stable | 10–11 | Apr 1, 2025 | ||
| 1.1.2 | Stable | 10–11 | Solves remaining problems with #3516274. | Apr 1, 2025 | |
| 1.1.1 | Stable | 10–11 | Solves the issue #3516274. | Mar 30, 2025 | |
| 1.1.0 | Stable | 10–11 | Integrates the Drupal contrib module Key. | Mar 29, 2025 | |
| 1.0.1 | Stable | 10–11 | Solves issue with incorrect URL in dblog. | Mar 4, 2025 | |
| 1.0.0 | Stable | 10–11 | Solves #3509314 | Mar 3, 2025 | |
| 1.0.0-rc1 | Pre-release | 10–11 | Adds ipstack.com and tests. | Feb 28, 2025 | |
| 1.0.0-beta6 | Pre-release | 10–11 | Adds ipgeolocation.io and ipapi.co. | Feb 26, 2025 | |
| 1.0.0-beta5 | Pre-release | 10–11 | Adds CrowdSec integration | Feb 26, 2025 | |
| 1.0.0-beta4 | Pre-release | 10–11 | Integrates ipapi.is in the module. | Feb 15, 2025 | |
| 1.0.0-beta3 | Pre-release | 10–11 | Integrates ipapi.is in the module. | Feb 15, 2025 | |
| 1.0.0-beta2 | Pre-release | 10–11 | Feb 13, 2025 | ||
| 1.0.0-beta1 | Pre-release | 10–11 | Enables to display IP information directly in the Drupal administration. | Feb 12, 2025 | |
| 1.0.0-alpha3 | Pre-release | 10–11 | Jan 8, 2025 | ||
| 1.x-dev | Dev | 10–11 | Jan 8, 2025 | ||
| 1.0.0-alpha2 | Pre-release | 10–11 | Sets correct permissions | Jan 2, 2025 | |
| 1.0.0-alpha1 | Pre-release | 10–11 | Basic functionality | Jan 1, 2025 |