Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - reijnders@tor.nl

#1
Hmm, that seems like a bit of overkill to me. I'll look into it. Thanks for the sugestion.
#2
Apologies for bringening this up again (I posted a message about this in 24.1 Production Series 2 weeks ago).

I've been warned by my Internet Provider (KPN) that my internet connection is vulnarable for 'tcp middlebox refelction'. This is based on scan of shadowserver.org. Basically that the firewall is responding to SYN requests in a non-compliant way.

See
https://www.akamai.com/blog/security/tcp-middlebox-reflection
https://www.redwolfsecurity.com/understanding-and-running-middlebox-tcp-reflected-amplification-attacks-with-the-redwolf-platform/#:~:text=TCP%2Dreflected%20amplification%20attacks%20exploit,headers%20with%20a%20blocked%20site.

The latter defines 'TCP middlebox reflection' as follows:

TCP-reflected amplification attacks exploit middleboxes that are deployed in a non-TCP-compliant way by responding to out-of-state packets and applying content restriction policies. Attackers take advantage of this by sending an out-of-state spoofed source IP packet containing host headers with a blocked site.

My internet fibre connection is directly attached to the OPNSense firewall (its on VLAN6). I've got a subnet of 8 ip-addresses and the issue is reported on the DMZ ip addresses, so not in the IP address that forwards HTTP trafic to an interanal server.

One on the proposed solutions is to filter out all SYN/!Ack packages that are larger than 100 bytes. Should I add such a rule to /usr/local/etc/ipfw.rules directly (as OPNSense itself cannot filter on package size)? And how would the rule from the artice:

deny tcp any eq 80 host x.x.x.x match-all +syn -ack packet-length gt 100

translate to ipfw?

Or should I try to check the setting Firewall->Settings->Advanced->Bind states to interface (as this has to do with state management)?

Any help or insight is greatly appreciated!

Tom
#3
Ik heb wel internet van KPN en in ieder geval je eerste artikel beschrijft goed wat er moet gebeuren. Alles wat er voor TV gebeurd kun je uiteraard weglaten. Maar ja, je zult in ieder geval vlan 6 aan moeten maken.