guibranco / guibranco/ipquery-wordpress
[FEATURE] Add automatic blocking rules based on risk thresholds
Open
✨ feature
📝 documentation
good first issue
hacktoberfest
help wanted
🧪 tests
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implement configurable rules to automatically block IPs based on risk score or other conditions.
### Example rules
* block after 3 visits with risk score ≥ 80
* block all Tor exit nodes
### Motivation
Automates mitigation without manual intervention ⚙️
### Acceptance Criteria
* [ ] Rule builder UI added
* [ ] Risk-score threshold rule supported
* [ ] Visit-count rule supported
* [ ] Tor exit node rule supported
* [ ] Rules evaluated before page render
* [ ] Rule evaluation logged
Contributor guide
Assessment
This issue has not been assessed yet.