samuraictf / gatekeeper

GATEKEEPER: Inline and on-target defense
119 stars 15 forks source link

Add ability to blacklist by source IP #6

Open bool101 opened 9 years ago

bool101 commented 9 years ago

Additionally, we should automatically blacklist our external ip and localhost ip's to prevent being attacked over loopback and help with dos attacks doing the same.

bool101 commented 9 years ago

Will probably want to do bring in some parsing code for IP ranges so we can do things like 10.9.0.0/16

zachriggle commented 9 years ago

This is ~completely solved with my pcap implementation. See my branch.