Latest news
So we begin with a fresh install of the system with the Linux distribution of your choice, and in that installation process we'll choose the security settings for "High" or whatever the equivalent is if the option is available. This should enable package filtering, regulating what is and isn't allowed to connect to your system.
Now whether the Linux system that you are working to secure is a home based ultimate desktop workstation or a firewall that is intended to protect an internal LAN from the outside world, one of the the most important concerns is making sure the system is brought up to date and kept up to date with the current errata, preferably an a freshly installed system so that it can be guaranteed that the system wasn't previously compromised. The errata is basically a list of items containing significant information discovered after the release of the current version of the operation system. This information includes security advisories as well as as other software that could effect the smooth operations or security of the system in question.The errata can be downloaded from the website that maintains the distribution.
After you have determined what the systems purpose is going to be and the system has been installed with errata updates are in place, attention can be turned to tightening the system up.
Connectivity is the first thing I check for. After setting up the network settings, try pinging the system.
ping 192.168.1.10You should see results like this:
64 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.446 ms64 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.155 msAfter I have confirmed that the system is online, the very first thing I do is run nmap. This is one of the most common scanners and there is a fair chance that if someone is running a port scan on the system, they are using nmap.
With my security setting having been set for "High" in the installation process, below is my first scan with nmap using the
#nmap 192.168.1.10
Starting nmap 3.20 ( www.insecure.org/nmap/ ) at 2003-03-19 08:41 PST
All 1611 scanned ports on system.foobar.com (192.168.1.10) are: filteredThat's pretty good. It shows that the security settings that you chose are working. But let's double check. We'll run nmap again with an argument that passes through package filters, just like someone who may be looking at getting into your system.
Spotlight

IT security jobs: What's in demand and how to meet it
Posted on 15 May 2013. | Let's say you want a career in information security, where do you start? What credentials do you need? What are employers looking for? Read on to find some answers.

Is Microsoft is reading your Skype communications?
Posted on 15 May 2013. | The question of whether Skype allows U.S. intelligence and law enforcement agencies to access the communications exchanged by its users has still not been adequately answered by Microsoft.

Internet Explorer best at blocking malware
Posted on 14 May 2013. | While Chrome’s malware download protection improved significantly, Internet Explorer 10 continues to outperform the other browsers with a block rate of 99.96%.

Researcher refuses to help Saudi telco to spy on people
Posted on 14 May 2013. | You would think that a Saudi Arabian telecom firm interested in monitoring its users' mobile communications would not be asking a well-known pro-privacy researcher for help, but you would be wrong.

Malicious browser extensions are hijacking Facebook accounts
Posted on 13 May 2013. | Facebook users - especially those in Brazil - are being targeted with malicious browser extensions trying to hijack Facebook profiles, warns Microsoft.
By subscribing to our early morning news update, you will receive a daily digest of the latest security news published on Help Net Security.
With over 500 issues so far, reading our newsletter every Monday morning will keep you up-to-date with security risks out there.





