Scanning for Malware on cPanel

I look after a number of cPanel servers and recently had a need to scan them for malware. After a bit of searching around I found Linux Malware Detect from R-fx Networks.

Malware Detect was very easy to install on CentOS (the flavour of linux I use for my cPanel servers). The installation process involved only a couple of lines in a terminal whilst logged in as root.

cd /usr/local/src/
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*
sh ./install.sh
maldet --update-ver
maldet --update

Once installed you can easily start a scan by running

maldet -a /home

This will scan the whole home directory, alternatively for a more targeted scan

maldet -a /home?/?/public_html

Will only scan the public_html folders of each account on the server.

Scanning seemed to work quite well, however it was extremely slow. In order to correct this it is possible for Malware Detect to make use of the ClamAV scanning engine. Provided this is installed (which it should be!) Maldet will use this as it’s scanning engine and will improve the scan performance significantly. At least that’s how it’s supposed to work, however cPanel installs ClamAV into a different location from the one that Maldet expects. To correct this a link can be added so that Maldet can find the ClamAV scanning engine properly.

ln -s /usr/local/cpanel/3rdparty/bin/clamscan /usr/bin/clamscan

 

FTDI – Serial Killer, Not quite

Many of my fellow radio amateurs will be familiar with USB to Serial adaptors, the lack of RS-232 ports on modern computers mean they see plenty of use within the radio amateur community especially for CAT control of our Radio’s.

One of the most popular (and the one offering the best compatibility) is the FT232R chip from the scottish company FTDI. They have built a reputation for producing great USB UART IC’s with excellent compatibility and more importantly drivers that are included within windows. These devices are found in thousands of other devices from aurduino’s to 3D printers. Their popularity however means that there are a whole host of clones and couterfeit devices out there, most of which are indistiguishable from the real thing and it seems that FTDI have decided to do something about it by rendering these fakes inoperable.

Read More

Major Website Update

I had been neglecting the site for far too long now and it was way overdue an update so as i’m sure you have already noticed it’s had a complete overhaul.

As well as a complete redesign of the site, all the content has been ported to a new CMS (Content Management System), I hope you like it.

If you spot anything not working or missing, hit me up on the contact page.

Oh, and i’ll be trying to post on here far more often (hopefully)

ACOM Director – Thanks everyone

Following the initial release of the ACOM Director beta the feedback has been excellent and it appears to have been very well received by the ACOM 2000 user community.

Thank you to everyone who downloaded a copy and tried it out, your bug reports, comments and opinions are invaluable in moving the software forward.

I am now working on the next beta release which i hope to make available soon and will be putting up a dedicated page on my site for ACOM Director, this will contain information on what type of cable is needed to connect to the ACOM 2000 and information on what type of interface is needed to support the remote power on features.

Thanks again to everyone who has tried out the software.