Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Security Books Media Book Reviews

Hacking Linux Exposed, Second Edition 171

David Schaffter writes "I bought Hacking Linux Exposed when it first came out. What struck me about it at the time was that it was unlike the other hacking books that were out there. Most seemed to play on the hacker craze, and were essentially lists of cracks. Hacking Exposed, presumably the model for HLE, was very much like this. Topical, overblown, and in the end it was outdated by the time you got it." Read on to see what David finds has changed (or not) in the second edition.
Hacking Linux Exposed, Second Edition
author Brian Hatch, James Lee
pages 720
publisher Osborne McGraw-Hill
rating 10
reviewer David Schaffter
ISBN 0072225645
summary This second edition of the best selling Hacking Linux Exposed shows you in great detail how to secure your Linux box - or break into one.

HLE on the other hand was much more like a good textbook -- it taught you how to think about security, to see how each problem was caused and how to combat them. As the years went by, my copy of HLE was still as useful as it was the day I got it. For this reason, I was skeptical what they could put into a second edition -- the first seemed to stand the passage of time just fine.

Nonetheless, I bought it, and was surprised to find that the second edition is even stronger than the first, yet they have made it still work on its own -- you don't need to buy the first edition to have a complete understanding of Linux security. You should probably read their reviews page which has links to reviews of the original, as well as the Slashdot review from last time which have detailed breakdowns of what you'll find. I'll concentrate on the changes in this review.

The new edition deprecates or cuts a lot of old material that is no longer applicable -- the emphasis is on OpenSSH configuration vulnerabilities, rather than RLogin/RSH/etc, for example, which is fine since no Linux system comes with Rlogin installed by default any more. The second edition is 100 actual pages longer, but due to the condensing of old material, it's effectively 200 pages longer at least. They took out some of the material that isn't needed in the paper copy and put it online too, which was a great idea.

So, from my perspective, here are the noticeable differences:

  • More tools are covered in detail -- Exim gets equal play with Sendmail and friends, DJBDNS gets covered as much as BIND. (For configuration, that is. Nothing can match BIND for vulnerabilities.)

  • There's a whole new Denial and Distributed Denial of Service chapter, that covers the gamut - much more than just your simple TCP-connect floods.

  • There are three new chapters about post-system-compromise tricks the crackers will play on you, showing you exactly what kind of things you'll need to clean up if they get in. This stuff was absolutely amazing, and the authors could probably write a whole book on this if they wanted to.

  • More distribution-specific information.

  • Step-by-step instructions on how to patch and rebuild your kernel using the existing kernel configuration parameters, detailed enough that any newbie could do it. They have specific variants for Red Hat and Debian as well.

  • The best discussion of network-based attacks (ARP spoofing, Man-in-the-middle, session hijacking, etc) in any book, anywhere. You could easily use the stuff in this chapter to take over Windows machines too.

  • More custom tools and code than before.

  • Just passing references to things like the Morris worm, the Ping of death, ipfwadm, and other hacks and tools that are so old and irrelevant today that they shouldn't be discussed in depth any more. They get their nod, but the authors spend quality time with things of current relevance only, rather than wasting the space just to make the book look thick.

  • Even more integration with the website.

That last one needs a bit of explanation. Brian Hatch, the lead author of HLE, has a weekly security newsletter called Linux Security: Tips, Tricks, and Hackery. (You can read the article archives or subscribe.) These often have very detailed implementation instructions, such as installing DJBDNS and migrating away from BIND, using /proc to investigate cracker activities, and occasionally has contests too.

The nice thing is that Hatch has built up a body of free online instructions, and thus rather than copy and pasting them into HLE, he can point to the online articles from within the book. This saves lots of paper, and keeps you focused on the goal of the book -- to learn attack methodologies and how to stop them.

One thing that these guys prove in their book is that "code is speech." Rather than having wordy passages such as "The user then needs to run the command 'nc client-ip-address 80' on server 'freddie' from the /etc/ directory where client-ip-address is the actual ip address of the target, and type ..." they show it all through a command-line view, embedding this extra location and user information in the prompts and formatting (bold/italics/etc) like this

jdoe@freddie:/etc$ nc client_ip 80
GET /some/web/page
<head><title>This is some web page</title>
...

They always show you what's actually going on behind the scenes -- an actual SMTP or POP conversation for example -- so you know how things really work, rather than living in a black box where Nessus says "vulnerable" and you don't know how to determine it on your own.

Here's a very quick table of contents:

  • Part I: Linux Security Overview
    • Chapter 1 -- Linux Security Overview
    • Chapter 2 -- Proactive Security Measures
    • Chapter 3 -- Mapping Your Machine and Network

  • Part II: Breaking In from the Outside
    • Chapter 4 -- Social Engineering, Trojans, and Other Cracker Trickery
    • Chapter 5 -- Physical Attacks
    • Chapter 6 -- Attacking over the Network
    • Chapter 7 -- Advanced Network Attacks

  • Part III: Local User Attacks
    • Chapter 8 -- Elevating User Privileges
    • Chapter 9 -- Linux Authentication

  • Part IV: Server Issues
    • Chapter 10 -- Mail Security
    • Chapter 11 -- File Transfer Protocol Security
    • Chapter 12 -- Web Servers and Dynamic Content
    • Chapter 13 -- Access Control and Firewalls
    • Chapter 14 -- Denial of Service Attacks

  • Part V: After a Break-In
    • Chapter 15 -- Covert Access
    • Chapter 16 -- Back Doors
    • Chapter 17 -- Advanced System Abuse

  • Part VI: Appendixes
    • Appendix A -- Discovering and Recovering from an Attack
    • Appendix B -- Keeping Your Programs Current
    • Appendix C -- Turning Off Unneeded Software
    • Appendix D -- Case Studies
The HackingLinuxExposed.com website has a more complete list of contents, as well as a sample chapter.

The other nice thing is the authors have put all their source code, tools, and example cracks online for free download, released under the GPL. You may notice that you need to type a password to get in, but if you have half a hacking cell in your body, you'll find that the authors think a password requirement is stupid as we do.

If I could change one thing about this book, it would be the risk ratings. These are the dumbest things I've seen. These are little boxes at the beginning of each 'Attack' that list three values: "Popularity", "Simplicity" and "Impact." It then averages these and comes up with a risk rating. Since all the Hacking Exposed books have them, I can only assume it was a requirement of the publisher -- I don't know if Hatch and Lee care for them one bit, but I can tell you I find them useless. (Of course, I give this book a 10 in spite of this fact.)

These numbers are presented as quantitative, but it can't possibly be. I can argue giving many different values in each category, so what does this actually tell us? For example take open X11 servers. Impact could be 10 because you could type a root password that's intercepted, or it could be 7 because it only gives you user-level access. Popularity could be 3 if you say most people don't set it up this way, or you could say it's 9 because many crackers look for open servers. I'd rather they just used impact, gave it a scale of 1-10 and were done with it. The popularity and simplicity factors override the impact in too many cases to make the final value anything but specious.

Aside from that drawback, which is easily ignored, the book is absolutely solid.

When I was about to buy my copy, I noticed that the authors are donating all online proceeds to the Electronic Frontier Foundation, so you should order through their website, regardless what the Slashdot link may be. ;-)

In my opinion, there's no Linux user who should be without this book. It's 720 pages of answers you need to keep yourself secure from the blackhats, or 720 pages of ways to become a blackhat yourself, depending on your ethical alignment. Either way, you won't be able to put it down, except to type as you follow along.


If David did not convince you otherwise, you can purchase Hacking Linux Exposed, Second Edition from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

This discussion has been archived. No new comments can be posted.

Hacking Linux Exposed, Second Edition

Comments Filter:
  • by mschoolbus ( 627182 ) <{travisriley} {at} {gmail.com}> on Tuesday January 07, 2003 @12:28PM (#5033022)
    At first I thought this said something about "Linus Exposed"... Thank God I mis-read that...
  • jdoe@freddie:/etc$ nc client_ip 80
    GET /some/web/page HTTP/1.0 <head><title>This is some web page</title> ...

    One hopes this wasn't a mistake made in the book itself.

    • Actually, try it sometime. It works just fine, as long as the web server supports HTTP versions 1.0. You also don't need to hit enter a second time with this form, because there are no headers.
      • Nope, that's wrong. If you give an HTTP version, then you have to press enter a second time to signal the end of headers. If you don't give an HTTP version, then the web server (should) assume HTTP/0.9, which doesn't allow extra headers, e.g.

        cameron@erdos:~$ nc euclid 80
        GET /
        <html><head>
        ...

        --CP.

  • DDos (Score:4, Funny)

    by gmuslera ( 3436 ) on Tuesday January 07, 2003 @12:31PM (#5033041) Homepage Journal
    The book list slashdot as the distributed denial of service main source?
    • I think they are trying to explain the phenomenon known as the being "slahdotted". Geek.com about a month and a half ago proudly announced that they had been exposed to that.
  • With regard to the useless numbers, I see them purely as an indexing system for the script kiddies... ie, find the crack with the most impact, then spend time finding as many people to cast it at....
    Although, one would hope that with the sort of admins Linux has, that most would fail anyway....

  • What is it? Just the source code to BugBear?
    • by Brian Hatch ( 523490 ) on Tuesday January 07, 2003 @01:46PM (#5033785) Homepage Journal
      Yes, HLEv2 is a complete rewrite of the original. Instead of adding new content and updating old things, we decided it'd be much faster for us to scrap everything we had. Instead we have code listings of the following, cut and paste from the original source:

      • WU-FTPD versions. All of them.

      • BIND. Only the ones that have had critical bugs. (About half.)

      • A complete copy of /etc/services, uncommented, in case you don't have your Linux machine around at the time.

      • A chapter on security problems when writing Pascal code, cribbed from something on USENET from 1983

      • A complete byte-by-byte deconstruction of an shttp session, explaining exactly how it works. (And yes, I mean shttp, not https)

      • A copy of the Linux tulip ethernet driver code, for no aparent reason.

      We decided that this sort of content would provide the quickest time-to-market without any need to tech edit. By providing 0% useful information, it should be able to be read in whole as fast as you can turn the pages - no reading required. We found that people were not able to read the reviews on slashdot in their entirety, so why should we expect them to read ~700 pages about Linux Security?

      ;-)

      • So you think Microsoft Word sucks big time, too?
      • Re: mod (Score:1, Insightful)

        by Anonymous Coward
        Um, 3, Informative??? How about Funny?
      • Title (almost) says it all.

        I'm starting to believe that some sort of test for intelligence and background knowledge should be required to gain moderator privs. here.
      • So in other words, your book is just like Hack Attacks Revealed? Either that, or John Chirillo guessed your /. password.

        ;-)

        • I make it a rule never to make any public comments about books that could be considered 'competition'. If I were to say they're bad, you'd not know if I were being honest or devious. If I say they're good, then OMH can get on my case for "allowing my name to be associated with competing works, blahblahblah".

          Unfortunately, I bet even "complementary" books could be considered "competing" in the minds of lawyers, so I stay away from talking about books that could be considered competition, even if I don't agree. So that's why you won't see me commenting about RWLS, for example, though I will comment about non-RWLS topics in that thread.

          However, yes, when writing the joke above (it should be moderated "funny" not "informative, for goodness sake!) I did have a very specific book in mind after which I modeled my list, and of course I can't say what it was.

          And no one has guessed my /. password. I don't even know it. I use the terribly insecure 'bookmark this link' method. If anyone guesses it, I'm screwed. Call me lazy, but I prioritize what should be super secret and what's not worth the effort.

          • "And no one has guessed my /. password. I don't even know it. I use the terribly insecure 'bookmark this link' method. If anyone guesses it, I'm screwed."

            Does your book cover how to exploit this insecurity? Or do I have to resort to the social engineering section?

            Innocent minds want to know.

            Ben
  • That's the fate of books, there isn't an update button or tool :). Especially IT books, get outdated very fast !
    • Especially IT books, get outdated very fast!

      Books that cover 1. theory and 2. mature environments grow outdated much more slowly than (say) a book on Visual Studio .NET version 7.

  • by Boss, Pointy Haired ( 537010 ) on Tuesday January 07, 2003 @12:35PM (#5033095)
    "Cracking Linux Exposed", it's a great book.

    As someone not that familiar with Linux (at the time I read it), it was very easy to read , and handy in helping me secure a Redhat box that hangs off my cable modem.

    • by Brian Hatch ( 523490 ) on Tuesday January 07, 2003 @01:25PM (#5033623) Homepage Journal
      Ok, I knew the hacking vs cracking thing would come up. Go read our response [hackinglinuxexposed.com] to this.

      For a quick bulleted list:

      • I tried to get them to call it 'cracking linux exposed'. I lost.

      • Much of the "cracking" process requires good "hacking" skills, so it's not actually a bad title anyway.

      • Each and every time we use "hacking" in the book it's used as the purists would (and I'm one of the purists)

      • When it's hacking with a malicious intent, we call it "cracking", "attacking", or "malicious hacking" as best fits the situation.

      The only exceptions to this rule are the front and back cover, on which we were either overruled, or gave up the good fight.

      • Uhhh *moderators* where are YOU? This is a response from the guy who wrote the book. Even if it were a hoax account (I doubt it, given the fairly low user number), the link alone is worth at least an 'informative'.

        Sheesh.

        • Ok, I don't use sigs or anything to plug my books. I like to be a normal /. person. But in case you're suspicious (you probably have a good future in computer security...) I'll post my /. id to our website [hackinglinuxexposed.com] so you know it's me.
          • Why not plug your books in your sig? Or indirectly, you could just link to this /. review. Lots of people do it, and I haven't noticed anyone who minds. FYI, I just purchased your book, thanks to this glowing /. review.

            And while I'm typing at you, I'm really glad that you're donating money to the EFF. There are just too many people who simply don't put their money where their mouths are.

            Cheers

            • by Brian Hatch ( 523490 ) on Tuesday January 07, 2003 @06:41PM (#5035819) Homepage Journal
              Why not plug your books in your sig? Or indirectly, you could just link to this /. review. Lots of people do it, and I haven't noticed anyone who minds.

              In my email program (mutt [mutt.org]), I have a perl script pick randomly from ~800 different signatures. (Most new additions seem to be from the "witty comments from my daughter" category.) The script must have some sort of AI in it, because it freqently picks things that are relevant to the text. Having just a static signature for /. seems less interesting. Manually changing it certainly more work than I'm up for.

              I don't want folks reading my /. posts and thinking I'm just writing them to have my sig get more notice. I don't want folks seeing my posts and assuming that they has more or less relevance because of the info in the sig. If folks want to see who I am, it's easy enough to click on my home page or /. area.

              And I am very very bad at self promotion. Anything I'd write for a sig would sound pompous.

              I'm really glad that you're donating money to the EFF. There are just too many people who simply don't put their money where their mouths are.

              I don't have the time, energy, or know-how to do what the EFF does. But they seem to fall on the same side of every issue that I do. So I do the best I can - send them cash. Now if only we could fund EFF as well as some corporations fund lackeys on capitol hill.

      • It's nice to hear that the authors weren't responsible for this travesty.

        I could care less about what the mass media calls a "hacker". But the problem I have with this book title is that it's horribly misleading. I first thought, based on the title, that it might be a book I would be interested in - a book about hacking Linux, sounds great. Then I found out it was all about security. It took a while for this to completely sink in to the point where I finally realized that I'm really not that interested in the subject matter. The title makes no sense whatsoever!

        Next time, explain to your editors/publishers that even if they don't understand the terminology, the target market just might!

        I realized, in trying to conclude my mild rant, that the real problem I have with this title is that no-one will be punished for it. I want justice! Revenge! Heads must roll! Stupidity must be stamped out! Death to idiots!

        Aaaaaaaahh... that's better.

  • Topical, overblown, and in the end it was outdated by the time you got it.

    There's no point in buying any book about computers or the Internet. There's particularly no point in buying any book about operating systems unless it's a reference book.

  • by Trin2 ( 632824 ) on Tuesday January 07, 2003 @12:36PM (#5033119)
    I was planning on doing a review of Hackin Linux 2nd edition, but obviously was too late. The one above is accurate, but not helpful if you didn't read the first ed. Here's my more descriptive review of the book's contents:

    Hacking Linux comes in six parts, each of which is worth the price of the book in whole. Part one: security overview covers all the basics like file permissions, setuserid problems, buffer overflows/format string attacks, tools to use before you go online, and mapping tools like nmap. Part two comes in from more of the hacker angle with social engineering and trojans, attacks from the console, and then concludes with two excellent chapters about netowrk attacks and TCP/IP vulnerabilities.

    All the stuff to this point assumes the hacker is on the outside. Part three takes over and shows you what the hacker will do once they've gotten on, such as attacking other local users including root, and cracking passwords. It becomes obvious that you need to protect things from insiders as much as from the outsider, because the outsider will usually get in as a normal user first, and if you can prevent him or her from getting root access, the damage cannot be nearly as severe. A lot of books don't cover this angle at all, and it's done superbly here.

    Part four covers common problems in internet services. First they discuss mail servers. Sendmail, Qmail, Postfix, and Exim each get covered in detail - it's nice to see more than just Sendmail discussed in a security book. Of course, it'd be even nicer to see something other than Sendmail installed on a Linux machine by default. Next they cover problems with FTP software and problems with the FTP protocol. I'd never seen "beneath the hood" and realized how wierd FTP really was, and why it's not supported by firewalls very well, and the authors show you the inner workings of it so anyone can understand the problems. They continue with Apache and CGI/mod_perl/PHP/etc problems, both from a coding standpoint and how to secure against outsiders and your own web developers. Next it's on to Firewalls (iptables and TCP wrappers) and lastly (distributed) denial of service attacks. The countermeasures for the DOS problems are excellent, and a must for anyone with a server.

    Part five covers everything a hacker can do once they've broken in. They describe trojan programs, trojan kernel modules, and configuration changes that can be used to keep root access, or hide the hacker activity, or let them get back in should the computer be partially fixed. This was not only complete, but scary in how many different things they showed. It works both as a blueprint for what you need to defend against, how to clean up after a hacker has gotten in, and also how you could back door a machine if you get in. I'll leave the ethics up to you.

    Lastly we have part six, which is the appendicies. While most times I ignore appendicies, these are really an integral part of the book, and are referenced throughout the book all over. (This very good, because it keeps the book from having too much repeated countermeasures.) They discuss post-breakin cleanup, updating your software and kernel, and turning off daemons (both local and network ones) and a new case study. The book is good about covering Linux from a distribution-agnostic standpoint (it doesn't assume you use RedHat, unlike everything else out there) but in these appendicies they cover the differences you may encounter. They show you how to use dpkg/apt-get as much as RPM as much as .tgz packages, discuss both inetd and xinetd, and even svscan/supervise. They are extreemly complete.

    Hacking Linux Exposed 2nd Edition is required reading for anyone with a Linux machine, period.
  • by wiredog ( 43288 ) on Tuesday January 07, 2003 @12:38PM (#5033137) Journal
    I dunno, ever use Outlook?
  • A Good Series (Score:5, Informative)

    by orin ( 113079 ) on Tuesday January 07, 2003 @12:38PM (#5033145)
    This is a good series for a person with an average level of experience to get some form of understanding what sort of expoits are out there. Many of these computer security type books go a little too much for the hype (watch out for the 31337 haX0rz!) and not enough stepping you simply through why and how an expoit works. Someone new to Linux admining will pick up more about Linux security reading this book than they will many others. It contains a good list of the most popular expoits. Of course your box won't be entirely secure if you read this book (security is a process) and to a seasoned sysadmin much of this will be old hat. It will however mean that your system is probably less hackable than some other administrators who has a similar level of experience but hasn't read this book.

    This series Windows 2000 offering is very good as well - not a lot of hype but tends to get down to the brass tacks of how to start to secure an out of the box installation.

    The only problem with these books is how quickly they do become dated. You won't get an amazing amount of use out of them in 5 years time except for as some sort of historical perspective. Not a lot of depth into the methodology of locating exploits - just more a list of exploits and how to understand their use.
    • Re:A Good Series (Score:2, Insightful)

      by blahlemon ( 638963 )
      The only problem with these books is how quickly they do become dated. You won't get an amazing amount of use out of them in 5 years time except for as some sort of historical perspective.

      It doesn't matter how dated the book is, I've found the entire "exposed" series is great for getting you think in the right direction how to plug holes and where the next holes might be. Anyone who reads them strickly as an instruction manual will be easily comprimised. The person who reads them to understand the fundamentals will be much more secure.

      • Of the "Hacking Exposed" line, there are two good books,
        Hacking Linux and Hacking Windows 2000. Both of these are able to stay on one OS and cover everything that needs coverage.
        Hacking Exposed tries to cover everything (come on, who cares about breaking into your PBX and listening to people's voice mail?) and thus can't give any of them the space they actually need. The unix stuff in Hacking exposed is incomplete to say the least.
        The J2EE book might be good (I haven't read it) but the Web one is definately inferior to the one by
        Stuart that he did with Addison Wesley. Now why do you think one of the big wig HE authors went to a different publisher to write
        a book that was also being written under the HE title? I suspect it was to get away from the problems of the HE style. I agree with the reviewer - the risk ratings are not helpful at all, and HE is cluttered with too many pretty icons.

        I bet that the Hacking Linux authors were forced to follow the HE format, and in spite of that they wrote a great and readable book.

        Also, anyone know why Kurtz is just a "series Consultant" for this one?
  • by The Breeze ( 140484 ) on Tuesday January 07, 2003 @12:42PM (#5033179) Homepage
    Is it just me or does the intro to this article bear little relation to the body?
    The "summary" uses the words "overblown, outdated and obsolete" while the review itself goes on to rave about how wonderful the book is. Quite odd.
  • by josephgrossberg ( 67732 ) on Tuesday January 07, 2003 @12:55PM (#5033265) Homepage Journal
    You're assuming all network admins keep tabs on the vulnerabilities, update their software frequently and have the necessary time to dedicate to such important things.

    But they don't always. Yes, even on Linux.
    • by Brian Hatch ( 523490 ) on Tuesday January 07, 2003 @01:18PM (#5033566) Homepage Journal
      I disagree. If the book were filled with "Here's how to break into wu-ftpd version x.y.z, it would be pretty useless. I'd hope that by the time the book was in print, a new version of the software would have been written that fixed the problem. A book that simply lists one crack after another for their own sake is not helpful.

      However if you show different types of attacks as a teaching tool -- "Here's how an off-by-one error in OpenSSH caused it to be exploitable" for example -- then you can show different classes of attacks so the reader understands the actual problems that occur in many different software products.

      The goal was to show different kinds of vulnerabilities as explanation. Anyone who is still running older buggy software isn't maintaining their system properly. (And yes, we cover how to upgrade packages in great depth.)

      On the other hand, sometimes the problem is configuration: I can have a perfectly secure OpenSSH version, but if I ssh to an untrusted host with X11 forwarding on, the X11 server on my client is easily compromised. No new version of OpenSSH will fix this, it's an inherent problem with the all-or-nothing nature of X11. So configuration-based vulnerabilities do stand the test of time.

      I'd never just write a book with a list of BIND vulnerabilities that are based on bugs in the source code, but problems with the DNS protocol itself (it's easily spoofable, leading to MITM attacks) are fair game for in depth coverage.

      So, version-specific attacks are only covered if they help teach a concept. Configuration-specific attacks are covered if they are likely to stand the test of time. Protocol-related vulnerabilities (FTP bounce attacks/etc) are fair game until the protocol is destroyed with a big huge mallet.

      • Wow, a response from an author! I'm very flattered.

        Can you provide some insight on why the price went up 25% in under two years?

        Hacking Linux Exposed, Second Edition
        by Brian Hatch, James Lee
        List Price: $49.99
        Paperback - 720 pages (Dec, 2002)

        Hacking Linux Exposed: Network Security Secrets and Solutions
        by Brian Hatch, James Lee, George Kurtz
        List Price: $39.99
        Paperback - 608 pages (Mar, 2001)

        Are the extra 112 pages that nice? Not to be cynical, but are you trying to be agressive about the people who already own version 1 (like me)?

        Joe

        P.S. Lest you get the impression otherwise, I liked the book.
        • Price increase (Score:5, Informative)

          by Brian Hatch ( 523490 ) on Tuesday January 07, 2003 @02:58PM (#5034347) Homepage Journal
          I didn't even notice that the price increased until right now. I have nothing to do with the price of the book. I have no idea how they set it. Maybe the higher price means we will make minimum wage for our troubles this time...

          In actuality, there are about 200 new pages, since we cut out a lot of older stuff, condensed things that are not as relevant that still deserve a good nod, and put the original three case studies online instead.

          Chapter 10 grew to be three chapters all told. Chapter 11 needed to be split because it was too big for both Mail and FTP in one chapter. We covered many new attack methods and tools. Everything grew substantially, in spite of trimming out the old and tightening up what we had.

          And we fixed a bunch of errors and added completely new ones.

          Everything in HLEv1 is still valid. If you own the first, I'd suggest you compare the contents [hackinglinuxexposed.com] of the two books to decide if you want it or not. Or browse it at the store. Unfortunately, the sample chapter [hackinglinuxexposed.com] is again chapter 1, which is one of the least modified chapters, so it doesn't give you the best indication of what's new.

          This is my best stab at a response. I am so much not a marketing guy, I'm a geek.

    • Most users who do not update their software probably also don't recompile their kernels and would instead get a new copy of red hat thus installing new updated versions of their software.

      I think most people who want to keep a stable kernel would take the time to update their system or keep track of vulnerabilities in the software they do run. The only people I know that don't update their software and OS are windows users. Though they tend to update to the latest major release. (except for some people I know who still run 98)
      -Chris
  • A perfect 10? (Score:2, Insightful)

    I have a copy of the book, and the way the book is written it seems it is more useful for the sysadmin types.
    But the problem is that any good sysadmin would know atleast half of this stuff already, making the reading kind of boring. Now what I want is a good way of finding how to secure "my" system. When I read about how to set up NFS securely I really don't want to know that sun solaris had a vulnerability in their OS a few years ago which allowed elevation of privileges etc., what I want to know is how to do it now, with the right packages on Linux.
    But as a general read the book is full of anecdotes and examples and makes a good reading.
    • Re:A perfect 10? (Score:2, Informative)

      by ThinkingGuy ( 551764 )
      I would recommend "Securing and Optimizing Redhat Linux," [tldp.org] which goes into great detail, down to recompiling packages for greater security, exactly what permissions to set on specific files, etc. Its only drawbacks are: it's specific to Redhat, and only covers versions up to 6.2. Still, there's some good general advice that is applicable to other distributions.
  • by Anonymous Coward
    I I just noticed that one of the HEL authors was interviewed by LinuxSecurity.com. It's available here [linuxsecurity.com]. Here are some interesting parts:. And no, this is not karma whoring - I'm posting AC.

    LS: Supposing you had free time, what would you be doing with it?

    Brian: I'd devote some time to helping out the Linux Security Module project. I hope to help port systrace to LSM next year. Currently it is a kernel patch, and I think the community would be served better in the long run by having it available as an LSM module, which would make it more accessible to those who fear kernel compilation.

    And some day I hope to get around to turning some of the megs of perl code I've written over the years into well defined Perl modules for CPAN. Then I won't be the only one supporting this spaghetti code. ;-)

    If I had infinite time, I'd learn to play the Hammered Dulcimer and French Horn. There's nothing in the world as musical as a well-played French Horn.

    LS: In your opinion, what is the most interesting thing about Linux and Security?

    Brian: The first thing is that, with Linux, security is a possibility. It is not an end point - you must constantly keep abreast of new attacks and revisit your security posture - but there is nothing that is unavailable to you if you want to look. Closed source systems can never offer this. By design, be it chosen for monetary reasons or to prevent competition, closed source products always hide details from the users and administrators that could be critical to understanding how thing function, and how they can be broken.

    One of the beauties of Linux (and other open systems, such as *BSD) is that you can use them to boost the security of those closed source machines. By the liberal application of Linux machines throughout your infrastructure, you can keep those exploits-waiting-to-happen locked down where they can do less harm. For more of my ranting on this topic, see my article Linux is Securable -- I won't waste time rambling here.

    What is most intriguing right now on the Linux horizon is the evolution of security controls. In the beginning, all you had to work with were file permissions. Root could do absolutely anything unchecked, and root access was required for some things such as binding low network ports or opening raw sockets, which meant use of set userid bits on programs, which frequently were broken to gain root access.

    Next came capabilities, where each bit of root's power was defined in more specific terms. When determining if a process could bind port 80 originally you'd check to see if uid==0. Now you'd check if the process had the CAP_NET_BIND_SERVICE capability. In theory, you could now remove capabilities from the system - for example removing the ability to load kernel modules ever again, which is good for defending against malicious LKMs.

    It goes on quite a bit - a good read.

  • by schaftmstr ( 627387 ) on Tuesday January 07, 2003 @01:36PM (#5033717)
    One thing I forgot to put in my review is this:

    The HLE authors have a Windows vs Linux Security Challenge [hackinglinuxexposed.com] where they want to have a Linux security team and a Windows security team install and secure a Linux and Windows machine at the same time, documenting what they do and how long their machines are vulnerable. I'd love to see this. It'd be a great way to see exactly how bad Windows machines for both generic installation (imagine counting the number of reboots for one vs the other as you update service pack after service pack, a reboot after installing IIS, another when you change your password ;-) and security (locking down the machine so that IIS doesn't have a billion holes from the default installation).

    I'd pay good money to see this.

    • You ought to try windows more often, if you want to make comments like this. I slipstream service packs in all of my win2k distribution points, so my minimum is win2k+ sp3. You then can chain together hotfixes, and reboot once.

      ostiguy
  • I was tremendously impressed by the approach they took with the book, with code examples, and explaing why things work, and how/why they approached the problems with the solutions they did....rather than just saying "Do this not to get cracked". I also picked up the 3rd edition of _Essential System Administration_, another ongoing classic.

    These two books are must-have tomes for any serious SysAdmin!

    ttyl
    Farrell
  • ...yet they have made it still work on its own -- you don't need to buy the first edition to have a complete understanding of Linux security.
    When do you ever need to read a 1st edition to understand the 2nd edition? Does that ever actually happen? It's not like we're talking about a sequel here.
  • Does it run Linux?

E = MC ** 2 +- 3db

Working...