Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Web Hosting Forum Discuss web hosting related stuff.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 03-14-2012, 02:18 AM
koddos's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 12-02-11
Posts: 55
iTrader: 0 / 0%
DDoS protection

Do you believe that DDoS protection is effective?
Are there many webmasters who use it?
__________________
Offshore Hosting & Guaranteed DDoS Protection in Netherlands
█ Dedicated Servers & Shared Web Hosting | Daily Backups | 99.9% Uptime | Fast setup & response time
 
Reply With Quote
  #2 (permalink)  
Old 03-14-2012, 09:14 PM
pyaar's Avatar
Member
 
Join Date: 03-08-12
Posts: 30
iTrader: 0 / 0%
Yes, but some much only. It's useless. You will use the stopthehacker,cloudflare use such type of types for protection. Where i will not prefer the cloudflare because it uses the projecthoney and the hackers easily break this for spamming ,specially in forums . Suppose V7n start use the cloudflare and think that they will safe. Its totally wrong. That will hide your dns only.But not fully in some hosting.In some of the areas you will safe either you use the DDOS or Stopthehacker but not fully anywhere. Nobody will take the 100 percent guarantee.
 
Reply With Quote
  #3 (permalink)  
Old 03-15-2012, 05:11 AM
Junior Member
 
Join Date: 10-25-11
Posts: 15
iTrader: 0 / 0%
It depends. Nowadays you can't be safe totally, any protection has vulnerabilities
 
Reply With Quote
  #4 (permalink)  
Old 03-16-2012, 02:25 PM
Junior Member
 
Join Date: 01-31-12
Posts: 25
iTrader: 0 / 0%
DDoS is getting more serious. Everyone needs to put something up but they will get through somewhere. I had heard that Cloudflare was performing well but more recently I see many turning it off. So, at this point I'm wondering what is a better solution. At this point is it the case that it can happen. Even with something you have enabled for protection there is the likely hood of a DDoS.
 
Reply With Quote
  #5 (permalink)  
Old 03-16-2012, 03:23 PM
Contributing Member
 
Join Date: 06-21-10
Posts: 964
iTrader: 0 / 0%
Yes, i think its needed. However it depends on the filed of your business, its probable for all kinds of businesses. For example if you are running a money related website, its more probable that hackers attack your website with DDoS or other techniques. Some server providers, offer DDoS protection for free and you also can ask your hosting to offer it to you. I think its needed if you are running a production website.
 
Reply With Quote
  #6 (permalink)  
Old 03-17-2012, 05:32 AM
dmitri's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 04-21-10
Location: Kyiv
Posts: 52
iTrader: 4 / 100%
DDoS attacks most likely happen somewhere around the holidays. I used to buy protection just in case a month before Christmas or Valentine's Day. It must be a good practice when selling gifts online etc. Here's the service.
__________________
Looking for the program to convert video to iPad?
 
Reply With Quote
  #7 (permalink)  
Old 03-20-2012, 10:21 AM
DarwinEvolution's Avatar
Junior Member
 
Join Date: 03-14-12
Posts: 22
iTrader: 0 / 0%
It all depends on the type of website you have. I agree that if you have a commerce site that handles money or important transactions, its a good idea to have. However if you run a blog or entertainment site, it may not be as useful or worthwhile to have around, since there are always going to be vulnerabilities that can be exploited.
 
Reply With Quote
  #8 (permalink)  
Old 03-21-2012, 08:27 AM
ExpressFans's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 12-11-11
Posts: 64
iTrader: 0 / 0%
Actually i dont have trubble with Ddoss on my site , but when i got some problems i will use some App to fix

Thanks.
__________________
Cheapest Facebook Fans / Twitter Followers / Google + / YouTube services ONLINE! 500 Fans only $7!
 
Reply With Quote
  #9 (permalink)  
Old 03-21-2012, 05:28 PM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,203
iTrader: 3 / 100%
Quote:
Originally Posted by ExpressFans View Post
Actually i dont have trubble with Ddoss on my site , but when i got some problems i will use some App to fix

Thanks.
What App would that be?

Some people worry about getting a DDoS attack and want all the tips they can get.
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #10 (permalink)  
Old 03-23-2012, 04:13 AM
Contributing Member
Latest Blog:
None

 
Join Date: 03-06-07
Posts: 91
iTrader: 0 / 0%
First of all you need to to analyze the type of DDOS attack then search for logs to examine as to if it is specifically happening from a single range of IP addresses or multiple. For basic, you can null-route the IP address, harden the security on software as well as hardware firewall. If that doesn't work, then use Anti-DDoS Proxy Shield which offers 100% protection from DDOS attack.
__________________
VPS Hosting | Dedicated Servers |
Live Chat | Ph: 866-662-0909 | Email: sales @ bodhost.com
 
Reply With Quote
  #11 (permalink)  
Old 03-23-2012, 03:14 PM
Junior Member
 
Join Date: 03-12-11
Posts: 10
iTrader: 0 / 0%
Post Hi,

Quote:
Originally Posted by JPC-Sabrina View Post
DDoS is getting more serious. Everyone needs to put something up but they will get through somewhere. I had heard that Cloudflare was performing well but more recently I see many turning it off. So, at this point I'm wondering what is a better solution. At this point is it the case that it can happen. Even with something you have enabled for protection there is the likely hood of a DDoS.
CloudFlare can generally help mitigate most DDoS attacks (not all). If someone is using CloudFlare and getting an attack, there are tips in our support section for dealing with them.
 
Reply With Quote
  #12 (permalink)  
Old 03-27-2012, 02:50 PM
Contributing Member
Latest Blog:
Sound and silence

 
Join Date: 04-05-11
Location: Peru
Posts: 201
iTrader: 0 / 0%
You could also consider this:

Quote:
Protect against denial-of-service (DOS) attacks by limiting file upload size ^

One method to help protect your server against DOS attacks involves limiting the maximum allowable size for file uploads. Here, we are limiting file upload size to 10240000 bytes, which is equivalent to around 10 megabytes. For this rule, file sizes are expressed in bytes. Check here for help with various file size conversions. Note: this code is only useful if you actually allow users to upload files to your site.

# protect against DOS attacks by limiting file upload size
LimitRequestBody 10240000
Source: http://perishablepress.com/stupid-htaccess-tricks/
A great read about .htaccess, I must admit.
__________________
I am the author of Heptagrama ezine.
 
Reply With Quote
  #13 (permalink)  
Old 04-21-2012, 10:58 AM
Junior Member
 
Join Date: 03-12-11
Posts: 10
iTrader: 0 / 0%
Post Hi,

I just wanted to let folks know that CloudFlare has released a new called "I'm Under Attack" that can help with many common attack types. You can find the information on our blog by doing a search.
 
Reply With Quote
  #14 (permalink)  
Old 07-03-2012, 05:15 AM
Igal Zeifman's Avatar
Junior Member
 
Join Date: 06-04-12
Posts: 14
iTrader: 0 / 0%
DDoS mitigation is something that my company does on daily basis and yes - DDoS mitigation by deflation is 100% effective, you just need a lot of resources and the right balancing technology.

Having said that, best protection is by prevention.

Few DDoS attacks start by choosing a specific target (Unless your a big site or have some really determent enemies).

More often than not an attack will be "random" - a result of wide search performed by scanner bots who look for "vulnerable prey".

In most cased, blocking these bots will turn away the attack - preventing it even before it happens.
 
Reply With Quote
  #15 (permalink)  
Old 07-05-2012, 06:04 AM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,203
iTrader: 3 / 100%
When I look for a host, I always try to find out if that host has good protection against DDOS attacks or have acted very fast in fixing things if it happen's. Good web hosts are fast in fixing issues as they should have the team and technology in place.
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote DDoS sites protection. DDoS protected servers&VPS. stop-ddos Sell Web Services 0 05-05-2011 01:09 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:23 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.