Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

2026 Massive syn reflection attack to brazil is effecting more vps.

e2bs2k1e2bs2k1 Member
edited March 31 in News

The attack and coverage has been gone worse recently.
All of my US/CA instances have been used as trampoline to syn flood brazil subnets.
I had to block the whole brazil networks with iplist+gemini generated nftables rule.

I suggest you check if you are being affected by running ss -tin.

Are you forcefully taken part in the syn flood army?
  1. Are you forcefully taken part in the syn flood army?10 votes
    1. No. My instance havn't been discovered by the botnet.
      80.00%
    2. Yes. My instance is part of the botnet now.
        0.00%
    3. Yes. But my instance is somehow forgetten by the botnet now
      20.00%

Comments

  • tentortentor Member, Host Rep

    Decrease net.ipv4.tcp_synack_retries, it is the best mitigation without blocking any legit user or additional computational overhead (IP list lookup)

  • e2bs2k1e2bs2k1 Member

    @tentor said:
    Decrease net.ipv4.tcp_synack_retries, it is the best mitigation without blocking any legit user or additional computational overhead (IP list lookup)

    Thought this before.
    But I'm in china so decrease this might make more connection disruptive.

    Thanked by 1Netralex
  • tentortentor Member, Host Rep

    @e2bs2k1 said:

    @tentor said:
    Decrease net.ipv4.tcp_synack_retries, it is the best mitigation without blocking any legit user or additional computational overhead (IP list lookup)

    Thought this before.
    But I'm in china so decrease this might make more connection disruptive.

    Remote party has own syn_retries, therefore it shouldn't be a bigger issue than whatever you are doing in my opinion.

  • olokeoloke Member, Host Rep

    @tentor said:
    Decrease net.ipv4.tcp_synack_retries, it is the best mitigation without blocking any legit user or additional computational overhead (IP list lookup)

    image

    Thanked by 3tentor Netralex e2bs2k1
  • @e2bs2k1 said:
    The attack and coverage has been gone worse recently.
    All of my US/CA instances have been used as trampoline to syn flood brazil subnets.
    I had to block the whole brazil networks with iplist+gemini generated nftables rule.

    I suggest you check if you are being affected by running ss -tin.

    Lowering net.ipv4.tcp_synack_retries can help in certain SYN flood / half-open connection scenarios, but it’s important to be clear about what it actually does and what trade-offs it introduces.

    By default, Linux retries sending SYN-ACK packets several times when a client doesn’t complete the TCP handshake. Reducing tcp_synack_retries shortens how long the kernel keeps those half-open connections alive. That can slightly reduce resource pressure during SYN floods, since backlog entries are dropped faster.

    Thanked by 1e2bs2k1
  • e2bs2k1e2bs2k1 Member
    edited March 31

    @muhbootloader said:

    @e2bs2k1 said:
    The attack and coverage has been gone worse recently.
    All of my US/CA instances have been used as trampoline to syn flood brazil subnets.
    I had to block the whole brazil networks with iplist+gemini generated nftables rule.

    I suggest you check if you are being affected by running ss -tin.

    Lowering net.ipv4.tcp_synack_retries can help in certain SYN flood / half-open connection scenarios, but it’s important to be clear about what it actually does and what trade-offs it introduces.

    By default, Linux retries sending SYN-ACK packets several times when a client doesn’t complete the TCP handshake. Reducing tcp_synack_retries shortens how long the kernel keeps those half-open connections alive. That can slightly reduce resource pressure during SYN floods, since backlog entries are dropped faster.

    I think block whole net is better.
    There are like 300+ entries in ss output.
    Since these forged are send to me 24x7,use this method is less useful and waste my bandwidth.
    And my vps cpu will likely break down faster than the brazil victims down.
    TCP stack is more complex than netfilter(which is already optimized a lot)

  • emperoremperor Member

    @tentor said: Decrease net.ipv4.tcp_synack_retries

    So what would be good value to set here ? In last 3/4 days my websites are all targeted so this would help.

    Thanked by 1e2bs2k1
  • tentortentor Member, Host Rep
    edited March 31

    @emperor said:

    @tentor said: Decrease net.ipv4.tcp_synack_retries

    So what would be good value to set here ? In last 3/4 days my websites are all targeted so this would help.

    I would like to note that if your website (your IP address) is targeted with TCP SYN flood attack, the better approach is usage of syncookies or even specialised ddos protection service depending on volume and/or your expertise.

    However, if you see that you are likely being abused for TCP SYN-ACK reflection, I would advise to use value of zero. This will prevent packet count amplification (i.e. attacker with IP spoofing sending 1x TCP SYN to you and you sending 6x TCP SYN-ACK packets to the victim).

    Thanked by 3emperor e2bs2k1 wrox
  • emperoremperor Member

    @tentor said: to use value of zero

    Thanks

    Thanked by 1e2bs2k1
  • blu3birdblu3bird Member

    I'm seeing the same issue on port 53.
    I've blocked networks from Brazil using ipset and iptables, but OVH VAC is flooding my inbox… Crazy

    Thanked by 1e2bs2k1
Sign In or Register to comment.