Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Currently being DDossed
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Morohara" data-source="post: 471286" data-attributes="member: 93970"><p>Layer 7 attacks don't attack the vps directly but more of the program that is hosting the files eg; IIS/Apache.</p><p></p><p>You need to filter out the requests that your receiving, you should be able to do this on the iis settings page by only allowing connection requests x amount of times before it automatically blocks it.</p><p></p><p>To make sure that it is a layer 7 ddos attacks something that works is increasing the connection limit and reloading your /index to see if the page loads. If the page loads but no images(Text boxes etc) then it would probably be a layer 7 and the above mentioned should suffice in being able to stop the attack. If you need further help I can lend a hand via discord or publicly.</p></blockquote><p></p>
[QUOTE="Morohara, post: 471286, member: 93970"] Layer 7 attacks don't attack the vps directly but more of the program that is hosting the files eg; IIS/Apache. You need to filter out the requests that your receiving, you should be able to do this on the iis settings page by only allowing connection requests x amount of times before it automatically blocks it. To make sure that it is a layer 7 ddos attacks something that works is increasing the connection limit and reloading your /index to see if the page loads. If the page loads but no images(Text boxes etc) then it would probably be a layer 7 and the above mentioned should suffice in being able to stop the attack. If you need further help I can lend a hand via discord or publicly. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Currently being DDossed
Top