Sign In
Eugene Siu's Thoughts on Security
Share my latest security research and techniques
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
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
Tags
<script>alert()</script>
Developer Productivity
Exchange server
IIS
Infoworker Productivity
Mobile Phone
Security
Archive
Archives
November 2008
(2)
October 2008
(3)
March 2008
(1)
November 2007
(1)
October 2007
(8)
September 2007
(6)
May 2007
(2)
April 2007
(1)
March 2007
(1)
February 2007
(3)
January 2007
(2)
July 2005
(1)
March 2005
(2)
February 2005
(1)
January 2005
(2)
December 2004
(1)
November 2004
(3)
October, 2007
MSDN Blogs
>
Eugene Siu's Thoughts on Security
>
October, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Eugene Siu's Thoughts on Security
ASP.NET ValidateRequest does not mitigate XSS completely
Posted
over 5 years ago
by
Eugene Security
5
Comments
As a security guy, I can safely say that there is no magic bullet to mitigate any security problems completely, and cross-site scripting(XSS) bugs are not exceptions. Since ASP.NET 1.1, ValidateRequest can be configured in web.config to check and reject...
Eugene Siu's Thoughts on Security
Read Office Files as ZIP
Posted
over 5 years ago
by
Eugene Security
1
Comments
It is interesting to me that Office 2007 Metro formats can be broken down as a ZIP file. To see this in action, you can pick an Office 2007 Metro file, such as XLSX and DOCX, and rename its extension with ZIP. Then open the renamed file with WINZIP. You...
Eugene Siu's Thoughts on Security
Is Microsoft Office Isolated Conversion Environment(MOICE) mocha on ice?
Posted
over 5 years ago
by
Eugene Security
2
Comments
MOICE may sound like mocha on ice, but it is really a strong dark espresso shot offered by Office TWC team to jolt up security. Microsoft Office Isolated Conversion Environment (MOICE) is a new security tool that helps protect Office users from malicious...
Eugene Siu's Thoughts on Security
True test of a security geek
Posted
over 5 years ago
by
Eugene Security
2
Comments
If you chuckle at this comic strip, congratulations! You are a security geek. If you don't chuckle, it is never too late to become one. Read my blog more, and you will become one. Thanks TechJunkie for forwarding.
Eugene Siu's Thoughts on Security
Given enough eyeballs all bugs are shallow: True or False?
Posted
over 5 years ago
by
Eugene Security
2
Comments
"Given enough eyeballs all bugs are shallow." I do agree if more right-minded folks look at a piece of code, it would help identify both security and non-security bugs. This premise is built on the assumption that all reviewers have the best intentions...
Eugene Siu's Thoughts on Security
System.URI.AbsolutePath Vs Phishing Attack
Posted
over 5 years ago
by
Eugene Security
2
Comments
Phishing attack can be caused by users inadvertently clicking on malicious links in emails or web pages, which then forward requests to malicious websites. A common phishing technique is to fake emails sent by well-known banks or merchants,, which contain...
Eugene Siu's Thoughts on Security
Web Service Security Guidance
Posted
over 5 years ago
by
Eugene Security
3
Comments
I have just published a Technet article. This is geared for administrators and developers as an introduction to web service security. It contains lots of references that allow you to deepend your knowledge of web service security. Please visit http:/...
Eugene Siu's Thoughts on Security
More eyeballs for .Net Framework code
Posted
over 5 years ago
by
Eugene Security
2
Comments
Microsoft will open up source code of .Net Framework to the public. It allows outsiders to review what is under the hood, and enables easier debugging of development projects around .Net Framework. .Net Framework code has been reviewed heavily, and developers...
Page 1 of 1 (8 items)