Securing a server
#21
Posted 15 September 2005 - 05:36 PM
#22
Posted 15 September 2005 - 08:44 PM
Is the mod_security module good for anything other than blocking keywords?
Yes, it is.
ModSecurity integrates with the web server, increasing your power to deal with web attacks. Some of its features worth mentioning are:
Overview
*Request filtering; incoming requests are analysed as they come in, and before they get handled by the web server or other modules.
*Anti-evasion techniques; paths and parameters are normalised before analysis takes place in order to fight evasion techniques.
*Understanding of the HTTP protocol; since the engine understands HTTP, it performs very specific and fine granulated filtering.
*POST payload analysis; the engine will intercept the contents transmitted using the POST method, too.
*Audit logging; full details of every request (including POST) can be logged for later analysis.
*HTTPS filtering; since the engine is embedded in the web server, it gets access to request data after decryption takes place.
http://www.modsecurity.org/
#23
Posted 16 September 2005 - 01:38 PM
#24
Posted 16 September 2005 - 01:58 PM
An Aussie geek stuck in Texas
Road Show Blondes - Follow the Road Show as we drive from Houston to New York City to raise awareness and money for suicide prevention with The Jed Foundation.
#25
Posted 16 September 2005 - 04:08 PM
#26
Posted 17 September 2005 - 08:20 AM
I suggest you read the mod_security FAQ/documentation. Should probably list up common problems.
#27
Posted 11 June 2006 - 12:17 AM
Is it possible to disable this feature? I want to install Simple Machines Forum on my website bute they say a lot of people encounter problems with mod_security
Old post..yes.
But...the problem seems to still exist.
I am running SMF 1.0.7. It seems, from what I have been reading here that the "403" error and related problems I have been having today may indeed be firewall issues at the server level (my local firewall, Norton Internet Security 2006 suite, has not caused any problems). These issues cropped up after Desmond came back up today; I don't recall having them before.
I am a real newbie at websites/discussion boards and their issues, so I don't want to be fooling around on my own with raw code...not yet, anyway.
So, should I go back to an earlier version of SMF (1.0.5x is what Fantastico installs; the 1.0.7 version is a post-install upgrade) and reinstall the database? (What there is of it; I am the only one there since I will not tell people the URL until the board is running without problems.) Or, should I just give up on SMF until I am more experienced at doing this stuff (and can handle raw code) and use another software package such as phpBB or vBulletin or IPB so I can actually get my project off the ground?
Yes...I did put in a "ticket" at tech support (by e-mail), and I am waiting to see what they can do. But, I definetly want all the input I can get. Right now I am so
Somehow, I get the idea my avatar really should be this, placed just under my display name:
I'll keep looking, but I do appreciate any input you may have.
#28
Posted 29 July 2006 - 01:20 AM
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
#29
Posted 19 September 2006 - 06:53 AM
Chirs
#30
Posted 19 September 2006 - 09:10 AM
I'd actually recommend looking at CSF: http://www.configserver.com/cp/csf.html It's designed for cPanel and integrates right into WHM. I just don't know if it supports VPS systems completely.
timdorr.com
#31
Posted 25 February 2007 - 10:13 AM
I'd actually recommend looking at CSF: http://www.configserver.com/cp/csf.html It's designed for cPanel and integrates right into WHM. I just don't know if it supports VPS systems completely.
Lots of vps are using it apparently, I've installed it and the WHM setup is cool. But iptables isn't configured properly, needs some modules added:
If your hosting provider wants to know how to configure iptables correctly on a VPS server, then you should point them to this Virtuosso FAQ and have them follow it (plus to add ip_conntrack_ftp to the list of required modules):
http://kb.swsoft.com/article_117_746_en.html
csf requires at least these iptables modules:
ip_tables
ipt_state
ipt_multiport
iptable_filter
ipt_limit
ipt_owner
ipt_LOG
ipt_REJECT
ipt_conntrack
ip_conntrack
ip_conntrack_ftp
iptable_mangle
Just wondering if anyone's using csf here yet and does the vps server's iptables need to be set up first? Any gotchas with other config options?
#32
Posted 07 December 2007 - 11:28 AM
Login to WHM
Select the Addons button
Select Mod Security
Click Edit
Add your ModSecurity rules here.
look not corrispondent to whm 11, because I can't find the Addons button and the Modsecurity Edit button.
Can anybody can tell me where are they?
Thanks.
Edited by comma, 07 December 2007 - 11:30 AM.
#33
Posted 07 December 2007 - 01:56 PM
Login to WHM
Select the Addons button
Select Mod Security
Click Edit
Add your ModSecurity rules here.
look not corrispondent to whm 11, because I can't find the Addons button and the Modsecurity Edit button.
Can anybody can tell me where are they?
Thanks.
Look for Plugins for cPanel 11. In the menu frame on the left, it's at the very lower left corner. The VPS wiki docs are in sore need of updates.
Also, be sure to start a new thread for new topics, rather than following-up to older threads on unrelated topics.
#34
Posted 08 December 2007 - 06:17 AM
I installed ModSecurity as you wrote, but I didn't find where to set it.
The thread is old and next time I will start a new one, but I think it is related as almost all posts in it are about ModSecurity.
#35
Posted 13 May 2008 - 11:09 AM
Only reason I could see using it would be for scripts I didn't write myself.
#36
Posted 14 May 2008 - 04:46 PM
Modsecurity can also provide generic protection using rules for HTTP request validation, protocol anomalies, detecting malicious attack attempts, etc.
http://www.modsecurity.org/projects/rules/index.html
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users
Sign In
Create Account










