enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

event IP submission to blocklist #8

Open Awnage opened 11 years ago

Awnage commented 11 years ago

Would be interesting to add the ability to administratively submit IP addresses that have made attempts to some of the public block lists.

enygma commented 11 years ago

Hmm, I bet this could be widened to allow for tracking of user request data (lots of stuff in $_SERVER) and then as a separate feature to report certain pieces to the external services. I wouldn't think that kind of submission should happen real-time though - just parsing the logging and pushing form there. I could see that being another command in \Console\Command