Sign in
Laurentiu Cristofor's blog @microsoft.com
Current topics: Security, SQL Server, bing
Options
About
RSS for Posts
Atom
RSS for Comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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 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)
MSDN Blogs
>
Laurentiu Cristofor's blog @microsoft.com
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: Execution Context
Posted
Tue, Aug 24 2010
by
lcris
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
Wed, Mar 31 2010
by
lcris
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
Fri, Dec 11 2009
by
lcris
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
Tue, Oct 27 2009
by
lcris
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
Wed, Oct 21 2009
by
lcris
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-nervous...
Laurentiu Cristofor's blog @microsoft.com
New attack on AES-256
Posted
Wed, Oct 14 2009
by
lcris
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
Fri, Aug 14 2009
by
lcris
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
Tue, Aug 11 2009
by
lcris
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
Thu, Jul 23 2009
by
lcris
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
Mon, Jun 1 2009
by
lcris
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
Fri, Aug 22 2008
by
lcris
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
Tue, Aug 5 2008
by
lcris
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 A search...
Laurentiu Cristofor's blog @microsoft.com
New Microsoft Security Advisory on SQL Injection
Posted
Wed, Jun 25 2008
by
lcris
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
Fri, May 9 2008
by
lcris
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
Wed, Apr 23 2008
by
lcris
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 A...
Laurentiu Cristofor's blog @microsoft.com
An interesting book: Scott Rosenberg's "Dreaming in Code"
Posted
Mon, Mar 31 2008
by
lcris
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
Thu, Feb 21 2008
by
lcris
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
Wed, Feb 20 2008
by
lcris
2
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
Mon, Feb 11 2008
by
lcris
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
Thu, Feb 7 2008
by
lcris
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
Mon, Feb 4 2008
by
lcris
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
Thu, Jan 31 2008
by
lcris
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
Fri, Jan 18 2008
by
lcris
0
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...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: Why you should not encrypt data with certificates
Posted
Fri, Jan 11 2008
by
lcris
0
Comments
I often recommended to only encrypt data in SQL Server using symmetric keys and to reserve the use of asymmetric encryption for protection of symmetric keys and for signing. In this post, I will go in more detail about why asymmetric encryption is not...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: How to determine the size of a column that will hold encrypted data
Posted
Fri, Jan 11 2008
by
lcris
0
Comments
This issue has been addressed before on forums, but with the heavy traffic, it can be hard to find the proper post. So, I'll provide some explanations here as well. Note: This article is written with symmetric encryption in mind, but the actual technique...
Page 1 of 3 (71 items)
1
2
3