Restarted and just checked again... still happening - four of them in quick succession:
Code:
ossec: output: `netstat -nltp | grep LISTEN | egrep -v "127.0.0.1|/[1-9][0-9][0-9][0-9].*(ftp|-)" | awk -f /var/asl/lib/ports.awk`:
Protocol IP:port Destination
tcp 0.0.0.0:3xxx 0.0.0.0:*
tcp 0.0.0.0:106 0.0.0.0:*
tcp 0.0.0.0:3306 0.0.0.0:*
tcp 0.0.0.0:587 0.0.0.0:*
tcp 0.0.0.0:465 0.0.0.0:*
tcp x.x.x.34:53 0.0.0.0:*
tcp x.x.x.32:53 0.0.0.0:*
tcp x.x.x.31:53 0.0.0.0:*
tcp x.x.x.3:53 0.0.0.0:*
tcp x.x.x.2:53 0.0.0.0:*
tcp x.x.x.114:53 0.0.0.0:*
tcp x.x.x.113:53 0.0.0.0:*
tcp x.x.x.112:53 0.0.0.0:*
tcp x.x.x.101:53 0.0.0.0:*
tcp x.x.x.40:53 0.0.0.0:*
tcp x.x.x.46:53 0.0.0.0:*
tcp x.x.x.35:53 0.0.0.0:*
tcp x.x.x.33:53 0.0.0.0:*
After double checking I was running the correct version:
Code:
# asl -v
ASL Version 3.0.27-1.el5.art: UNSUPPORTED: An update is available.
I've checked and no new updates are available!
Code:
# asl -u
Checking for updates..
ASL version is current: 3.0.27-1.el5.art [OK]
APPINV rules are current: 201201041122 [OK]
CLAMAV rules are current: 201206281623 [OK]
GEOMAP rules are current: 201206281617 [OK]
MODSEC rules are current: 201206281623 [OK]
Updating OSSEC to 201206281701: updated [OK]
Updating Self Healing modules: updated [OK]
Updating Brute Force Protection: updated [OK]
Updating Rootkit Protection: updated [OK]
Am I missing something obvious here?