Firewall blacklisting mechanism & testing#1312
Merged
brianmcgillion merged 1 commit intotiiuae:mainfrom Aug 25, 2025
Merged
Conversation
bbd3fad to
8f3c8cb
Compare
8f3c8cb to
30054e1
Compare
30054e1 to
c99fbf1
Compare
c99fbf1 to
a58d292
Compare
a58d292 to
39be0ee
Compare
39be0ee to
ab9e0ba
Compare
|
|
Collaborator
|
Overall, it looks good. Although I'm not a networking expert, I think we can do one round of testing. |
ab9e0ba to
edcaf87
Compare
|
Issues
Tested on Lenovo-X1 and Orin-NX
|
edcaf87 to
448ca0a
Compare
* SSH tarpit to slow or trap unauthorized SSH attempts * Packet marking and redirection for blacklisted traffic * Blacklist management via ipset and iptables * Ensures required firewall kernel modules are included for all the targets. * Includes tests for tarpit, marking, redirection, and blacklist enforcement Signed-off-by: Enes Öztürk <enes.ozturk@unikie.com>
448ca0a to
e5f2b50
Compare
|
Should be good now! |
vunnyso
approved these changes
Aug 25, 2025
mbssrc
approved these changes
Aug 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Type of Change
Related Issues / Tickets
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify:
hping3 -S -p 22 -i u10000 -c 20 ${netVmIp}ipset list BLACKLIST. You should see attacker's IP in the members section.