Quick and simple IP and domain threat intel using multiple data providers.
Returns the current IP of the visitor in plain text. This is the default page.
Returns the current IP and hostname of the visitor in plain text for usage in command line tools or similar.
Returns the current IP and hostname of the visitor in JSON format for programmatic usage.
Returns info about the specified IP in JSON format. Sources:
- Basic IP info from https://ipinfo.io/
- Abuse (spam, bruteforce etc) data from https://abuseipdb.com
- Blocklist info and security context of IP from https://ipdata.co
Returns threat data related to specified domain name. Sources:
- Checks the https://quad9.net/ blocklist
- Malware related data from https://threatfox.abuse.ch/
- Obtain tokens from IPinfo (https://ipinfo.io/signup), AbuseIPDB (https://www.abuseipdb.com/register), Threatfox (https://auth.abuse.ch/) and ipdata.co (https://ipdata.co).
- Add the tokens to the variables in index.php lines 16-19
- Add the allowed source IP addresses to the $allowed_ip variable on line 21 to prevent breach of ToS.
- Host on any PHP server.