Amazon.com Customer Reviews
Very good book for tips and approaches - Review written on August 30, 2005
Rating: 5 out of 5
2 customers found this review helpful.
Brown's book isn't so much about specific coding techniques, although there are a fair number of those within. You won't find specifics on .NET's code access security, or issues around cross-site scripting. You'll need to look to Howard and LeBlanc's Writing Secure Code for code specifics.
Rather, this book is more about approaches to secure development on Windows. In the book you'll find tips on how to develop software using a non-Administrator account, great fundamentals like discussion on IPSEC, Kerberos, policies, etc.
There's also great, detailed discussion of things like COM(+)/Enterprise services, authority and identity, impersonation, and a brief section on threat analysis.
You'll still need another book with details on implementation (see Howard, LeBlanc), but this book really is a great addition to a security-concious developer's bookshelf.
Seventy-five security principles clearly explained - Review written on May 01, 2005
Rating: 5 out of 5
6 customers found this review helpful.
When reading books on computer security, you will be told that computer security is a mindset that must be achieved and held. However, achieving this lofty goal is a matter of doing a lot of small things right. And they must all be done right, for even one apparently minor mistake can open a security hole potentially as big as escorting the attacker to a terminal already logged in as administrator. Brown covers a large amount of ground in the area of Windows security by examining 75 common principles.
Many are in the form of questions, some of those questions asked in the title and answered in the text are:
*) What is secure code?
*) What is a countermeasure?
*) What is a nonprivileged user?
*) What is security context?
*) What is a null session?
*) What is a guest logon?
Some of these questions are much more difficult to answer than it may first appear. For example, volumes could be written to answer the first two questions. Brown is effectively brief, writing enough to impart initial understanding, but not so much as to incite boredom.
Some of the other points that are not in the form of a question are:
*) How to enable auditing.
*) How to program with SIDS.
*) How to program ACLs.
*) How to configure security for a COM(+) client.
*) How to store secrets on a machine.
*) How to programmatically lock the console.
This book contains very valuable material needed in your struggle to make your systems secure. Some people will read the principles they are interested in and justifiably complain about the lack technical depth. However, if your interest is to learn the fundamental aspects of the topic, then this book is just right for you.
A must have for your developer bookshelf... - Review written on April 02, 2005
Rating: 5 out of 5
6 customers found this review helpful.
I have been a fan of Keith Brown and regularly read his blog on www.Pluralsight.com/community so this review may appear biased but I honestly believe this is a very useful book if you want to develop secure applications or are just wondering how security is implemented in windows.
Though this book is available in its entirety on winsecguide.net, if you are like me, you will not be disappointed if you kill a tree and buy the book.
The book deals with Windows security, something every windows developer worth his or her salt should know.
The book is organized as a collection of practical, to the point insights on windows security. 75 topics are covered as items. This is what I like the best about this book. Each topic is short, to the point and covers just the right amount of information. Curious readers are urged to do their own further investigations. Although the book does not directly talk about security as implemented in the .net frameworks, and it may appear that the title is a misnomer, the underlying concepts are beautifully described. This is a very easy to read book. You don't have to spend endless brain cycles to in reading a chapter and get something useful. In about 5 minutes you can read most "items" and digest the nugget of security insight.
The 75 items in the book are grouped into 6 parts or categories. Part 1 paints the Big Picture and lays the groundwork. You will learn about different kinds of attacks and how to mitigate them. Part 2 describes what Security context is all about. Here you can read about security tokens, daemons, impersonation and a host of other things you didn't even know about. In part 3 you will learn about Access Control and how to grant/restrict access to various resources. Part 4 talks about COM(+) and Enterprise Services. Part 5 deals with Network Security. You will learn what Kerberos, SSPI and IPSEC are. Part 6 is for items that did not fit under the other 5 parts. One of the misc items talks about how to store secrets on a machine. You can also learn to programmatically log off or reboot a machine.
To summarize, this is a very easy to read book with bite sized information on windows security. As more and more emphasis is being placed on developing secure applications in an increasingly networked world, you will find yourself reaching for this book often.
Go buy it.
Reviewed by: Greater Charleston .NET User Group