Sign in
ACE Team - Security, Performance & Privacy
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
Anti-XSS
BitLocker
CISF
Consulting
cryptoapi
cryptography
dogfooding
Information Technology
InfoSec Assessment & Protection Suite
Infrastructure
management
Performance
Privacy
Risk Tracker
rules
SDL-IT
secure
Security
Security Tools
Solutions
sql injection
SQL Server
Threat Modeling
Tools
waca
Monthly Archives
Archives
October 2010
(1)
February 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(2)
October 2009
(5)
September 2009
(5)
August 2009
(2)
July 2009
(2)
June 2009
(3)
May 2009
(6)
April 2009
(5)
March 2009
(7)
February 2009
(3)
January 2009
(4)
December 2008
(3)
November 2008
(3)
October 2008
(1)
September 2008
(2)
August 2008
(2)
July 2008
(1)
June 2008
(2)
May 2008
(6)
April 2008
(2)
March 2008
(1)
February 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(10)
September 2007
(4)
August 2007
(1)
May 2007
(1)
February 2007
(3)
January 2007
(1)
November 2006
(1)
October 2006
(2)
September 2006
(1)
July 2006
(4)
June 2006
(3)
May 2006
(2)
April 2006
(3)
March 2006
(3)
February 2006
(2)
January 2006
(2)
December 2005
(1)
November 2005
(1)
October 2005
(2)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ACE Team - Security, Performance & Privacy
XSSDETECT: Analyzing Large Applications
Posted
over 6 years ago
by
ACE Team
4
Comments
XSSDetect is a static binary analysis tool. In the first step of analysis it reads target binaries to create a directed graph where nodes represent statements while the edges represent flow of data. This graph can get huge for large applications and users...
ACE Team - Security, Performance & Privacy
Update: Some details on how XSSDetect does dataflow analysis
Posted
over 6 years ago
by
ACE Team
2
Comments
Just a brief update, Hassan Khan one of the lead developers of XSSDetect and part of our ACE Engineering team has posted up some technical details on how XSSDetect uses data flow analysis to do its magic. You can read more about it here . Feel free to...
ACE Team - Security, Performance & Privacy
XSSDetect Public Beta now Available!
Posted
over 6 years ago
by
ACE Team
39
Comments
One of the biggest, constant problems we've seen our enterprise customers deal with and we here at Microsoft have to also contend with is that of the XSS (Cross Site Scripting) bug. It's very common and unfortunately, still an issue we have to deal with...
ACE Team - Security, Performance & Privacy
ASP.NET ValidateRequest does not mitigate XSS completely
Posted
over 6 years ago
by
ACE Team
3
Comments
From Eugene Siu's blog: http://blogs.msdn.com/esiu/archive/2007/10/19/asp-net-validaterequest-does-not-mitigate-xss-completely.aspx As a security guy, I can safely say that there is no magic bullet to mitigate any security problems completely, and cross...
ACE Team - Security, Performance & Privacy
Is Microsoft Office Isolated Conversion Environment(MOICE) mocha on ice?
Posted
over 6 years ago
by
ACE Team
4
Comments
From Eugene Siu's blog: http://blogs.msdn.com/esiu/archive/2007/10/19/is-microsoft-office-isolated-conversion-environment-moice-mocha-on-ice.aspx MOICE may sound like mocha on ice, but it is really a strong dark espresso shot offered by Office TWC team...
ACE Team - Security, Performance & Privacy
Given enough eyeballs all bugs are shallow: True or False?
Posted
over 6 years ago
by
ACE Team
3
Comments
From Eugene Siu's blog: http://blogs.msdn.com/esiu/archive/2007/10/11/given-enough-eyeballs-all-bugs-are-shallow-true-or-false.aspx "Given enough eyeballs all bugs are shallow." I do agree if more right-minded folks look at a piece of code, it would help...
ACE Team - Security, Performance & Privacy
System.URI.AbsolutePath Vs Phishing Attack
Posted
over 6 years ago
by
ACE Team
1
Comments
From Eugene Siu's blog: http://blogs.msdn.com/esiu/archive/2007/10/10/system-uri-absolutepath-vs-phishing-attack.aspx Phishing attack can be caused by users inadvertently clicking on malicious links in emails or web pages, which then forward requests...
ACE Team - Security, Performance & Privacy
Web Service Security Guidance
Posted
over 6 years ago
by
ACE Team
1
Comments
From Eugene Siu's blog ( http://blogs.msdn.com/esiu/archive/2007/10/10/web-service-security-guidance.aspx ): I have just published a Technet article. This is geared for administrators and developers as an introduction to web service security. It contains...
ACE Team - Security, Performance & Privacy
Mark Curphey joins Microsoft's ACE Team
Posted
over 6 years ago
by
ACE Team
4
Comments
Mark joined ACE as of Oct. 1st and we're very glad to have him aboard! The following is a note from Mark: As is the tradition around these parts I wanted to introduce myself as the newest member of the ACE Team. My name is Mark Curphey and I’ll be...
ACE Team - Security, Performance & Privacy
More eyeballs for .Net Framework code
Posted
over 6 years ago
by
ACE Team
1
Comments
From Eugene Siu's blog 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...
ACE Team - Security, Performance & Privacy
Silverlight security MSDN magazine article
Posted
over 6 years ago
by
ACE Team
1
Comments
I have submitted an article proposal to MSDN to write about Silverlight security with my buddy in Silverlight team. If this proposal gets accepted, you will see the article on MSDN magazine soon. Abstract: Silverlight is the latest cross-browser and cross...
ACE Team - Security, Performance & Privacy
Just learned how to cross-post via MetaWeblog API
Posted
over 6 years ago
by
ACE Team
2
Comments
I work for ACE team, and want to cross-post from http://blogs.msdn.com/esiu to http://blogs.msdn.com/ace_team . Community Server supports MetaWeblog API, but I am not able to figure out how to configure cross-posting. After a few tries, I am able to cross...
ACE Team - Security, Performance & Privacy
ASP.NET File Upload: How to prevent network clogging
Posted
over 6 years ago
by
ACE Team
5
Comments
Denial of service is one of the threats that you need to consider while implementing file upload functionality in your web application. If a user uploads a huge file, it will clog the network and consume server’s memory. Let us look at what happens...
ACE Team - Security, Performance & Privacy
AES Vs. 3DES block ciphers
Posted
over 6 years ago
by
ACE Team
1
Comments
Hi, I am Babur Butter and I am with the ACE Team. Advance Encryption Standard (AES) and Triple DES (TDES or 3DES) are commonly used block ciphers. Whether you choose AES or 3DES depend on your needs. In this post I would like to highlight their differences...
ACE Team - Security, Performance & Privacy
Application Security Guidance - User and Password Management
Posted
over 6 years ago
by
ACE Team
1
Comments
Keeping the theme from last post, let us dig into how system designers can take advantage of simple technology agnostic and common security best practices to design a sound user and password management subsystem for their critical IT applications. ...
ACE Team - Security, Performance & Privacy
Threat Modeling – Sanity Check List
Posted
over 6 years ago
by
ACE Team
2
Comments
Hi, I am Sagar Joshi and I work with the ACE Services Team. There is a lot of awareness building around TAM – Threat Analysis and Modeling tool developed by ACE. I have come across practitioners from various disciplines who want to start doing threat...
ACE Team - Security, Performance & Privacy
Application Security Guidance - Session Management
Posted
over 6 years ago
by
ACE Team
2
Comments
Hi, I am Ashish Popli and I work with the ACE Services Team. There is a lot of security review guidance available that is technology or platform specific, but at the heart of a security review, there are some basic security principles that can be applied...
ACE Team - Security, Performance & Privacy
Notes from the field - Crypto API for an enterprise customer
Posted
over 6 years ago
by
ACE Team
0
Comments
The Engagement Hi, I am Richard Lewis and I am back from executing a CryptoApi project for an enterprise customer. The client, had this requirement of having to encrypt data between two machines. Sounds meager? Now consider this - The encrypting box...
ACE Team - Security, Performance & Privacy
S E C U R E Acrostic
Posted
over 6 years ago
by
ACE Team
0
Comments
S eamless The more integration work that has to be done to get a component to work, the more opportunities to introduce unintended errors which can result in security vulnerabilities. Secure code should therefore not require any special skills to incorporate...
ACE Team - Security, Performance & Privacy
New addition to the ACE Team from India!
Posted
over 6 years ago
by
ACE Team
0
Comments
Hi there, I am Richard Lewis and am privileged to be part of the ACE Team at Microsoft. I am with the ACE Services division of the ACE Team. I have a background in application security that spans cryptography and PKI. I have a programming background and...
ACE Team - Security, Performance & Privacy
Microsoft Anti-Cross Site Scripting Library V1.5 is Released!
Posted
over 7 years ago
by
ACE Team
7
Comments
Hello, I wanted to announce that today the ACE and the ASP.NET team released V1.5 of the Anti-Cross Site Scripting Library at http://msdn2.microsoft.com/en-us/security/aa973814.aspx . This library is essentially the same library that we used to...
ACE Team - Security, Performance & Privacy
ACE's interview with Scoble on Channel 9 - part II & III now up
Posted
over 7 years ago
by
ACE Team
0
Comments
Hey Folks, part II and III of the Channel 9 interviews are up! You can check out part II here and part III here . Ahmad Mahdi Security Technologist Microsoft – ACE Team ahmad.mahdi
ACE Team - Security, Performance & Privacy
ACE Team's interview with Scoble on Channel 9 - pt 1
Posted
over 7 years ago
by
ACE Team
1
Comments
Well its been a while, but ACE's first video has hit Channel 9 today. If you'd like to see some of the faces on the team, some interesting discussion of who we are and what we do; please do check it out. You can view it here . This is nearly the last...
ACE Team - Security, Performance & Privacy
ACE Services Drops Case Study Flick on Security Development Lifecycle for IT
Posted
over 7 years ago
by
ACE Team
0
Comments
Hello everyone, my name is Anmol Malhotra and I’m a Security Technologist with ACE [Application Consulting & Engineering] Services team. We are a global team delivering application security services to Microsoft’s esteemed enterprise level customers...
ACE Team - Security, Performance & Privacy
Considering the performance impact of your test data source
Posted
over 7 years ago
by
ACE Team
0
Comments
Most automated tests require some form of data to be used within the tests. These are your test data sources and the approach you take for utilizing this data will have an impact on your tests. The question is how much of an impact. Determining the...
Page 4 of 5 (122 items)
1
2
3
4
5