store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Sun May 19, 2013 7:02 pm

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 7 posts ] 
Author Message
 Post subject: ASL 3.0.9 Released
Unread postPosted: Mon Aug 29, 2011 3:28 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7418
Location: earth
This update contains numerous updates to the Active Response system, it is recommended that you follow the update procedure outlined below for the best results.

Changelog
- Add in root login check enable/disable
- Add time to blocklist display in ASL Web
- Update to asl-firewall, repositions blacklists and add support to clear the active response tables
- Update to ASL Web, database errors are now reported directly in the Event viewer.
- Update to ASL Web, Increases line size limit on waf rule import to 20kb
- Update to ASL Web, logic for forced waf handling in security event detailed view
- Bugfix #XXX, calculation adjustment for the repeat-offenders system. This is tracked in minutes, whereas SHUN_TIME is tracked in seconds.

To Upgrade:
1) Upgrade to ASL 3.0.9
yum upgrade asl asl-web

2) Clear your firewall rules, the following is the default method in RHEL, CentOS, Cloudlinux and Scientific Linux. If you are using a 3rd party firewall management system, please consult that vendor on the appropriate method to reload their rules.
service iptables stop

3) Reload the firewall policy
service iptables start

4) Reload the asl-firewall
service asl-firewall start

5) update the ASL security policy
asl -s -f

6) Restart OSSEC:
service ossec-hids stop
service ossec-hids start


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 3:35 am 
Offline
Forum Regular
Forum Regular

Joined: Wed Jan 02, 2008 3:21 pm
Posts: 515
Location: United Kingdom
Server upgraded to asl 3.0.9 overnight, unable to log-in to ASL GUI this morning. Followed instructions posted here and at https://www.atomicorp.com/wiki/index.ph ... leshooting and double checked/re-installed everything, but when connecting to port 3000 just get empty/blank/white page in every web browser.

Tortix is installed and running:
Code:
ps auxwww | grep tortixd
tortix    2556  0.0  0.2 221204  8852 ?        S    Aug26   0:11 /var/asl/usr/sbin/tortixd
tortix   12385  0.0  0.2 218972  8156 ?        S    Aug27   0:03 /var/asl/usr/sbin/tortixd
tortix   13707  0.0  0.2 221032  8560 ?        S    Aug24   0:12 /var/asl/usr/sbin/tortixd
root     14086  0.0  0.0 217556  2592 ?        Ss   Jul20   0:18 /var/asl/usr/sbin/tortixd
tortix   15173  0.0  0.2 218708  8144 ?        S    Aug29   0:00 /var/asl/usr/sbin/tortixd
root     17712  0.0  0.0  61260   796 pts/1    R+   08:24   0:00 grep tortixd
tortix   28396  0.0  0.2 221036  8488 ?        S    Aug22   0:14 /var/asl/usr/sbin/tortixd


Code:
/var/asl/bin/asl-web-setup:
ASL Web Configuration
  ASL includes a stand-alone web based management console
  that will allow for interaction and review of alerts.
  ASL web requires apache, and mysql in order to operate

Testing login with defined credentials...
  ASL Web has already been configured.

Would you like to add more users to the system? (yes/no) [Default: no]:


Code:
netstat -anp | grep tortixd | grep 30000
tcp        0      0 :::30000                    :::*                        LISTEN      2556/tortixd


Code:
iptables -L -n | grep 30000
ACCEPT     tcp  --  x.x.x.x         0.0.0.0/0           tcp dpt:30000


Code:
rpm -qa | grep tortixd
tortixd-mod_ssl-2.2.3-43.4.el5.art.x86_64
tortixd-2.2.3-43.4.el5.art.x86_64


No other errors being reported. Is there an ASL error log to further diagnose?
Thanks


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 12:00 pm 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
Same here. 3.0.9 seems to have broken the GUI

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 12:06 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Thu Dec 09, 2004 11:19 am
Posts: 1843
Probably a false alarm, don't panic, I'm still investigating, but after this update it looks like my ossec-hids local_rules.conf rules are being ignored for some inexplicable reason.

Also found a bunch of IPs in the blocklist that had not triggered any level 7 events. This was before I read the instructions here to do the firewall reload, however - I'm still investigating the cause.

Anyway, like I say, probably a false alarm, but nevertheless it would be sensible for people to take a quick look at your blocklists and also see if any custom rules (I have some that ignore stupid spamassassin config line errors) are still in effect.

I do have to say that an update that might be automatically triggered overnight but requires additional steps (clearing the firewall, etc etc) seems not to be the best idea to me? Or are those additional steps just to be safe, as opposed to be being really important?

@Kalimari -- you posted 3000 rather than 30000 in your email as the port you used. Was that just a typo?
@Highland & Kalimari -- Your post came in after I finished my reply. So Obviously my comment about the 3000 as opposed to 3000 is invalid. But just so you know, mine is OK on three systems (Centos 4, 32bit). Have you tried a different browser, in case it is some wierd cache issue?

_________________
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 12:16 pm 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
The port number is right (I have it saved in a bookmark). And it's only one server. The other is just fine. Very strange

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 1:13 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Thu Dec 09, 2004 11:19 am
Posts: 1843
Hmm.. Yes, strange! And I don't know how to restart the gui, which would be the next thing I'd try. The service used to be called asl-httpd or something like that but I can't find anything obvious in init.d.

I can confirm that my local_rules.xml seems to be being ignored on three systems. I have no idea why.
ossec-hids restart doesn't make any difference. The rules I exclude are the correct rules - they have not changed according to the GUI.

Anyway, I've just realised this thread is in the announcements topic. Oops. Sorry guys!

_________________
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>


Top
 Profile  
 
 Post subject: Re: ASL 3.0.9 Released
Unread postPosted: Tue Aug 30, 2011 1:35 pm 
Offline
Forum Regular
Forum Regular

Joined: Wed Jan 02, 2008 3:21 pm
Posts: 515
Location: United Kingdom
Sorry faris, yes typo! the correct port (30000) was shown in the commands posted after. Have a case raised on this issue via support portal.
Also had an opportunity to investigate further, in particular the scripts used for GUI, the problem on my system is some new db tables are required, but not all could be created due to a MySQL bug (I think, have not received response from Atomic Support to confirm yet). Check if you have a bunch of new pgui_* tables in the tortix database, in particular see if pgui_hids_cat has been created (missing for me).

Not wanting to post too much more detailed info than that on a public forum, pm me if you need more specific info to compare.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 7 posts ] 

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group