Difference between revisions of "Laws of Security"

From MgmtWiki
Jump to: navigation, search
(Full Title and Meme)
(Source)
Line 3: Line 3:
  
 
==Source==
 
==Source==
The first known publication of the laws is in the book [ISBN:0735615888 9780735617223 "Writing Security Code"] by Michael Howard and Dave LeBlanc.
+
The first known publication of the laws is in the book ISBN:0735615888 9780735617223 "Writing Security Code" by Michael Howard and Dave LeBlanc.
  
 
[https://technet.microsoft.com/en-us/library/hh278941.aspx Ten Immutable Laws Of Security (Version 2.0)] is a recent version, now rebranded as "Microsoft laws" with no reference to Michael Howard at all. Their are other references to different Microsoft personnel, like Scott Culp, as authors to various versions. The following list is from version 2.0.
 
[https://technet.microsoft.com/en-us/library/hh278941.aspx Ten Immutable Laws Of Security (Version 2.0)] is a recent version, now rebranded as "Microsoft laws" with no reference to Michael Howard at all. Their are other references to different Microsoft personnel, like Scott Culp, as authors to various versions. The following list is from version 2.0.

Revision as of 08:47, 30 May 2018

Full Title and Meme

Ten Immutable Laws Of Security

Source

The first known publication of the laws is in the book ISBN:0735615888 9780735617223 "Writing Security Code" by Michael Howard and Dave LeBlanc.

Ten Immutable Laws Of Security (Version 2.0) is a recent version, now rebranded as "Microsoft laws" with no reference to Michael Howard at all. Their are other references to different Microsoft personnel, like Scott Culp, as authors to various versions. The following list is from version 2.0.

  1. If a bad guy can persuade you to run his program on your computer, it's not solely your computer anymore.
  2. If a bad guy can alter the operating system on your computer, it's not your computer anymore.
  3. If a bad guy has unrestricted physical access to your computer, it's not your computer anymore.
  4. If you allow a bad guy to run active content in your website, it's not your website any more.
  5. Weak passwords trump strong security.
  6. A computer is only as secure as the administrator is trustworthy.
  7. Encrypted data is only as secure as its decryption key.
  8. An out-of-date antimalware scanner is only marginally better than no scanner at all.
  9. Absolute anonymity isn't practically achievable, online or offline.
  10. Technology is not a panacea.