security
Configure a professional firewall using pfSense
Set up multiple subnets to share your broadband Internet with your neighbors and split the cost
- 2008-06-26
- Server side | Intermediate
-
Write a full post in response to this!
The guide will take you through the setup of the pfSense firewall with one WAN interface, one LAN interface and one Opt1-WiFi Interface.
This guide was written for Linksys, Netgear, and D-link users with no firewall or router experience. No experience is needed with FreeBSD or GNU/Linux to install and run pfSense. When you are finished, management of pfSense will be from a web interface just like any of the SOHO firewall/router appliances.
Protect your server with Deny Hosts
Limiting brute force based dictionary attacks
- 2008-01-28
- Server side | Easy
-
Write a full post in response to this!
Requiring system accessibility via the Internet poses several problems for system administrators. One problem is allowing access by authorized users with the least amount of complexity on the client computer while keeping the system and its services safe from intruders. Common services that may be provided include web server, File Transfer Protocol (FTP) server, and Secure Shell (SSH) server. Each of these services can require different methods of security to ensure only authorized users have access.
Book review: Linux Firewalls: Attack Detection and Response with iptables, psad, and fwsnort by Michael Rash
Security in depth
- 2007-12-20
- Published on web | Easy
-
Write a full post in response to this!
The stability of an enterprise-wide infrastructure depends on understanding innovative, defensive security-related software. Linux Firewalls: Attack Detection and Response with iptables, psad and fwsnort written by Michael Rash and published by No Starch Press, outlines viable approaches that enable a defensive solution in depth.
Book review: Security Data Visualization by Greg Conti
Graphical techniques for network analysis
- 2007-12-18
- Published on web | Easy
-
Write a full post in response to this!
Eighty percent of input to the brain is visual, and comes directly through the eyes. We humans are incredible machines with the ability to recognize patterns instantaneously. Machine technology is not capable of matching humans, and won’t be for many decades. Security data visualization translates complex data relationships into meaningful visual patterns that humans can quickly interpret. The book Security Data Visualization: Graphical techniques for network analysis by Greg Conti and published by No Starch Press answers the important and core question: can visualization help with security? The answer is a resounding “yes”.
Book review: Security PowerTools by Nicolas Beauchesne et al
- 2007-11-08
- Published on web | Easy
-
Write a full post in response to this!
Security has always been a concern when using a computer. First, we thought physical security was enough. After all, if the computer is in the house, how could anyone else get to it? But in today’s world, many of us live with our computers on-line twenty-four/seven. Security is not just loading up the latest protection software, but being aware of how the “bad guys” attack. Good security also requires vigilant testing and, since no one wants to simply issue a challenge to the “bad guys” and see what happens—they don’t typically fill out trouble tickets—we need to use tools that can simulate these attacks.
Book review: Virtual Honeypots: From Botnet Tracking to Intrusion Detection by Niels Provos, Thorsten Holz
Learning the latest types of honeypots
- 2007-10-25
- Published on web | Easy
-
Write a full post in response to this!
Honeypots look like victim systems waiting or searching for malware and other nefarious attacks, registering the enemy’s practices in high-resolution gory, blood-ridden detail. Virtualization allows one system to act as a network of disparate victim OS’s and services. Security experts can observe attacks live or stored for detailed analysis, learn the methodology of Dr Evil and generate statistics for internet wide attacks.
And the luddites shall inherit the world (wide web)...
- 2007-09-13
-
Write a full post in response to this!
With the lay public now moving their businesses and lives online, everything they do has an electronic component. But, being lay people, they’re using the most antiquated, bug-ridden, security-deficient, poorly-implemented solutions and services possible. And this is despite being told better. They indulge in PayPal, eBay, FaceBook, DRM, MySpace, and on-line shopping. All of which suck…
- Steven Goodwin's posts
- 1 comment
- Read more
- 1931 reads
Introduction to Firestarter
Additonal security through a simple interface
- 2007-08-24
- Server side | Intermediate
-
Write a full post in response to this!
Most modern GNU/Linux distributions are secure with their default minimal installs, whether desktop or server, while some distributions are designed specifically with security in mind. However, any GNU/Linux distribution that needs services available to other users or systems will need either enhanced or configurable security. There are other situations in which added security is beneficial; for example, a large environment, while secure to the outside world, would be enhanced with additional security measures in place.
Network design
- 2 comments
- Read more
- 11984 reads
Firewall Builder
A firewall configuration GUI
- 2007-07-04
- User space | Advanced
-
Write a full post in response to this!
Have you ever wanted to configure a personal firewall for your GNU/Linux box, but were scared of the complexity of iptables? Well, I might not be able to make you a security expert, but I can show you a tool that will help you to configure your personal firewall the easy way. The secret? Firewall Builder (also known as fwbuilder for short).
- 7 comments
- Read more
- 18933 reads
You can’t be too careful
- 2007-06-17
-
Write a full post in response to this!
Having a web page is probably the most complex of the ‘simple’ tasks available. The typical process pipeline would begin with DNS, converting a human-friendly name into an IP address, and would be registered through one of the many registrars on the Internet. This IP address would connect, via your ISP’s address block, to your public router or load balancer, routing valid traffic (and only the valid traffic) to the appropriate machine on your network. This machine could be a GNU/Linux box, an embedded device, or an arbitrary, standalone, application that just happens to open a suitable port. This machine relies on the server software and (sometimes) the underlying operating system to determine which files are available to which users.
And at every stage there’s software involved that could be bugged, broken, or suffering planet-sized security flaws. Each configuration file gives an opportunity for human error, opening the holes wider. Every registration service discloses a little more of your private information to the general public. With so many steps involved, is it any wonder that problems exist?
- Steven Goodwin's posts
- Login or register to post comments
- Read more
- 1320 reads
OpenXDAS
A free distributed audit service
- 2007-05-18
- Server side | Intermediate
-
Write a full post in response to this!
No one would argue that software auditing is not an important feature of mission critical applications. If a software based process is critical to the life of your company, then so is the security and access control surrounding resources managed by that software based process. Auditing is the way you track who did what to what and when it happened. Lately, however, the software industry has been lackadaisical at best regarding auditing. Off the shelf software developers either care about auditing, or they don’t.
- 3 comments
- Read more
- 6276 reads
Book review: Pro Apache XML by Poornachandra Sarang, Ph.D.
Build powerful XML-driven applications
- 2007-02-01
- Published on web | Easy
-
Write a full post in response to this!
Pro Apache XML, authored by Poornachandra Sarang, PhD, and published by Apress, clearly explains XML, and, in specific, the Apache Software Foundation-related projects. eXtensible Markup Language (XML) is a human readable, machine-understandable text format. Web services send XML messages and XML acts as the underlying structure in configuration files for many modern frameworks and thus applications. In fact, the next quality-jump in the office suite is XML (zip compressed) document formats that are, in theory, easily translatable into other formats.
Kerberos, final bits
- 2006-12-03
-
Write a full post in response to this!
Two weeks ago, I explained how to set up a Kerberos realm; and last week, I went on to describe how to actually do something useful with it by doing Kerberized NFS. But there’s so much more interesting stuff that can be done with Kerberos, and it would be a shame to ignore those.
GSSAPI, SASL, and negotiation
- Wouter Verhelst's posts
- Login or register to post comments
- Read more
- 4477 reads
Securing NFS
- 2006-11-26
-
Write a full post in response to this!
NFS is a network protocol with which many UNIX-administrators have a love/hate relationship. On the one hand, it’s the ideal protocol if you need to export a filesystem from a UNIX-like system. On the other, it has a bit of a reputation of being insecure. Since a rogue system can just tell an NFS server that “hey, I’m representing a user with UID 1000, please remove all the files in my home directory”, this reputation may not be totally undeserved.
Or is it?
- Wouter Verhelst's posts
- 1 comment
- Read more
- 9120 reads
Book review: Pro PHP Security by Chris Snyder and Michael Southwell
Security in depth
- 2006-09-28
- Published on web | Easy
-
Write a full post in response to this!
Good security is the basis of any viable website. With the internet being the most public of places, broken systems cost—money, reputations and possibly customer identities are the currency. Pro PHP Security, published by Apress and written by Chris Snyder and Michael Southwell, is a detailed and authoritive account of the security details that effect a successful deployment of a PHP website. The book ranges from the almost theoretical to the highly practical such as SQL injection attack hardening and validating user input.
Worst case scenario - protecting your computer
How to keep sensitive information safe
- 2005-05-13
- Server side | Intermediate
-
Write a full post in response to this!
In my last article my laptop had died a spectacular death from a full cup of coffee. I had to send it into the IBM depot, where they replaced nearly everything but the battery. Including the hard drive.
My files were all properly backed up, and I was even able to retrieve the few files I had worked on that day by connecting the drive to another computer. So when the service depot called and said they wanted to replace the drive, I said go ahead.
Best voted contents
-
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
Ian Lynch's take on the BECTA fiasco
Tony Mobily, 2008-06-17 -
The Groklaw effect hits Becta. And yes, I am coining a new term
Tony Mobily, 2008-06-15 -
Mail merge in OpenOffice.org
Michael Crider, 2008-06-17
Buzz authors
All news
Other sites
- The Top 10 Everything (Dave). The good, the bad and the ugly.
- Free Software news (Dave & Bridget). All about free software -- free as in freedom!
- Book Reviews: Illiterarty (Bridget). Book reviews, blogs, and short stories.
Hot topics - last 60 days
-
A future without Microsoft
Tony Mobily, 2008-06-08 -
Vienna failed to migrate to GNU/Linux: why?
Tony Mobily, 2008-06-09 -
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
Dubious ads in Free Software Magazine
Tony Mobily, 2008-05-25 -
The Bizarre Cathedral - 6
Ryan Cartwright, 2008-05-25
Hot topics - last 21 days
-
Free software heroes: from Stallman to Google, a list of inspiring individuals who made everything possible
Tony Mobily, 2008-06-15 -
The Groklaw effect hits Becta. And yes, I am coining a new term
Tony Mobily, 2008-06-15 -
Is Asus backsliding on GNU/Linux?
Gary Richmond, 2008-06-19 -
Ian Lynch's take on the BECTA fiasco
Tony Mobily, 2008-06-17
Dedicated server