Sign In
Application Security Arena
Nimrod Luria Microsoft ACE Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
AJAX Security
security
tools
WCF
x509
XSS
Archive
Archives
May 2007
(3)
March 2007
(7)
February 2007
(11)
MSDN Blogs
>
Application Security Arena
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Application Security Arena
What to do When IIS MMC doesn't do the work
Posted
over 5 years ago
by
MSDNArchive
7
Comments
for example- if you want to use WCF and windows integarted security you will need to conifgure the IIS for windows integrated authentication. even when you do that you can get an execption like: System.ServiceModel.ServiceHostingEnvironment+HostingManager...
Application Security Arena
WCF Security References
Posted
over 5 years ago
by
MSDNArchive
2
Comments
WCF security http://msdn2.microsoft.com/en-us/library/ms732362.aspx WCF with x509 http://msdn2.microsoft.com/en-us/library/ms733137.aspx Using client credentials http://www.theserverside.net/tt/articles/showarticle.tss?id=SecuringWCFService...
Application Security Arena
The Silverlight Security Model
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Since the v1.1 release of Silverlight includes a slimmed down version of the CLR, you might be wondering what the managed security story for Silverlight is and how it compares to CAS on the desktop version of the CLR. read more here: http://blogs...
Application Security Arena
Where is my private key ?
Posted
over 5 years ago
by
MSDNArchive
2
Comments
A lot of errors are coming up while working with X509. there is a lot of confusion of where do I need to store the certificate ? where is my private key ? the common error is that developers installs the private key to a location that the program not...
Application Security Arena
Developing Applications to Use Group Policy
Posted
over 5 years ago
by
MSDNArchive
0
Comments
are we at the time when IT pro's will start talking to the dev team about security ? it's seems like now dev teams and IT pro's CAN and hopefully WILL work together. Applications can be developed to take advantage of the most common type of policy...
Application Security Arena
How to report a bug for WCF, WF and .NET 3
Posted
over 5 years ago
by
MSDNArchive
1
Comments
you can effect the way that .NET 3.0 will be. you have three main spots where you can report a bug or even report a wish list. .NET Framework 3.0 WCF: http://connect.Microsoft.com/wcf/Feedback WF: http://connect.Microsoft.com/wf/Feedback Visual studio...
Application Security Arena
Fundamental Computer Investigation Guide For Windows
Posted
over 5 years ago
by
MSDNArchive
0
Comments
http://www.microsoft.com/technet/security/guidance/disasterrecovery/computer_investigation/default.mspx
Application Security Arena
X509 specifications for those who need the low level info.
Posted
over 5 years ago
by
MSDNArchive
0
Comments
You might will be interest to read this RFC if you need to develop applications that need to handle encryption. for an example if you have a legacy system (e.g. MF) and you need to write your own low level procedures to handle encryption then this RFC...
Application Security Arena
February 2007 CTP of Enterprise Library 3.0.
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Includes a preview of the new Policy Injection Application Block, and release candidate of all other application blocks. can be downloaded here: http://www.codeplex.com/entlib/Release/ProjectReleases.aspx?ReleaseId=2081
Application Security Arena
WCF Supporting Tokens
Posted
over 5 years ago
by
MSDNArchive
1
Comments
The Supporting Tokens sample demonstrates how to add additional tokens to a message that uses WS-Security. The example adds an X.509 binary security token in addition to a username security token. The token is passed in a WS-Security message header...
Application Security Arena
Migration path to WCF
Posted
over 5 years ago
by
MSDNArchive
0
Comments
From .NET Remoting to the Windows Communication Foundation (WCF) http://msdn.microsoft.com/library/en-us/dnvs05/html/NETremoteWCF.asp?frame=true ASP.NET Web services to the Windows Communication Foundation http://wcf.netfx3.com/content/TheFutureofASPNETWebServicesintheContextoftheWindowsCommunicationFoundation...
Application Security Arena
how to get AlternativeName and UPN from X509 certificate
Posted
over 5 years ago
by
MSDNArchive
0
Comments
using X509NameType Enumeration you can extract all the fields from a x509 certificate. this enum is new for .net 2.0 here is the code: using System; using System.Security.Cryptography; using System.Security.Permissions; using System.IO; using System...
Application Security Arena
more about ajax security
Posted
over 5 years ago
by
MSDNArchive
0
Comments
http://blogs.ittoolbox.com/security/dmorrill/archives/billy-hoffman-on-ajax-security-11141 some videos can be found here: http://www.asp.net/learn/videos/#ajax
Application Security Arena
defend - protect - detect - recover - manage !
Posted
over 5 years ago
by
MSDNArchive
0
Comments
in order to know how do detect and attack and protect you should first understand the attack ! a very useful link for that: http://www.attacklabs.com/
Application Security Arena
Netmon 3 - Nmcap.exe
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Network monitor 3.0 has a command line tool as well to capture traffic. You can use the ‘Nmcap.exe’ tool to capture frames without the GUI. This tool is available in the Network Monitor 3 installation directory. I'm looking for a way now to intercept...
Application Security Arena
XSS and HTML injection attacks
Posted
over 5 years ago
by
MSDNArchive
0
Comments
just copy and paste to implement an XSS. sources can be found here : http://ha.ckers.org/xss.html
Application Security Arena
S E C U R E Acrostic
Posted
over 5 years ago
by
MSDNArchive
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...
Application Security Arena
Download Network monitor 3 Now !
Posted
over 5 years ago
by
MSDNArchive
1
Comments
Download Microsoft Network Monitor (netmon) 3.0 Microsoft Network Monitor 3.0 is a brand new protocol analysis tool. It has been under development for about 2 years at Microsoft. You are welcome to try it out and provide feedback to us. Key features...
Application Security Arena
reflector 5
Posted
over 5 years ago
by
MSDNArchive
0
Comments
check out the new version of reflector here
Application Security Arena
Guidance Explorer is here for security
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Great tool from P&P that can help you to implement security issues in your code and servers. the tool can be download from http://channel9.msdn.com/wiki/default.aspx/GuidanceLibrary.GuidanceExplorer and include a lot of how to's that refer to...
Application Security Arena
Welcome to my Blog
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Hi, My Name is Nimrod Luria and I'm a consultant at the ACE team. at the next few days i will transfer all my posts to here from my old blog. more about the ACE team can be found here: http://blogs.msdn.com/ace_team/ my old blog can...
Page 1 of 1 (21 items)