A web-based tool to check the reputation of any IP address against AbuseIPDB's database of malicious actors. Designed for cybersecurity professionals, network admins, and developers.
- Instant Risk Assessment: Get abuse confidence scores (0-100%) for any IPv4 address
- Comprehensive Reporting:
- ISP and geographic data
- Historical abuse reports
- Usage type classification
- Professional Dashboard:
- Color-coded risk indicators
- Responsive design for all devices
- Interactive IP search
-
Frontend: HTML/jQuery interface
- User input validation
- Dynamic results display
- Error handling
-
Backend: PHP proxy server
- Securely communicates with AbuseIPDB API
- Prevents CORS issues
- Protects API keys
- Web server with PHP (Apache/Nginx)
- AbuseIPDB API key (free tier available)
- Clone this repository:
git clone https://github.com/42webok/IP-Address-Reputation.git
