OTRS and security concerns

Moderator: crythias

Locked
peters
Znuny newbie
Posts: 19
Joined: 02 Oct 2012, 15:18
Znuny Version: 5.0.15
Real Name: Peter S

OTRS and security concerns

Post by peters »

We would like to use OTRS for our customers and enable them to create new tickets via the default web interface.
What are the best practises for securing this web access (how secure it is)?
For now, our firewall is doing some IPS/vulnerability scanning, but if possible, i would like to secure apache/otrs as well. We are using HTTPS of course.
Are there any differences if using inbuilt password authentication (in DB), LDAP, apache basicauth?
Is there any logwatch plugin, which would parse logs and point to a hacking attempt...?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS and security concerns

Post by jojo »

Hi,

you should apply basic Apache security configs, like using mod_security.

For OTRS you should use password rules for the accounts if localy in DB, if they are stored in LDAP the LDAP rules where used.

For stronger security I suggest to use a reverse proxy only allowing to use customer frontend
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
peters
Znuny newbie
Posts: 19
Joined: 02 Oct 2012, 15:18
Znuny Version: 5.0.15
Real Name: Peter S

Re: OTRS and security concerns

Post by peters »

Hi,

i managed to implement the mod_security feature. For reverse-proxy, which one do you recommend? Nginx or apache?
I totally agree to use only the customer frontend..

Thanks for tips.
Peter
OTRS 5.0.15 on Centos 6 and Postgresql 9.1
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS and security concerns

Post by jojo »

should work with both. Nginx is quite fast to setup
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked