https://github.com/tajpouria/resty-ip-reputation-example
An implementation of performing DNSBL for incoming remote IP addresses and challenge suspicious ones
https://github.com/tajpouria/resty-ip-reputation-example
dnsbl honeypot jschallenge openresty
Last synced: 8 days ago
JSON representation
An implementation of performing DNSBL for incoming remote IP addresses and challenge suspicious ones
- Host: GitHub
- URL: https://github.com/tajpouria/resty-ip-reputation-example
- Owner: tajpouria
- License: mit
- Created: 2021-03-09T10:28:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T19:06:38.000Z (over 3 years ago)
- Last Synced: 2025-10-11T19:31:55.877Z (8 days ago)
- Topics: dnsbl, honeypot, jschallenge, openresty
- Language: Lua
- Homepage:
- Size: 172 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resty IP Reputation Example
An implementation of performing DNSBL for incoming remote IP addresses and challenge suspicious ones.

### Install Dependencies
```sh
opm get ktalebian/lua-resty-cookie
opm get tokers/lua-resty-requests
```
### 3rd Parties- [projecthoneypot](https://www.projecthoneypot.org)
- [httpbl_api](https://www.projecthoneypot.org/httpbl_api.php)
- [Threat Rating](https://www.projecthoneypot.org/threat_info.php)### API Refrence
```
# Type of challege
ip_reputation_challenge = ( block | recaptcha | js )
```