madocter Posted March 25, 2015 Posted March 25, 2015 This prevent a little Sync flood ... // @echo offSetLocal EnableDelayedExpansionecho Activate anti Sync Flood parameter...pause >nulreg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v SynAttackProtect /t REG_DWORD /d 1echo Increasing 'backlog queue' ...pause >nulreg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v EnableDynamicBacklog /t REG_DWORD /d 1reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v MinimumDynamicBacklog /t REG_DWORD /d 20reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v MaximumDynamicBacklog /t REG_DWORD /d 20000reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v DynamicBacklogGrowthDelta /t REG_DWORD /d 10 echo Decreasing standby connection time 'Half Open' ...pause >nulreg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v TcpMaxConnectResponseRetransmissions /t REG_DWORD /d 2echo Reboot windows to take effectpause >nul
pto Posted March 25, 2015 Posted March 25, 2015 intresting batch script, ive heard a win server os properly configured can be rock solid agianst ddos.
MWZ Posted March 25, 2015 Posted March 25, 2015 intresting batch script, ive heard a win server os properly configured can be rock solid agianst ddos. It won't be, it will reduce the resource usage, but it can still be knocked down... We aren't speaking about nix systems here unfortunately hehe.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now