Status
Not open for further replies.

Soidberg

New member
[repost]

Dear DragonByte Tech,

I have an Idea which perhaps could be easily integrated within vBulletin. I’ very interested in what you think about it.

My idea is about DDoS protection for vBulletin by Cloudflare. Cloudflare is focussed on DDoS protection and offers great free services for the public. Since Cloudflare provides a webservice API via an API Key, the DDoS protection of Cloudflare can be utilized by just invoking URIs by vBulletin to block attackers right in the Cloud so they even can reach the target system.

The technical approach is done by invoking URIs for blocking and unblocking IP addresses. A block could be triggered by any relevant alert to be defined by the vBulletin operators to fit their needs.

In vbulletin it could look like this ...

Admin Panel Menu (example):
Adminpanel.jpg

Action (example):
logins.jpg

Options (for example):
options.JPG

All you need is a free account with Cloudflare, the generated security tokens and of course your addon. :)

Example Block:
HTML:
https://www.cloudflare.com/api.html?a=ban&key <IPADRESS> = & u = EMAILUSER@EMAIL.com & tkn = TOKEN

Example unblock:
HTML:
https://www.cloudflare.com/api.html?a=nul&key <IPADRESS> = & u = EMAILUSER@EMAIL.com & tkn =TOKEN


Note: Since Cloudflare is acting as a reverse proxy operators should install mod_cloudflare for apache to see real origin IP addresses instead of Cloudflare proxy IP addresses....see here.

regards
Soidberg
 
Last edited:
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Status
Not open for further replies.
Back
Top