Sign in
Laurentiu Cristofor's blog @microsoft.com
Current topics: Security, SQL Server, bing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
announcements
basic SQL Server security concepts
bing
computer security
encryption
Microsoft products
privacy
search engines
software engineering
SQL Server
SQL Server - cryptography
SQL Server - general
SQL Server - security
Archive
Archives
August 2011
(1)
October 2010
(1)
August 2010
(1)
March 2010
(1)
December 2009
(1)
October 2009
(3)
August 2009
(2)
July 2009
(1)
June 2009
(1)
August 2008
(2)
June 2008
(1)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(5)
January 2008
(4)
November 2007
(2)
October 2007
(4)
September 2007
(3)
July 2007
(1)
April 2007
(2)
March 2007
(1)
February 2007
(2)
December 2006
(1)
November 2006
(1)
October 2006
(3)
July 2006
(2)
May 2006
(1)
April 2006
(2)
March 2006
(2)
January 2006
(1)
December 2005
(5)
October 2005
(3)
September 2005
(5)
July 2005
(1)
June 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Laurentiu Cristofor's blog @microsoft.com
South Korea's worst online security breach (so far)
Posted
over 2 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
Long time, no posting, but here is a security related news article that drew my attention: http://www.bernama.com.my/bernama/v5/newsworld.php?id=607450 A security breach at one of South Korea's top Web portals basically led to the loss of personal...
Laurentiu Cristofor's blog @microsoft.com
Schneier on securing data at rest vs securing data in motion
Posted
over 3 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
Here's an interesting older article from Bruce Schneier on securing data at rest , which goes over some of the points I mentioned earlier in my Who needs encryption? post.
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: Execution Context
Posted
over 3 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
This post is based on an old presentation I gave several years back. A video of the presentation used to be available here , but today I couldn't get it to work, so I am attempting to make available most of the information from the presentation within...
Laurentiu Cristofor's blog @microsoft.com
Danah Boyd's recent privacy talks
Posted
over 3 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I became aware of Danah Boyd's research a few years ago when I somehow stumbled over one of her papers discussing social networking sites. Since that time Danah Boyd has joined MSR and more recently she gave a couple of interesting talks about privacy...
Laurentiu Cristofor's blog @microsoft.com
Privacy and search engines
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
It is no secret that search engines keep track of searches made. Any website logs accesses and most websites track your activity via cookies for reasons involving both your benefit and that of the site you're accessing. You may be surprised to find out...
Laurentiu Cristofor's blog @microsoft.com
Finding information about which account xp_cmdshell is running as
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
3
Comments
If you ever needed to debug a permission related issue when using xp_cmdshell, you have probably realized that a crucial piece of information is about what particular account xp_cmdshell is executing under. If you are the administrator of the database...
Laurentiu Cristofor's blog @microsoft.com
bing adds twitter integration
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
See it work at: http://www.bing.com/twitter . [UPDATE 10/22/2009]: Reactions: http://googleblog.blogspot.com/2009/10/rt-google-tweets-and-updates-and-search.html http://www.businessinsider.com/henry-blodget-well-what-do-you-know-google-is-actually...
Laurentiu Cristofor's blog @microsoft.com
New attack on AES-256
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
A new attack improves significantly on previous attacks against AES-256, see: http://schneier.com/crypto-gram-0908.html#8 . This doesn't mean that AES-256 is broken yet, but the surprising bit here is that AES-128 is not susceptible to this particular...
Laurentiu Cristofor's blog @microsoft.com
SQL Injection watch blog
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I was looking for information on a new SQL injection attack when I stumbled upon this very useful blog: http://s3cwatch.wordpress.com/ . It's worth a look from time to time, to get an idea of what attacks are going on in the wild.
Laurentiu Cristofor's blog @microsoft.com
Basic SQL Server Security concepts: ownership, CONTROL, TAKE OWNERSHIP
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I realized today that while I have discussed earlier object permissions , I have not gone into the details of object ownership. I want to cover the following here: ownership of objects, how it can be changed, and the relatively new permission CONTROL...
Laurentiu Cristofor's blog @microsoft.com
TechCrunch anatomy of the Twitter attack
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
http://www.techcrunch.com/2009/07/19/the-anatomy-of-the-twitter-attack/ The first step of registering an old email account to receive the password from a current account was a nice and easy way to break into an email acount. After that, things pretty...
Laurentiu Cristofor's blog @microsoft.com
bing has launched!
Posted
over 4 years ago
by
Laurentiu Cristofor [MSFT]
2
Comments
I haven't posted anything new for some time, but now I have some news related to my current area of work: bing is Microsoft's new search engine, it has launched yesterday, and you can now find it at www.bing.com . Give it a try and let me know what you...
Laurentiu Cristofor's blog @microsoft.com
SQL Server: Windows Groups, default schemas, and other properties
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
Exceptions are dangerous because people like to simplify their thinking process using rules, so exceptions always carry the risk of being overlooked. In security, exceptions are a bad thing because they make the model more complex and complex systems...
Laurentiu Cristofor's blog @microsoft.com
A SQL Injection attack and search engines
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
A few weeks after my previous posting of a SQL Injection Advisory link, a new SQL Injection attack came up. Here's a post describing it; it also includes other useful links: http://www.rtraction.com/blog/devit/sql-injection-hack-using-cast.html ...
Laurentiu Cristofor's blog @microsoft.com
New Microsoft Security Advisory on SQL Injection
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
This came up yesterday: http://www.microsoft.com/technet/security/advisory/954462.mspx . It has good information and links.
Laurentiu Cristofor's blog @microsoft.com
A discussion of password authentication schemes
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I have talked in the past about how passwords for SQL logins are protected in SQL Server (see this post ). I would like to describe this scheme in a more generic way and compare it with the alternative of encrypting the passwords, because I have seen...
Laurentiu Cristofor's blog @microsoft.com
Security in a nutshell
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
Here's an attempt to succintly describe why achieving security is difficult: The engineer wants to implement a program P that allows users to perform action A. The hacker looks at program P and wonders how can he use it to perform actions other than...
Laurentiu Cristofor's blog @microsoft.com
An interesting book: Scott Rosenberg's "Dreaming in Code"
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
If you are wondering why software is hard to make or if you know why, but you would like to see how others deal with the issue, you may enjoy reading Scott Rosenberg's book, " Dreaming in Code ". I picked it this weekend and while I didn't finish it yet...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: How to debug login failures (18456, anyone?)
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
In my series of new posts on old topics, I decided to gather today several pieces of information that I think will help in debugging SQL Server login failures. Although most information should remain useful for future versions as well, some of it may...
Laurentiu Cristofor's blog @microsoft.com
SQL Server: Password policy FAQ
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
12
Comments
I am starting this post to collect frequent Q&A related to password policy. I plan to keep updating the post if anything new is worth adding to it. Note that this FAQ does not cover SQL Server Compact Edition. Also note that BOL stands for Books OnLine...
Laurentiu Cristofor's blog @microsoft.com
Can encryption make you more vulnerable?
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
A recent article brings up this question and argues that encrypting data at rest can open the door to a new range of security and usability problems. Speaking only of the security aspects, I both agree and disagree, so I'd like to add a few comments on...
Laurentiu Cristofor's blog @microsoft.com
How to request features in Microsoft products
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
2
Comments
I want to address the topic of requesting feature changes in Microsoft products, to point to some tools that can help, and to describe ways to use those tools more effectively. This post is based on my experience working on customer requests while being...
Laurentiu Cristofor's blog @microsoft.com
TSA blog
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I just noticed that the TSA has started a blog to shed some light on the motivations for their security measures. The blog is here: http://www.tsa.gov/blog/ .
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: How to debug errors in code that does encryption
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
Encryption builtin functions in SQL Server have no known issues and, if used properly, they will produce the expected results. However, if they are used incorrectly, it can be hard to figure out what exactly is the problem, so in this post I am going...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: A great post by Aaron Morton about using MARS to access opened keys
Posted
over 5 years ago
by
Laurentiu Cristofor [MSFT]
2
Comments
Aaron Morton has a very interesting post and demo that show how MARS can be used to access keys temporarily opened by a procedure. This is a must-read for anyone that is interested in implementing custom restrictions around the use of encryption keys...
Page 1 of 3 (73 items)
1
2
3