نمایش نتایج: از شماره 1 تا 10 , از مجموع 33

موضوع: چجوری جلوی این حملاتو بگیرم syn (SYN_RECV) flood attacks

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #21
    عضو دائم Woshka آواتار ها
    تاریخ عضویت
    Apr 2009
    نوشته ها
    1,456
    تشکر تشکر کرده 
    55
    تشکر تشکر شده 
    1,524
    تشکر شده در
    1,078 پست

    پیش فرض پاسخ : چجوری جلوی این حملاتو بگیرم syn (SYN_RECV) flood attacks

    In looking at the number of connections on the server, and the number of IP addresses that are sending SYN to Apache without making a complete connection, I have to agree with Danielle's assessment of the situation, and I would suggest blocking these IP addresses to see if that resolves the issue you're experiencing.

    ---------- Post added at 12:37 AM ---------- Previous post was at 12:08 AM ----------

    سوال و جواب من در همین خصوص
    first please accept my excuse but i wanted to know wether my apache maybe not optimized as far as i am sure thatt i have config it properly
    it has resolved it by banning the sync ips that had more than 3 sample of those ips
    but i am afraid these ips are real clients or not
    one of my friends told me that one of them that i checked seems to be client ip addres

    i have blocked the following



    greetings,

    it's quite alright, i just wanted to let you know that it's most efficient for us to be able to get the entire picture, especially if an issue has been discussed previously with other analysts.

    It should be noted that syn_recv itself will occur with any connection to apache -- it's the syns that don't complete in a timely fashion that appear suspicious.

    Here's a bash command you may find useful. It will list all ip addresses that are connecting to the server, but haven't completed a syn in 5 seconds:

    (netstat -an | grep syn_recv; sleep 5; netstat -an | grep syn_recv) | awk '{print $5}' | sort | uniq -c | sort -n | awk '$1 > 1 { print $2 }' | awk -f: '{print $1}' | sort | uniq

    the ip addresses may not be doing anything malicious, but it's worth investigating if you continue to see any issues. I don't see the current maxclients setting as being involved in any issues, but then again, i haven't seen this issue occur in real-time. It might be helpful if you re-open this ticket the next time that apache is completely down, and let us investigate the issue as it's happening.
    فروش سرور مجازی
    http://www.maroonhost.net/vps-hosting.html
    مارون هاست
    برای خرید سرور تماس بگیرید 09123773197

  2. تعداد تشکر ها از Woshka به دلیل پست مفید


اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

موضوعات مشابه

  1. مشکلudp Dns attacks در هتزنر
    توسط mizban97 در انجمن سوالات و مشکلات
    پاسخ ها: 9
    آخرين نوشته: March 9th, 2017, 18:30
  2. حمله دی داس از نوع syn_recv از ایران !!
    توسط mizbanwebhost در انجمن سی پنل CPanel
    پاسخ ها: 2
    آخرين نوشته: February 1st, 2015, 15:15
  3. راهنمایی در مورد مقابله با DNS Amplification Attacks
    توسط iranian-portal در انجمن سوالات و مشکلات
    پاسخ ها: 3
    آخرين نوشته: April 1st, 2013, 13:28
  4. آیا csf Brute-force attacks را هم گزارش میده؟
    توسط Woshka در انجمن سوالات و مشکلات
    پاسخ ها: 3
    آخرين نوشته: March 6th, 2010, 01:28
  5. جلوگیری از حملات به صورت دستی syn (SYN_RECV) flood attacks
    توسط arak-soft در انجمن سوالات و مشکلات
    پاسخ ها: 0
    آخرين نوشته: January 22nd, 2010, 21:15

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •